Shades of Dark Purple #992575
Tints of Dark Purple #992575
RGB
CMYK
RGB Variations
Color information
#992575 (or 0x992575) is known color: Dark Purple. HEX triplet: 99, 25 and 75. RGB value is (153,37,117). Sum of RGB (Red+Green+Blue) = 153+37+117=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #992575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992575 is #66DA8A. Grayscale: #505050. Windows color (decimal): -6740619 or 7677337. OLE color: 7677337.
HSL color Cylindrical-coordinate representation of color #992575: hue angle of 318.62º 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 #992575 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 117 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.4 |
| HSL | 318.62º | 0.61% | 0.37% | - |
| HSV(B) | 318.62º | 0.76% | 0.6% | - |
| XYZ | 17.01 | 9.38 | 17.74 | - |
| YUV | 80.8 | 148.43 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 117 | 0 | 0.76 | 0.24 | 0.4 | 318.62 | 0.61 | 0.37 |
| Hex | 99 | 25 | 75 | 0 | 4C | 18 | 28 | 13F | 3D | 25 |
| Octal | 231 | 45 | 165 | 0 | 114 | 30 | 50 | 477 | 75 | 45 |
| Binary | 10011001 | 100101 | 1110101 | 0 | 1001100 | 11000 | 101000 | 100111111 | 111101 | 100101 |
Color Harmonies of #992575
Complementary color
Monochromatic Colors of #992575
Black with #992575
Text Example
Text Example
White with #992575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992575; }
p { color: rgb(153,37,117); }
H1.HeaderClassName
{
color: #992575;
}
.AnyTagClassName
{
color: #992575;
}
</style>
background-color css
<style>
a { background-color: #992575; }
a { background-color: rgb(153,37,117); }
div.DivClassName
{
background-color: #992575;
}
.BgClassName
{
background-color: #992575;
}
</style>
border-color css
<style>
span { border-color: #992575; }
span { border-color: rgb(153,37,117); }
td.TdClassName
{
border-color: #992575;
}
.TagClassName
{
border-color: #992575;
}
</style>