Shades of Dark Purple #992175
Tints of Dark Purple #992175
RGB
CMYK
RGB Variations
Color information
#992175 (or 0x992175) is known color: Dark Purple. HEX triplet: 99, 21 and 75. RGB value is (153,33,117). Sum of RGB (Red+Green+Blue) = 153+33+117=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #992175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992175 is #66DE8A. Grayscale: #4E4E4E. Windows color (decimal): -6741643 or 7676313. OLE color: 7676313.
HSL color Cylindrical-coordinate representation of color #992175: hue angle of 318º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992175 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 117 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.4 |
| HSL | 318º | 0.65% | 0.36% | - |
| HSV(B) | 318º | 0.78% | 0.6% | - |
| XYZ | 16.89 | 9.14 | 17.7 | - |
| YUV | 78.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 117 | 0 | 0.78 | 0.24 | 0.4 | 318 | 0.65 | 0.36 |
| Hex | 99 | 21 | 75 | 0 | 4E | 18 | 28 | 13E | 41 | 24 |
| Octal | 231 | 41 | 165 | 0 | 116 | 30 | 50 | 476 | 101 | 44 |
| Binary | 10011001 | 100001 | 1110101 | 0 | 1001110 | 11000 | 101000 | 100111110 | 1000001 | 100100 |
Color Harmonies of #992175
Complementary color
Monochromatic Colors of #992175
Black with #992175
Text Example
Text Example
White with #992175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992175; }
p { color: rgb(153,33,117); }
H1.HeaderClassName
{
color: #992175;
}
.AnyTagClassName
{
color: #992175;
}
</style>
background-color css
<style>
a { background-color: #992175; }
a { background-color: rgb(153,33,117); }
div.DivClassName
{
background-color: #992175;
}
.BgClassName
{
background-color: #992175;
}
</style>
border-color css
<style>
span { border-color: #992175; }
span { border-color: rgb(153,33,117); }
td.TdClassName
{
border-color: #992175;
}
.TagClassName
{
border-color: #992175;
}
</style>