Html Css Color HEX #99118C Dark Magenta

📋 copy color: '#99118C'

red 153 ◦ green 17 ◦ blue 140

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

Shades of Dark Magenta #99118C

Tints of Dark Magenta #99118C

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #99118C: hue angle of 305.74º 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 #99118C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 140 -
CMYK 0 0.89 0.08 0.4
HSL 305.74º 0.8% 0.33% -
HSV(B) 305.74º 0.89% 0.6% -
XYZ 18.07 9.07 25.61 -
YUV 71.69 166.56 186 -
System Red Green Blue C M Y K H S L
Decimal 153 17 140 0 0.89 0.08 0.4 305.74 0.8 0.33
Hex 99 11 8C 0 59 8 28 132 50 21
Octal 231 21 214 0 131 10 50 462 120 41
Binary 10011001 10001 10001100 0 1011001 1000 101000 100110010 1010000 100001

Color Harmonies of #99118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99118C

Black with #99118C

Text Example


Text Example

White with #99118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99118C; }

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

 H1.HeaderClassName
 {
   color: #99118C;
 }
 .AnyTagClassName
 {
   color: #99118C;
 }
</style>

background-color css

<style>
 a { background-color: #99118C; }

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

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

border-color css

<style>
 span { border-color: #99118C; }

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

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