#8E0CB3

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

Shades of Dark Violet #8E0CB3

Tints of Dark Violet #8E0CB3

Color information

#8E0CB3 (or 0x8E0CB3) is unknown color: approx Dark Violet. HEX triplet: 8E, 0C and B3. RGB value is (142,12,179). Sum of RGB (Red+Green+Blue) = 142+12+179=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #8E0CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0CB3 is #71F34C. Grayscale: #454545. Windows color (decimal): -7467853 or 11734158. OLE color: 11734158.

HSL color Cylindrical-coordinate representation of color #8E0CB3: hue angle of 286.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0CB3 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14212179-
CMYK0.210.9300.30
HSL286.71º87.43%37.45%-
HSV(B)286.71º93.3%70.2%-
XYZ19.429.2743.41-
YUV69.91189.57179.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 12 (5.08% from 255) = 3.60%
BLUE value IS 179 (70.31% from 255) = 53.75%
R=42.64%
G=3.60%
B=53.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal142121790.210.9300.30286.7187.4337.45
Hex8ECB3155D01E11f5725
Octal216142632513503643712745
Binary100011101100101100111010110111010111101000111111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,12,179); }

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

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

 a { background-color: rgb(142,12,179); }

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

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

 span { border-color: rgb(142,12,179); }

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