Shades of Dark Purple #992B8D
Tints of Dark Purple #992B8D
RGB
CMYK
RGB Variations
Color information
#992B8D (or 0x992B8D) is known color: Dark Purple. HEX triplet: 99, 2B and 8D. RGB value is (153,43,141). Sum of RGB (Red+Green+Blue) = 153+43+141=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992B8D is #66D472. Grayscale: #565656. Windows color (decimal): -6739059 or 9251737. OLE color: 9251737.
HSL color Cylindrical-coordinate representation of color #992B8D: hue angle of 306.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 #992B8D is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 141 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.4 |
| HSL | 306.55º | 0.56% | 0.38% | - |
| HSV(B) | 306.55º | 0.72% | 0.6% | - |
| XYZ | 18.81 | 10.42 | 26.22 | - |
| YUV | 87.06 | 158.44 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 141 | 0 | 0.72 | 0.08 | 0.4 | 306.55 | 0.56 | 0.38 |
| Hex | 99 | 2B | 8D | 0 | 48 | 8 | 28 | 133 | 38 | 26 |
| Octal | 231 | 53 | 215 | 0 | 110 | 10 | 50 | 463 | 70 | 46 |
| Binary | 10011001 | 101011 | 10001101 | 0 | 1001000 | 1000 | 101000 | 100110011 | 111000 | 100110 |
Color Harmonies of #992B8D
Complementary color
Monochromatic Colors of #992B8D
Black with #992B8D
Text Example
Text Example
White with #992B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B8D; }
p { color: rgb(153,43,141); }
H1.HeaderClassName
{
color: #992B8D;
}
.AnyTagClassName
{
color: #992B8D;
}
</style>
background-color css
<style>
a { background-color: #992B8D; }
a { background-color: rgb(153,43,141); }
div.DivClassName
{
background-color: #992B8D;
}
.BgClassName
{
background-color: #992B8D;
}
</style>
border-color css
<style>
span { border-color: #992B8D; }
span { border-color: rgb(153,43,141); }
td.TdClassName
{
border-color: #992B8D;
}
.TagClassName
{
border-color: #992B8D;
}
</style>