Html Css Color HEX #8E08DD Dark Violet

📋 copy color: '#8E08DD'

red 142 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #8E08DD

Tints of Dark Violet #8E08DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 38.27%
G = 2.16%
B = 59.57%

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

#8E08DD (or 0x8E08DD) is known color: Dark Violet. HEX triplet: 8E, 08 and DD. RGB value is (142,8,221). Sum of RGB (Red+Green+Blue) = 142+8+221=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E08DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E08DD is #71F722. Grayscale: #474747. Windows color (decimal): -7468835 or 14485646. OLE color: 14485646.

HSL color Cylindrical-coordinate representation of color #8E08DD: hue angle of 277.75º 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 #8E08DD is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 8 221 -
CMYK 0.36 0.96 0 0.13
HSL 277.75º 0.93% 0.45% -
HSV(B) 277.75º 0.96% 0.87% -
XYZ 24.29 11.14 69.28 -
YUV 72.35 211.89 177.68 -
System Red Green Blue C M Y K H S L
Decimal 142 8 221 0.36 0.96 0 0.13 277.75 0.93 0.45
Hex 8E 8 DD 24 60 0 D 116 5D 2D
Octal 216 10 335 44 140 0 15 426 135 55
Binary 10001110 1000 11011101 100100 1100000 0 1101 100010110 1011101 101101

Color Harmonies of #8E08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E08DD

Black with #8E08DD

Text Example


Text Example

White with #8E08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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