Html Css Color HEX #8E02DB Dark Violet

📋 copy color: '#8E02DB'

red 142 ◦ green 2 ◦ blue 219

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

Shades of Dark Violet #8E02DB

Tints of Dark Violet #8E02DB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 219 (85.94% from 255) = 60.33%

R = 39.12%
G = 0.55%
B = 60.33%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E02DB (or 0x8E02DB) is known color: Dark Violet. HEX triplet: 8E, 02 and DB. RGB value is (142,2,219). Sum of RGB (Red+Green+Blue) = 142+2+219=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E02DB is #71FD24. Grayscale: #434343. Windows color (decimal): -7470373 or 14353038. OLE color: 14353038.

HSL color Cylindrical-coordinate representation of color #8E02DB: hue angle of 278.71º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02DB is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 2 219 -
CMYK 0.35 0.99 0 0.14
HSL 278.71º 0.98% 0.43% -
HSV(B) 278.71º 0.99% 0.86% -
XYZ 23.96 10.91 67.86 -
YUV 68.6 212.88 180.36 -
System Red Green Blue C M Y K H S L
Decimal 142 2 219 0.35 0.99 0 0.14 278.71 0.98 0.43
Hex 8E 2 DB 23 63 0 E 117 62 2B
Octal 216 2 333 43 143 0 16 427 142 53
Binary 10001110 10 11011011 100011 1100011 0 1110 100010111 1100010 101011

Color Harmonies of #8E02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E02DB

Black with #8E02DB

Text Example


Text Example

White with #8E02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,2,219); }

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

background-color css

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

 a { background-color: rgb(142,2,219); }

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

border-color css

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

 span { border-color: rgb(142,2,219); }

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