Shades of Dark Purple #992B77
Tints of Dark Purple #992B77
RGB
CMYK
RGB Variations
Color information
#992B77 (or 0x992B77) is known color: Dark Purple. HEX triplet: 99, 2B and 77. RGB value is (153,43,119). Sum of RGB (Red+Green+Blue) = 153+43+119=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #992B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B77 is #66D488. Grayscale: #545454. Windows color (decimal): -6739081 or 7809945. OLE color: 7809945.
HSL color Cylindrical-coordinate representation of color #992B77: hue angle of 318.55º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B77 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 119 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.4 |
| HSL | 318.55º | 0.56% | 0.38% | - |
| HSV(B) | 318.55º | 0.72% | 0.6% | - |
| XYZ | 17.33 | 9.83 | 18.44 | - |
| YUV | 84.55 | 147.44 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 119 | 0 | 0.72 | 0.22 | 0.4 | 318.55 | 0.56 | 0.38 |
| Hex | 99 | 2B | 77 | 0 | 48 | 16 | 28 | 13F | 38 | 26 |
| Octal | 231 | 53 | 167 | 0 | 110 | 26 | 50 | 477 | 70 | 46 |
| Binary | 10011001 | 101011 | 1110111 | 0 | 1001000 | 10110 | 101000 | 100111111 | 111000 | 100110 |
Color Harmonies of #992B77
Complementary color
Monochromatic Colors of #992B77
Black with #992B77
Text Example
Text Example
White with #992B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B77; }
p { color: rgb(153,43,119); }
H1.HeaderClassName
{
color: #992B77;
}
.AnyTagClassName
{
color: #992B77;
}
</style>
background-color css
<style>
a { background-color: #992B77; }
a { background-color: rgb(153,43,119); }
div.DivClassName
{
background-color: #992B77;
}
.BgClassName
{
background-color: #992B77;
}
</style>
border-color css
<style>
span { border-color: #992B77; }
span { border-color: rgb(153,43,119); }
td.TdClassName
{
border-color: #992B77;
}
.TagClassName
{
border-color: #992B77;
}
</style>