Html Css Color HEX #8E0FDF Dark Violet

📋 copy color: '#8E0FDF'

red 142 ◦ green 15 ◦ blue 223

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

Shades of Dark Violet #8E0FDF

Tints of Dark Violet #8E0FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.95%

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

R = 37.37%
G = 3.95%
B = 58.68%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E0FDF (or 0x8E0FDF) is known color: Dark Violet. HEX triplet: 8E, 0F and DF. RGB value is (142,15,223). Sum of RGB (Red+Green+Blue) = 142+15+223=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 15 (6.25% from 255 or 3.95% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E0FDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0FDF is #71F020. Grayscale: #4B4B4B. Windows color (decimal): -7467041 or 14618510. OLE color: 14618510.

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

Color convert

RGB 142 15 223 -
CMYK 0.36 0.93 0 0.13
HSL 276.63º 0.87% 0.47% -
HSV(B) 276.63º 0.93% 0.87% -
XYZ 24.65 11.42 70.72 -
YUV 76.69 210.58 174.59 -
System Red Green Blue C M Y K H S L
Decimal 142 15 223 0.36 0.93 0 0.13 276.63 0.87 0.47
Hex 8E F DF 24 5D 0 D 115 57 2F
Octal 216 17 337 44 135 0 15 425 127 57
Binary 10001110 1111 11011111 100100 1011101 0 1101 100010101 1010111 101111

Color Harmonies of #8E0FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0FDF

Black with #8E0FDF

Text Example


Text Example

White with #8E0FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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