Shades of Dark Purple #992475
Tints of Dark Purple #992475
RGB
CMYK
RGB Variations
Color information
#992475 (or 0x992475) is known color: Dark Purple. HEX triplet: 99, 24 and 75. RGB value is (153,36,117). Sum of RGB (Red+Green+Blue) = 153+36+117=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #992475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992475 is #66DB8A. Grayscale: #505050. Windows color (decimal): -6740875 or 7677081. OLE color: 7677081.
HSL color Cylindrical-coordinate representation of color #992475: hue angle of 318.46º degrees, saturation: 0.62, 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 #992475 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 117 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.4 |
| HSL | 318.46º | 0.62% | 0.37% | - |
| HSV(B) | 318.46º | 0.76% | 0.6% | - |
| XYZ | 16.98 | 9.32 | 17.73 | - |
| YUV | 80.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 117 | 0 | 0.76 | 0.24 | 0.4 | 318.46 | 0.62 | 0.37 |
| Hex | 99 | 24 | 75 | 0 | 4C | 18 | 28 | 13E | 3E | 25 |
| Octal | 231 | 44 | 165 | 0 | 114 | 30 | 50 | 476 | 76 | 45 |
| Binary | 10011001 | 100100 | 1110101 | 0 | 1001100 | 11000 | 101000 | 100111110 | 111110 | 100101 |
Color Harmonies of #992475
Complementary color
Monochromatic Colors of #992475
Black with #992475
Text Example
Text Example
White with #992475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992475; }
p { color: rgb(153,36,117); }
H1.HeaderClassName
{
color: #992475;
}
.AnyTagClassName
{
color: #992475;
}
</style>
background-color css
<style>
a { background-color: #992475; }
a { background-color: rgb(153,36,117); }
div.DivClassName
{
background-color: #992475;
}
.BgClassName
{
background-color: #992475;
}
</style>
border-color css
<style>
span { border-color: #992475; }
span { border-color: rgb(153,36,117); }
td.TdClassName
{
border-color: #992475;
}
.TagClassName
{
border-color: #992475;
}
</style>