Html Css Color HEX #8E10D2 Dark Violet

📋 copy color: '#8E10D2'

red 142 ◦ green 16 ◦ blue 210

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

Shades of Dark Violet #8E10D2

Tints of Dark Violet #8E10D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 57.07%

R = 38.59%
G = 4.35%
B = 57.07%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8E10D2 (or 0x8E10D2) is known color: Dark Violet. HEX triplet: 8E, 10 and D2. RGB value is (142,16,210). Sum of RGB (Red+Green+Blue) = 142+16+210=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 210 (82.42% from 255 or 57.07% from 368); Max value from RGB is 210 - color contains mainly: blue. Hex color #8E10D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E10D2 is #71EF2D. Grayscale: #4B4B4B. Windows color (decimal): -7466798 or 13766798. OLE color: 13766798.

HSL color Cylindrical-coordinate representation of color #8E10D2: hue angle of 278.97º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E10D2 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 16 210 -
CMYK 0.32 0.92 0 0.18
HSL 278.97º 0.86% 0.44% -
HSV(B) 278.97º 0.92% 0.82% -
XYZ 22.97 10.77 61.84 -
YUV 75.79 203.74 175.23 -
System Red Green Blue C M Y K H S L
Decimal 142 16 210 0.32 0.92 0 0.18 278.97 0.86 0.44
Hex 8E 10 D2 20 5C 0 12 117 56 2C
Octal 216 20 322 40 134 0 22 427 126 54
Binary 10001110 10000 11010010 100000 1011100 0 10010 100010111 1010110 101100

Color Harmonies of #8E10D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E10D2

Black with #8E10D2

Text Example


Text Example

White with #8E10D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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