#8E09CC

Color #8E09CC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8E09CC

Tints of Dark Violet #8E09CC

Color information

#8E09CC (or 0x8E09CC) is unknown color: approx Dark Violet. HEX triplet: 8E, 09 and CC. RGB value is (142,9,204). Sum of RGB (Red+Green+Blue) = 142+9+204=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E09CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E09CC is #71F633. Grayscale: #464646. Windows color (decimal): -7468596 or 13371790. OLE color: 13371790.

HSL color Cylindrical-coordinate representation of color #8E09CC: hue angle of 280.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E09CC is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1429204-
CMYK0.300.9600.2
HSL280.92º91.55%41.76%-
HSV(B)280.92º95.59%80%-
XYZ22.1510.3157.95-
YUV71203.06178.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 2.54%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=40%
G=2.54%
B=57.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14292040.300.9600.2280.9291.5541.76
Hex8E9CC1E600141195c2a
Octal216113143614002443113452
Binary100011101001110011001111011000000101001000110011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E09CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E09CC; }

 p { color: rgb(142,9,204); }

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

<style>
 a { background-color: #8E09CC; }

 a { background-color: rgb(142,9,204); }

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

<style>
 span { border-color: #8E09CC; }

 span { border-color: rgb(142,9,204); }

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