#8742EC

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

Shades of Blue Violet #8742EC

Tints of Blue Violet #8742EC

Color information

#8742EC (or 0x8742EC) is unknown color: approx Blue Violet. HEX triplet: 87, 42 and EC. RGB value is (135,66,236). Sum of RGB (Red+Green+Blue) = 135+66+236=437 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.89% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #8742EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8742EC is #78BD13. Grayscale: #696969. Windows color (decimal): -7912724 or 15483527. OLE color: 15483527.

HSL color Cylindrical-coordinate representation of color #8742EC: hue angle of 264.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8742EC is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13566236-
CMYK0.430.7200.07
HSL264.35º81.73%59.22%-
HSV(B)264.35º72.03%92.55%-
XYZ27.0815.180.84-
YUV106.01201.36148.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.89%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 236 (92.58% from 255) = 54.00%
R=30.89%
G=15.10%
B=54.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal135662360.430.7200.07264.3581.7359.22
Hex8742EC2B4807108523b
Octal207102354531100741012273
Binary10000111100001011101100101011100100001111000010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8742EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8742EC; }

 p { color: rgb(135,66,236); }

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

<style>
 a { background-color: #8742EC; }

 a { background-color: rgb(135,66,236); }

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

<style>
 span { border-color: #8742EC; }

 span { border-color: rgb(135,66,236); }

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