Html Css Color HEX #99168B Dark Magenta

📋 copy color: '#99168B'

red 153 ◦ green 22 ◦ blue 139

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

Shades of Dark Magenta #99168B

Tints of Dark Magenta #99168B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.01%

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

R = 48.73%
G = 7.01%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99168B (or 0x99168B) is known color: Dark Magenta. HEX triplet: 99, 16 and 8B. RGB value is (153,22,139). Sum of RGB (Red+Green+Blue) = 153+22+139=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99168B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99168B is #66E974. Grayscale: #4A4A4A. Windows color (decimal): -6744437 or 9115289. OLE color: 9115289.

HSL color Cylindrical-coordinate representation of color #99168B: hue angle of 306.41º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99168B is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 22 139 -
CMYK 0 0.86 0.09 0.4
HSL 306.41º 0.75% 0.34% -
HSV(B) 306.41º 0.86% 0.6% -
XYZ 18.08 9.21 25.25 -
YUV 74.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 153 22 139 0 0.86 0.09 0.4 306.41 0.75 0.34
Hex 99 16 8B 0 56 9 28 132 4B 22
Octal 231 26 213 0 126 11 50 462 113 42
Binary 10011001 10110 10001011 0 1010110 1001 101000 100110010 1001011 100010

Color Harmonies of #99168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99168B

Black with #99168B

Text Example


Text Example

White with #99168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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