Html Css Color HEX #8E10DF Dark Violet

📋 copy color: '#8E10DF'

red 142 ◦ green 16 ◦ blue 223

#8E10DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8E10DF

Tints of Dark Violet #8E10DF

RGB

 RED value IS 142 (55.86% from 255) = 37.27%

 GREEN value IS 16 (6.64% from 255) = 4.2%

 BLUE value IS 223 (87.5% from 255) = 58.53%

R = 37.27%
G = 4.2%
B = 58.53%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E10DF (or 0x8E10DF) is known color: Dark Violet. HEX triplet: 8E, 10 and DF. RGB value is (142,16,223). Sum of RGB (Red+Green+Blue) = 142+16+223=381 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.27% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E10DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E10DF is #71EF20. Grayscale: #4C4C4C. Windows color (decimal): -7466785 or 14618766. OLE color: 14618766.

HSL color Cylindrical-coordinate representation of color #8E10DF: hue angle of 276.52º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E10DF is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 16 223 -
CMYK 0.36 0.93 0 0.13
HSL 276.52º 0.87% 0.47% -
HSV(B) 276.52º 0.93% 0.87% -
XYZ 24.66 11.45 70.72 -
YUV 77.27 210.24 174.17 -
System Red Green Blue C M Y K H S L
Decimal 142 16 223 0.36 0.93 0 0.13 276.52 0.87 0.47
Hex 8E 10 DF 24 5D 0 D 115 57 2F
Octal 216 20 337 44 135 0 15 425 127 57
Binary 10001110 10000 11011111 100100 1011101 0 1101 100010101 1010111 101111

Color Harmonies of #8E10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E10DF

Black with #8E10DF

Text Example


Text Example

White with #8E10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E10DF;
 }
 .AnyTagClassName
 {
   color: #8E10DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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