Html Css Color HEX #8E05DF Dark Violet

📋 copy color: '#8E05DF'

red 142 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #8E05DF

Tints of Dark Violet #8E05DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

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

R = 38.38%
G = 1.35%
B = 60.27%

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

#8E05DF (or 0x8E05DF) is known color: Dark Violet. HEX triplet: 8E, 05 and DF. RGB value is (142,5,223). Sum of RGB (Red+Green+Blue) = 142+5+223=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E05DF is #71FA20. Grayscale: #464646. Windows color (decimal): -7469601 or 14615950. OLE color: 14615950.

HSL color Cylindrical-coordinate representation of color #8E05DF: hue angle of 277.71º 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 #8E05DF is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 5 223 -
CMYK 0.36 0.98 0 0.13
HSL 277.71º 0.96% 0.45% -
HSV(B) 277.71º 0.98% 0.87% -
XYZ 24.53 11.19 70.68 -
YUV 70.82 213.89 178.77 -
System Red Green Blue C M Y K H S L
Decimal 142 5 223 0.36 0.98 0 0.13 277.71 0.96 0.45
Hex 8E 5 DF 24 62 0 D 116 60 2D
Octal 216 5 337 44 142 0 15 426 140 55
Binary 10001110 101 11011111 100100 1100010 0 1101 100010110 1100000 101101

Color Harmonies of #8E05DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E05DF

Black with #8E05DF

Text Example


Text Example

White with #8E05DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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