Html Css Color HEX #8C1184 Dark Magenta

📋 copy color: '#8C1184'

red 140 ◦ green 17 ◦ blue 132

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

Shades of Dark Magenta #8C1184

Tints of Dark Magenta #8C1184

RGB

 RED value IS 140 (55.08% from 255) = 48.44%

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

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

R = 48.44%
G = 5.88%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#8C1184 (or 0x8C1184) is known color: Dark Magenta. HEX triplet: 8C, 11 and 84. RGB value is (140,17,132). Sum of RGB (Red+Green+Blue) = 140+17+132=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1184 is #73EE7B. Grayscale: #424242. Windows color (decimal): -7597692 or 8655244. OLE color: 8655244.

HSL color Cylindrical-coordinate representation of color #8C1184: hue angle of 303.9º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1184 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 17 132 -
CMYK 0 0.88 0.06 0.45
HSL 303.9º 0.78% 0.31% -
HSV(B) 303.9º 0.88% 0.55% -
XYZ 15.18 7.64 22.5 -
YUV 66.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 140 17 132 0 0.88 0.06 0.45 303.9 0.78 0.31
Hex 8C 11 84 0 58 6 2D 130 4E 1F
Octal 214 21 204 0 130 6 55 460 116 37
Binary 10001100 10001 10000100 0 1011000 110 101101 100110000 1001110 11111

Color Harmonies of #8C1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1184

Black with #8C1184

Text Example


Text Example

White with #8C1184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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