#8E0CBE

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

Shades of Dark Violet #8E0CBE

Tints of Dark Violet #8E0CBE

Color information

#8E0CBE (or 0x8E0CBE) is unknown color: approx Dark Violet. HEX triplet: 8E, 0C and BE. RGB value is (142,12,190). Sum of RGB (Red+Green+Blue) = 142+12+190=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E0CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0CBE is #71F341. Grayscale: #464646. Windows color (decimal): -7467842 or 12455054. OLE color: 12455054.

HSL color Cylindrical-coordinate representation of color #8E0CBE: hue angle of 283.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0CBE is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14212190-
CMYK0.250.9400.25
HSL283.82º88.12%39.61%-
HSV(B)283.82º93.68%74.51%-
XYZ20.589.7349.51-
YUV71.16195.07178.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 12 (5.08% from 255) = 3.49%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=41.28%
G=3.49%
B=55.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal142121900.250.9400.25283.8288.1239.61
Hex8ECBE195E01911c5828
Octal216142763113603143413050
Binary100011101100101111101100110111100110011000111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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