Shades of Dark Purple #992B85
Tints of Dark Purple #992B85
RGB
CMYK
RGB Variations
Color information
#992B85 (or 0x992B85) is known color: Dark Purple. HEX triplet: 99, 2B and 85. RGB value is (153,43,133). Sum of RGB (Red+Green+Blue) = 153+43+133=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #992B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992B85 is #66D47A. Grayscale: #555555. Windows color (decimal): -6739067 or 8727449. OLE color: 8727449.
HSL color Cylindrical-coordinate representation of color #992B85: hue angle of 310.91º 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 #992B85 is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 133 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.4 |
| HSL | 310.91º | 0.56% | 0.38% | - |
| HSV(B) | 310.91º | 0.72% | 0.6% | - |
| XYZ | 18.23 | 10.19 | 23.2 | - |
| YUV | 86.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 133 | 0 | 0.72 | 0.13 | 0.4 | 310.91 | 0.56 | 0.38 |
| Hex | 99 | 2B | 85 | 0 | 48 | D | 28 | 137 | 38 | 26 |
| Octal | 231 | 53 | 205 | 0 | 110 | 15 | 50 | 467 | 70 | 46 |
| Binary | 10011001 | 101011 | 10000101 | 0 | 1001000 | 1101 | 101000 | 100110111 | 111000 | 100110 |
Color Harmonies of #992B85
Complementary color
Monochromatic Colors of #992B85
Black with #992B85
Text Example
Text Example
White with #992B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B85; }
p { color: rgb(153,43,133); }
H1.HeaderClassName
{
color: #992B85;
}
.AnyTagClassName
{
color: #992B85;
}
</style>
background-color css
<style>
a { background-color: #992B85; }
a { background-color: rgb(153,43,133); }
div.DivClassName
{
background-color: #992B85;
}
.BgClassName
{
background-color: #992B85;
}
</style>
border-color css
<style>
span { border-color: #992B85; }
span { border-color: rgb(153,43,133); }
td.TdClassName
{
border-color: #992B85;
}
.TagClassName
{
border-color: #992B85;
}
</style>