Html Css Color HEX #8C1199 Dark Magenta

📋 copy color: '#8C1199'

red 140 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #8C1199

Tints of Dark Magenta #8C1199

RGB

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

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

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

R = 45.16%
G = 5.48%
B = 49.35%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8C1199 (or 0x8C1199) is known color: Dark Magenta. HEX triplet: 8C, 11 and 99. RGB value is (140,17,153). Sum of RGB (Red+Green+Blue) = 140+17+153=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1199 is #73EE66. Grayscale: #444444. Windows color (decimal): -7597671 or 10031500. OLE color: 10031500.

HSL color Cylindrical-coordinate representation of color #8C1199: hue angle of 294.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1199 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 17 153 -
CMYK 0.08 0.89 0 0.4
HSL 294.26º 0.8% 0.33% -
HSV(B) 294.26º 0.89% 0.6% -
XYZ 16.77 8.28 30.85 -
YUV 69.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 140 17 153 0.08 0.89 0 0.4 294.26 0.8 0.33
Hex 8C 11 99 8 59 0 28 126 50 21
Octal 214 21 231 10 131 0 50 446 120 41
Binary 10001100 10001 10011001 1000 1011001 0 101000 100100110 1010000 100001

Color Harmonies of #8C1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1199

Black with #8C1199

Text Example


Text Example

White with #8C1199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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