Html Css Color HEX #99118B Dark Magenta

📋 copy color: '#99118B'

red 153 ◦ green 17 ◦ blue 139

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

Shades of Dark Magenta #99118B

Tints of Dark Magenta #99118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.98%

R = 49.51%
G = 5.5%
B = 44.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99118B (or 0x99118B) is known color: Dark Magenta. HEX triplet: 99, 11 and 8B. RGB value is (153,17,139). Sum of RGB (Red+Green+Blue) = 153+17+139=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99118B is #66EE74. Grayscale: #474747. Windows color (decimal): -6745717 or 9114009. OLE color: 9114009.

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

Color convert

RGB 153 17 139 -
CMYK 0 0.89 0.09 0.4
HSL 306.18º 0.8% 0.33% -
HSV(B) 306.18º 0.89% 0.6% -
XYZ 18 9.04 25.22 -
YUV 71.57 166.06 186.08 -
System Red Green Blue C M Y K H S L
Decimal 153 17 139 0 0.89 0.09 0.4 306.18 0.8 0.33
Hex 99 11 8B 0 59 9 28 132 50 21
Octal 231 21 213 0 131 11 50 462 120 41
Binary 10011001 10001 10001011 0 1011001 1001 101000 100110010 1010000 100001

Color Harmonies of #99118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99118B

Black with #99118B

Text Example


Text Example

White with #99118B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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