Shades of Dark Purple #992C8B
Tints of Dark Purple #992C8B
RGB
CMYK
RGB Variations
Color information
#992C8B (or 0x992C8B) is known color: Dark Purple. HEX triplet: 99, 2C and 8B. RGB value is (153,44,139). Sum of RGB (Red+Green+Blue) = 153+44+139=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #992C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992C8B is #66D374. Grayscale: #575757. Windows color (decimal): -6738805 or 9120921. OLE color: 9120921.
HSL color Cylindrical-coordinate representation of color #992C8B: hue angle of 307.71º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C8B is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 139 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.4 |
| HSL | 307.71º | 0.55% | 0.39% | - |
| HSV(B) | 307.71º | 0.71% | 0.6% | - |
| XYZ | 18.7 | 10.44 | 25.46 | - |
| YUV | 87.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 139 | 0 | 0.71 | 0.09 | 0.4 | 307.71 | 0.55 | 0.39 |
| Hex | 99 | 2C | 8B | 0 | 47 | 9 | 28 | 134 | 37 | 27 |
| Octal | 231 | 54 | 213 | 0 | 107 | 11 | 50 | 464 | 67 | 47 |
| Binary | 10011001 | 101100 | 10001011 | 0 | 1000111 | 1001 | 101000 | 100110100 | 110111 | 100111 |
Color Harmonies of #992C8B
Complementary color
Monochromatic Colors of #992C8B
Black with #992C8B
Text Example
Text Example
White with #992C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C8B; }
p { color: rgb(153,44,139); }
H1.HeaderClassName
{
color: #992C8B;
}
.AnyTagClassName
{
color: #992C8B;
}
</style>
background-color css
<style>
a { background-color: #992C8B; }
a { background-color: rgb(153,44,139); }
div.DivClassName
{
background-color: #992C8B;
}
.BgClassName
{
background-color: #992C8B;
}
</style>
border-color css
<style>
span { border-color: #992C8B; }
span { border-color: rgb(153,44,139); }
td.TdClassName
{
border-color: #992C8B;
}
.TagClassName
{
border-color: #992C8B;
}
</style>