Html Css Color HEX #8E01CE Dark Violet

📋 copy color: '#8E01CE'

red 142 ◦ green 1 ◦ blue 206

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

Shades of Dark Violet #8E01CE

Tints of Dark Violet #8E01CE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 40.69%
G = 0.29%
B = 59.03%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E01CE (or 0x8E01CE) is known color: Dark Violet. HEX triplet: 8E, 01 and CE. RGB value is (142,1,206). Sum of RGB (Red+Green+Blue) = 142+1+206=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E01CE is #71FE31. Grayscale: #414141. Windows color (decimal): -7470642 or 13500814. OLE color: 13500814.

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

Color convert

RGB 142 1 206 -
CMYK 0.31 1.00 0 0.19
HSL 281.27º 0.99% 0.41% -
HSV(B) 281.27º 1% 0.81% -
XYZ 22.31 10.23 59.19 -
YUV 66.53 206.71 181.83 -
System Red Green Blue C M Y K H S L
Decimal 142 1 206 0.31 1.00 0 0.19 281.27 0.99 0.41
Hex 8E 1 CE 1F 64 0 13 119 63 29
Octal 216 1 316 37 144 0 23 431 143 51
Binary 10001110 1 11001110 11111 1100100 0 10011 100011001 1100011 101001

Color Harmonies of #8E01CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E01CE

Black with #8E01CE

Text Example


Text Example

White with #8E01CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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