Html Css Color HEX #8E04DF Dark Violet

📋 copy color: '#8E04DF'

red 142 ◦ green 4 ◦ blue 223

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

Shades of Dark Violet #8E04DF

Tints of Dark Violet #8E04DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 38.48%
G = 1.08%
B = 60.43%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E04DF (or 0x8E04DF) is known color: Dark Violet. HEX triplet: 8E, 04 and DF. RGB value is (142,4,223). Sum of RGB (Red+Green+Blue) = 142+4+223=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E04DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E04DF is #71FB20. Grayscale: #454545. Windows color (decimal): -7469857 or 14615694. OLE color: 14615694.

HSL color Cylindrical-coordinate representation of color #8E04DF: hue angle of 277.81º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E04DF is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 4 223 -
CMYK 0.36 0.98 0 0.13
HSL 277.81º 0.96% 0.45% -
HSV(B) 277.81º 0.98% 0.87% -
XYZ 24.52 11.17 70.67 -
YUV 70.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 142 4 223 0.36 0.98 0 0.13 277.81 0.96 0.45
Hex 8E 4 DF 24 62 0 D 116 60 2D
Octal 216 4 337 44 142 0 15 426 140 55
Binary 10001110 100 11011111 100100 1100010 0 1101 100010110 1100000 101101

Color Harmonies of #8E04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E04DF

Black with #8E04DF

Text Example


Text Example

White with #8E04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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