Shades of Dark Purple #992585
Tints of Dark Purple #992585
RGB
CMYK
RGB Variations
Color information
#992585 (or 0x992585) is known color: Dark Purple. HEX triplet: 99, 25 and 85. RGB value is (153,37,133). Sum of RGB (Red+Green+Blue) = 153+37+133=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #992585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992585 is #66DA7A. Grayscale: #525252. Windows color (decimal): -6740603 or 8725913. OLE color: 8725913.
HSL color Cylindrical-coordinate representation of color #992585: hue angle of 310.34º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992585 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 133 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.4 |
| HSL | 310.34º | 0.61% | 0.37% | - |
| HSV(B) | 310.34º | 0.76% | 0.6% | - |
| XYZ | 18.03 | 9.79 | 23.13 | - |
| YUV | 82.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 133 | 0 | 0.76 | 0.13 | 0.4 | 310.34 | 0.61 | 0.37 |
| Hex | 99 | 25 | 85 | 0 | 4C | D | 28 | 136 | 3D | 25 |
| Octal | 231 | 45 | 205 | 0 | 114 | 15 | 50 | 466 | 75 | 45 |
| Binary | 10011001 | 100101 | 10000101 | 0 | 1001100 | 1101 | 101000 | 100110110 | 111101 | 100101 |
Color Harmonies of #992585
Complementary color
Monochromatic Colors of #992585
Black with #992585
Text Example
Text Example
White with #992585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992585; }
p { color: rgb(153,37,133); }
H1.HeaderClassName
{
color: #992585;
}
.AnyTagClassName
{
color: #992585;
}
</style>
background-color css
<style>
a { background-color: #992585; }
a { background-color: rgb(153,37,133); }
div.DivClassName
{
background-color: #992585;
}
.BgClassName
{
background-color: #992585;
}
</style>
border-color css
<style>
span { border-color: #992585; }
span { border-color: rgb(153,37,133); }
td.TdClassName
{
border-color: #992585;
}
.TagClassName
{
border-color: #992585;
}
</style>