Html Css Color HEX #8E01DF Dark Violet

📋 copy color: '#8E01DF'

red 142 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #8E01DF

Tints of Dark Violet #8E01DF

RGB

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

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

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

R = 38.8%
G = 0.27%
B = 60.93%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E01DF (or 0x8E01DF) is known color: Dark Violet. HEX triplet: 8E, 01 and DF. RGB value is (142,1,223). Sum of RGB (Red+Green+Blue) = 142+1+223=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E01DF is #71FE20. Grayscale: #434343. Windows color (decimal): -7470625 or 14614926. OLE color: 14614926.

HSL color Cylindrical-coordinate representation of color #8E01DF: hue angle of 278.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E01DF is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 1 223 -
CMYK 0.36 1.00 0 0.13
HSL 278.11º 0.99% 0.44% -
HSV(B) 278.11º 1% 0.87% -
XYZ 24.49 11.1 70.66 -
YUV 68.47 215.21 180.45 -
System Red Green Blue C M Y K H S L
Decimal 142 1 223 0.36 1.00 0 0.13 278.11 0.99 0.44
Hex 8E 1 DF 24 64 0 D 116 63 2C
Octal 216 1 337 44 144 0 15 426 143 54
Binary 10001110 1 11011111 100100 1100100 0 1101 100010110 1100011 101100

Color Harmonies of #8E01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E01DF

Black with #8E01DF

Text Example


Text Example

White with #8E01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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