Shades of Dark Purple #992C8F
Tints of Dark Purple #992C8F
RGB
CMYK
RGB Variations
Color information
#992C8F (or 0x992C8F) is known color: Dark Purple. HEX triplet: 99, 2C and 8F. RGB value is (153,44,143). Sum of RGB (Red+Green+Blue) = 153+44+143=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #992C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992C8F is #66D370. Grayscale: #575757. Windows color (decimal): -6738801 or 9383065. OLE color: 9383065.
HSL color Cylindrical-coordinate representation of color #992C8F: hue angle of 305.5º 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 #992C8F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 143 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.4 |
| HSL | 305.5º | 0.55% | 0.39% | - |
| HSV(B) | 305.5º | 0.71% | 0.6% | - |
| XYZ | 19 | 10.56 | 27.02 | - |
| YUV | 87.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 143 | 0 | 0.71 | 0.07 | 0.4 | 305.5 | 0.55 | 0.39 |
| Hex | 99 | 2C | 8F | 0 | 47 | 7 | 28 | 132 | 37 | 27 |
| Octal | 231 | 54 | 217 | 0 | 107 | 7 | 50 | 462 | 67 | 47 |
| Binary | 10011001 | 101100 | 10001111 | 0 | 1000111 | 111 | 101000 | 100110010 | 110111 | 100111 |
Color Harmonies of #992C8F
Complementary color
Monochromatic Colors of #992C8F
Black with #992C8F
Text Example
Text Example
White with #992C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C8F; }
p { color: rgb(153,44,143); }
H1.HeaderClassName
{
color: #992C8F;
}
.AnyTagClassName
{
color: #992C8F;
}
</style>
background-color css
<style>
a { background-color: #992C8F; }
a { background-color: rgb(153,44,143); }
div.DivClassName
{
background-color: #992C8F;
}
.BgClassName
{
background-color: #992C8F;
}
</style>
border-color css
<style>
span { border-color: #992C8F; }
span { border-color: rgb(153,44,143); }
td.TdClassName
{
border-color: #992C8F;
}
.TagClassName
{
border-color: #992C8F;
}
</style>