Html Css Color HEX #8E08DF Dark Violet

📋 copy color: '#8E08DF'

red 142 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #8E08DF

Tints of Dark Violet #8E08DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.14%

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

R = 38.07%
G = 2.14%
B = 59.79%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E08DF (or 0x8E08DF) is known color: Dark Violet. HEX triplet: 8E, 08 and DF. RGB value is (142,8,223). Sum of RGB (Red+Green+Blue) = 142+8+223=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E08DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E08DF is #71F720. Grayscale: #474747. Windows color (decimal): -7468833 or 14616718. OLE color: 14616718.

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

Color convert

RGB 142 8 223 -
CMYK 0.36 0.96 0 0.13
HSL 277.4º 0.93% 0.45% -
HSV(B) 277.4º 0.96% 0.87% -
XYZ 24.56 11.25 70.69 -
YUV 72.58 212.89 177.52 -
System Red Green Blue C M Y K H S L
Decimal 142 8 223 0.36 0.96 0 0.13 277.4 0.93 0.45
Hex 8E 8 DF 24 60 0 D 115 5D 2D
Octal 216 10 337 44 140 0 15 425 135 55
Binary 10001110 1000 11011111 100100 1100000 0 1101 100010101 1011101 101101

Color Harmonies of #8E08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E08DF

Black with #8E08DF

Text Example


Text Example

White with #8E08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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