Shades of Dark Purple #992882
Tints of Dark Purple #992882
RGB
CMYK
RGB Variations
Color information
#992882 (or 0x992882) is known color: Dark Purple. HEX triplet: 99, 28 and 82. RGB value is (153,40,130). Sum of RGB (Red+Green+Blue) = 153+40+130=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #992882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992882 is #66D77D. Grayscale: #535353. Windows color (decimal): -6739838 or 8530073. OLE color: 8530073.
HSL color Cylindrical-coordinate representation of color #992882: hue angle of 312.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992882 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 130 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.4 |
| HSL | 312.21º | 0.59% | 0.38% | - |
| HSV(B) | 312.21º | 0.74% | 0.6% | - |
| XYZ | 17.92 | 9.9 | 22.09 | - |
| YUV | 84.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 130 | 0 | 0.74 | 0.15 | 0.4 | 312.21 | 0.59 | 0.38 |
| Hex | 99 | 28 | 82 | 0 | 4A | F | 28 | 138 | 3B | 26 |
| Octal | 231 | 50 | 202 | 0 | 112 | 17 | 50 | 470 | 73 | 46 |
| Binary | 10011001 | 101000 | 10000010 | 0 | 1001010 | 1111 | 101000 | 100111000 | 111011 | 100110 |
Color Harmonies of #992882
Complementary color
Monochromatic Colors of #992882
Black with #992882
Text Example
Text Example
White with #992882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992882; }
p { color: rgb(153,40,130); }
H1.HeaderClassName
{
color: #992882;
}
.AnyTagClassName
{
color: #992882;
}
</style>
background-color css
<style>
a { background-color: #992882; }
a { background-color: rgb(153,40,130); }
div.DivClassName
{
background-color: #992882;
}
.BgClassName
{
background-color: #992882;
}
</style>
border-color css
<style>
span { border-color: #992882; }
span { border-color: rgb(153,40,130); }
td.TdClassName
{
border-color: #992882;
}
.TagClassName
{
border-color: #992882;
}
</style>