#8E10B4

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

Shades of Dark Violet #8E10B4

Tints of Dark Violet #8E10B4

Color information

#8E10B4 (or 0x8E10B4) is unknown color: approx Dark Violet. HEX triplet: 8E, 10 and B4. RGB value is (142,16,180). Sum of RGB (Red+Green+Blue) = 142+16+180=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 180 (70.70% from 255 or 53.25% from 338); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E10B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E10B4 is #71EF4B. Grayscale: #474747. Windows color (decimal): -7466828 or 11800718. OLE color: 11800718.

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

Color convert

RGB14216180-
CMYK0.210.9100.29
HSL286.1º83.67%38.43%-
HSV(B)286.1º91.11%70.59%-
XYZ19.589.4243.97-
YUV72.37188.74177.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 180 (70.70% from 255) = 53.25%
R=42.01%
G=4.73%
B=53.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142161800.210.9100.29286.183.6738.43
Hex8E10B4155B01D11e5426
Octal216202642513303543612446
Binary1000111010000101101001010110110110111011000111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E10B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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