#8542F6

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

Shades of Blue Violet #8542F6

Tints of Blue Violet #8542F6

Color information

#8542F6 (or 0x8542F6) is unknown color: approx Blue Violet. HEX triplet: 85, 42 and F6. RGB value is (133,66,246). Sum of RGB (Red+Green+Blue) = 133+66+246=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #8542F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8542F6 is #7ABD09. Grayscale: #696969. Windows color (decimal): -8043786 or 16138885. OLE color: 16138885.

HSL color Cylindrical-coordinate representation of color #8542F6: hue angle of 262.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8542F6 is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13366246-
CMYK0.460.7300.04
HSL262.33º90.91%61.18%-
HSV(B)262.33º73.17%96.47%-
XYZ28.2615.5488.7-
YUV106.55206.7146.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.89%
GREEN value IS 66 (26.17% from 255) = 14.83%
BLUE value IS 246 (96.48% from 255) = 55.28%
R=29.89%
G=14.83%
B=55.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133662460.460.7300.04262.3390.9161.18
Hex8542F62E49041065b3d
Octal205102366561110440613375
Binary10000101100001011110110101110100100101001000001101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8542F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8542F6; }

 p { color: rgb(133,66,246); }

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

<style>
 a { background-color: #8542F6; }

 a { background-color: rgb(133,66,246); }

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

<style>
 span { border-color: #8542F6; }

 span { border-color: rgb(133,66,246); }

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