#8E0FB4

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

Shades of Dark Violet #8E0FB4

Tints of Dark Violet #8E0FB4

Color information

#8E0FB4 (or 0x8E0FB4) is unknown color: approx Dark Violet. HEX triplet: 8E, 0F and B4. RGB value is (142,15,180). Sum of RGB (Red+Green+Blue) = 142+15+180=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 180 (70.70% from 255 or 53.41% from 337); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E0FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0FB4 is #71F04B. Grayscale: #474747. Windows color (decimal): -7467084 or 11800462. OLE color: 11800462.

HSL color Cylindrical-coordinate representation of color #8E0FB4: hue angle of 286.18º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0FB4 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14215180-
CMYK0.210.9200.29
HSL286.18º84.62%38.24%-
HSV(B)286.18º91.67%70.59%-
XYZ19.569.3943.96-
YUV71.78189.08178.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 15 (6.25% from 255) = 4.45%
BLUE value IS 180 (70.70% from 255) = 53.41%
R=42.14%
G=4.45%
B=53.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142151800.210.9200.29286.1884.6238.24
Hex8EFB4155C01D11e5526
Octal216172642513403543612546
Binary100011101111101101001010110111000111011000111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,15,180); }

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

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

 a { background-color: rgb(142,15,180); }

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

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

 span { border-color: rgb(142,15,180); }

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