Html Css Color HEX #8E189C Dark Magenta

📋 copy color: '#8E189C'

red 142 ◦ green 24 ◦ blue 156

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

Shades of Dark Magenta #8E189C

Tints of Dark Magenta #8E189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 44.1%
G = 7.45%
B = 48.45%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E189C (or 0x8E189C) is known color: Dark Magenta. HEX triplet: 8E, 18 and 9C. RGB value is (142,24,156). Sum of RGB (Red+Green+Blue) = 142+24+156=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E189C is #71E763. Grayscale: #494949. Windows color (decimal): -7464804 or 10229902. OLE color: 10229902.

HSL color Cylindrical-coordinate representation of color #8E189C: hue angle of 293.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E189C is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 24 156 -
CMYK 0.09 0.85 0 0.39
HSL 293.64º 0.73% 0.35% -
HSV(B) 293.64º 0.85% 0.61% -
XYZ 17.48 8.8 32.23 -
YUV 74.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 142 24 156 0.09 0.85 0 0.39 293.64 0.73 0.35
Hex 8E 18 9C 9 55 0 27 126 49 23
Octal 216 30 234 11 125 0 47 446 111 43
Binary 10001110 11000 10011100 1001 1010101 0 100111 100100110 1001001 100011

Color Harmonies of #8E189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E189C

Black with #8E189C

Text Example


Text Example

White with #8E189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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