Html Css Color HEX #8E188C Dark Magenta

📋 copy color: '#8E188C'

red 142 ◦ green 24 ◦ blue 140

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

Shades of Dark Magenta #8E188C

Tints of Dark Magenta #8E188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 46.41%
G = 7.84%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E188C (or 0x8E188C) is known color: Dark Magenta. HEX triplet: 8E, 18 and 8C. RGB value is (142,24,140). Sum of RGB (Red+Green+Blue) = 142+24+140=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E188C is #71E773. Grayscale: #484848. Windows color (decimal): -7464820 or 9181326. OLE color: 9181326.

HSL color Cylindrical-coordinate representation of color #8E188C: hue angle of 301.02º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E188C is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 24 140 -
CMYK 0 0.83 0.01 0.44
HSL 301.02º 0.71% 0.33% -
HSV(B) 301.02º 0.83% 0.56% -
XYZ 16.22 8.3 25.56 -
YUV 72.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 142 24 140 0 0.83 0.01 0.44 301.02 0.71 0.33
Hex 8E 18 8C 0 53 1 2C 12D 47 21
Octal 216 30 214 0 123 1 54 455 107 41
Binary 10001110 11000 10001100 0 1010011 1 101100 100101101 1000111 100001

Color Harmonies of #8E188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E188C

Black with #8E188C

Text Example


Text Example

White with #8E188C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,24,140); }

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

background-color css

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

 a { background-color: rgb(142,24,140); }

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

border-color css

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

 span { border-color: rgb(142,24,140); }

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