#8542EF

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

Shades of Blue Violet #8542EF

Tints of Blue Violet #8542EF

Color information

#8542EF (or 0x8542EF) is unknown color: approx Blue Violet. HEX triplet: 85, 42 and EF. RGB value is (133,66,239). Sum of RGB (Red+Green+Blue) = 133+66+239=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #8542EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8542EF is #7ABD10. Grayscale: #696969. Windows color (decimal): -8043793 or 15680133. OLE color: 15680133.

HSL color Cylindrical-coordinate representation of color #8542EF: hue angle of 263.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8542EF is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13366239-
CMYK0.440.7200.06
HSL263.24º84.39%59.8%-
HSV(B)263.24º72.38%93.73%-
XYZ27.215.1183.15-
YUV105.76203.2147.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 239 (93.75% from 255) = 54.57%
R=30.37%
G=15.07%
B=54.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal133662390.440.7200.06263.2484.3959.8
Hex8542EF2C4806107543c
Octal205102357541100640712474
Binary10000101100001011101111101100100100001101000001111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8542EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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