#9521F3

Color #9521F3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9521F3

Tints of Blue Violet #9521F3

Color information

#9521F3 (or 0x9521F3) is unknown color: approx Blue Violet. HEX triplet: 95, 21 and F3. RGB value is (149,33,243). Sum of RGB (Red+Green+Blue) = 149+33+243=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #9521F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9521F3 is #6ADE0C. Grayscale: #5A5A5A. Windows color (decimal): -7003661 or 15933845. OLE color: 15933845.

HSL color Cylindrical-coordinate representation of color #9521F3: hue angle of 273.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9521F3 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14933243-
CMYK0.390.8600.05
HSL273.14º89.74%54.12%-
HSV(B)273.14º86.42%95.29%-
XYZ29.1213.9585.95-
YUV91.62213.43168.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 33 (13.28% from 255) = 7.76%
BLUE value IS 243 (95.31% from 255) = 57.18%
R=35.06%
G=7.76%
B=57.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149332430.390.8600.05273.1489.7454.12
Hex9521F32756051115a36
Octal22541363471260542113266
Binary1001010110000111110011100111101011001011000100011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9521F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9521F3; }

 p { color: rgb(149,33,243); }

 H1.HeaderClassName
 {
   color: #9521F3;
 }
 .AnyTagClassName
 {
   color: #9521F3;
 }
</style>
background-color css

<style>
 a { background-color: #9521F3; }

 a { background-color: rgb(149,33,243); }

 div.DivClassName
 {
   background-color: #9521F3;
 }
 .BgClassName
 {
   background-color: #9521F3;
 }
</style>
border-color css

<style>
 span { border-color: #9521F3; }

 span { border-color: rgb(149,33,243); }

 td.TdClassName
 {
   border-color: #9521F3;
 }
 .TagClassName
 {
   border-color: #9521F3;
 }
</style>