Html Css Color HEX #8E1184 Dark Magenta

📋 copy color: '#8E1184'

red 142 ◦ green 17 ◦ blue 132

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

Shades of Dark Magenta #8E1184

Tints of Dark Magenta #8E1184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 48.8%
G = 5.84%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E1184 (or 0x8E1184) is known color: Dark Magenta. HEX triplet: 8E, 11 and 84. RGB value is (142,17,132). Sum of RGB (Red+Green+Blue) = 142+17+132=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1184 is #71EE7B. Grayscale: #434343. Windows color (decimal): -7466620 or 8655246. OLE color: 8655246.

HSL color Cylindrical-coordinate representation of color #8E1184: hue angle of 304.8º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1184 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 132 -
CMYK 0 0.88 0.07 0.44
HSL 304.8º 0.79% 0.31% -
HSV(B) 304.8º 0.88% 0.56% -
XYZ 15.52 7.82 22.52 -
YUV 67.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 142 17 132 0 0.88 0.07 0.44 304.8 0.79 0.31
Hex 8E 11 84 0 58 7 2C 131 4F 1F
Octal 216 21 204 0 130 7 54 461 117 37
Binary 10001110 10001 10000100 0 1011000 111 101100 100110001 1001111 11111

Color Harmonies of #8E1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1184

Black with #8E1184

Text Example


Text Example

White with #8E1184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,132); }

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

background-color css

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

 a { background-color: rgb(142,17,132); }

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

border-color css

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

 span { border-color: rgb(142,17,132); }

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