Html Css Color HEX #8E02CE Dark Violet

📋 copy color: '#8E02CE'

red 142 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #8E02CE

Tints of Dark Violet #8E02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 40.57%
G = 0.57%
B = 58.86%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E02CE (or 0x8E02CE) is known color: Dark Violet. HEX triplet: 8E, 02 and CE. RGB value is (142,2,206). Sum of RGB (Red+Green+Blue) = 142+2+206=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E02CE is #71FD31. Grayscale: #424242. Windows color (decimal): -7470386 or 13501070. OLE color: 13501070.

HSL color Cylindrical-coordinate representation of color #8E02CE: hue angle of 281.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E02CE is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 2 206 -
CMYK 0.31 0.99 0 0.19
HSL 281.18º 0.98% 0.41% -
HSV(B) 281.18º 0.99% 0.81% -
XYZ 22.32 10.25 59.19 -
YUV 67.12 206.38 181.41 -
System Red Green Blue C M Y K H S L
Decimal 142 2 206 0.31 0.99 0 0.19 281.18 0.98 0.41
Hex 8E 2 CE 1F 63 0 13 119 62 29
Octal 216 2 316 37 143 0 23 431 142 51
Binary 10001110 10 11001110 11111 1100011 0 10011 100011001 1100010 101001

Color Harmonies of #8E02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E02CE

Black with #8E02CE

Text Example


Text Example

White with #8E02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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