Html Css Color HEX #8E0CDF Dark Violet

📋 copy color: '#8E0CDF'

red 142 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #8E0CDF

Tints of Dark Violet #8E0CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

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

R = 37.67%
G = 3.18%
B = 59.15%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E0CDF (or 0x8E0CDF) is known color: Dark Violet. HEX triplet: 8E, 0C and DF. RGB value is (142,12,223). Sum of RGB (Red+Green+Blue) = 142+12+223=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E0CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0CDF is #71F320. Grayscale: #4A4A4A. Windows color (decimal): -7467809 or 14617742. OLE color: 14617742.

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

Color convert

RGB 142 12 223 -
CMYK 0.36 0.95 0 0.13
HSL 276.97º 0.9% 0.46% -
HSV(B) 276.97º 0.95% 0.87% -
XYZ 24.61 11.34 70.7 -
YUV 74.92 211.57 175.84 -
System Red Green Blue C M Y K H S L
Decimal 142 12 223 0.36 0.95 0 0.13 276.97 0.9 0.46
Hex 8E C DF 24 5F 0 D 115 5A 2E
Octal 216 14 337 44 137 0 15 425 132 56
Binary 10001110 1100 11011111 100100 1011111 0 1101 100010101 1011010 101110

Color Harmonies of #8E0CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0CDF

Black with #8E0CDF

Text Example


Text Example

White with #8E0CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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