Html Css Color HEX #8E1C99 Dark Magenta

📋 copy color: '#8E1C99'

red 142 ◦ green 28 ◦ blue 153

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

Shades of Dark Magenta #8E1C99

Tints of Dark Magenta #8E1C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

 BLUE value IS 153 (60.16% from 255) = 47.37%

R = 43.96%
G = 8.67%
B = 47.37%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E1C99 (or 0x8E1C99) is known color: Dark Magenta. HEX triplet: 8E, 1C and 99. RGB value is (142,28,153). Sum of RGB (Red+Green+Blue) = 142+28+153=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E1C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1C99 is #71E366. Grayscale: #4B4B4B. Windows color (decimal): -7463783 or 10034318. OLE color: 10034318.

HSL color Cylindrical-coordinate representation of color #8E1C99: hue angle of 294.72º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1C99 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 28 153 -
CMYK 0.07 0.82 0 0.4
HSL 294.72º 0.69% 0.35% -
HSV(B) 294.72º 0.82% 0.6% -
XYZ 17.32 8.88 30.94 -
YUV 76.34 171.27 174.84 -
System Red Green Blue C M Y K H S L
Decimal 142 28 153 0.07 0.82 0 0.4 294.72 0.69 0.35
Hex 8E 1C 99 7 52 0 28 127 45 23
Octal 216 34 231 7 122 0 50 447 105 43
Binary 10001110 11100 10011001 111 1010010 0 101000 100100111 1000101 100011

Color Harmonies of #8E1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1C99

Black with #8E1C99

Text Example


Text Example

White with #8E1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,28,153); }

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

background-color css

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

 a { background-color: rgb(142,28,153); }

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

border-color css

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

 span { border-color: rgb(142,28,153); }

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