Shades of Dark Purple #992085
Tints of Dark Purple #992085
RGB
CMYK
RGB Variations
Color information
#992085 (or 0x992085) is known color: Dark Purple. HEX triplet: 99, 20 and 85. RGB value is (153,32,133). Sum of RGB (Red+Green+Blue) = 153+32+133=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #992085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992085 is #66DF7A. Grayscale: #4F4F4F. Windows color (decimal): -6741883 or 8724633. OLE color: 8724633.
HSL color Cylindrical-coordinate representation of color #992085: hue angle of 309.92º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992085 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 133 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.4 |
| HSL | 309.92º | 0.65% | 0.36% | - |
| HSV(B) | 309.92º | 0.79% | 0.6% | - |
| XYZ | 17.89 | 9.5 | 23.08 | - |
| YUV | 79.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 133 | 0 | 0.79 | 0.13 | 0.4 | 309.92 | 0.65 | 0.36 |
| Hex | 99 | 20 | 85 | 0 | 4F | D | 28 | 136 | 41 | 24 |
| Octal | 231 | 40 | 205 | 0 | 117 | 15 | 50 | 466 | 101 | 44 |
| Binary | 10011001 | 100000 | 10000101 | 0 | 1001111 | 1101 | 101000 | 100110110 | 1000001 | 100100 |
Color Harmonies of #992085
Complementary color
Monochromatic Colors of #992085
Black with #992085
Text Example
Text Example
White with #992085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992085; }
p { color: rgb(153,32,133); }
H1.HeaderClassName
{
color: #992085;
}
.AnyTagClassName
{
color: #992085;
}
</style>
background-color css
<style>
a { background-color: #992085; }
a { background-color: rgb(153,32,133); }
div.DivClassName
{
background-color: #992085;
}
.BgClassName
{
background-color: #992085;
}
</style>
border-color css
<style>
span { border-color: #992085; }
span { border-color: rgb(153,32,133); }
td.TdClassName
{
border-color: #992085;
}
.TagClassName
{
border-color: #992085;
}
</style>