Shades of Dark Purple #99247A
Tints of Dark Purple #99247A
RGB
CMYK
RGB Variations
Color information
#99247A (or 0x99247A) is known color: Dark Purple. HEX triplet: 99, 24 and 7A. RGB value is (153,36,122). Sum of RGB (Red+Green+Blue) = 153+36+122=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #99247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99247A is #66DB85. Grayscale: #505050. Windows color (decimal): -6740870 or 8004761. OLE color: 8004761.
HSL color Cylindrical-coordinate representation of color #99247A: hue angle of 315.9º 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 #99247A is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 122 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.4 |
| HSL | 315.9º | 0.62% | 0.37% | - |
| HSV(B) | 315.9º | 0.76% | 0.6% | - |
| XYZ | 17.28 | 9.44 | 19.32 | - |
| YUV | 80.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 122 | 0 | 0.76 | 0.20 | 0.4 | 315.9 | 0.62 | 0.37 |
| Hex | 99 | 24 | 7A | 0 | 4C | 14 | 28 | 13C | 3E | 25 |
| Octal | 231 | 44 | 172 | 0 | 114 | 24 | 50 | 474 | 76 | 45 |
| Binary | 10011001 | 100100 | 1111010 | 0 | 1001100 | 10100 | 101000 | 100111100 | 111110 | 100101 |
Color Harmonies of #99247A
Complementary color
Monochromatic Colors of #99247A
Black with #99247A
Text Example
Text Example
White with #99247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99247A; }
p { color: rgb(153,36,122); }
H1.HeaderClassName
{
color: #99247A;
}
.AnyTagClassName
{
color: #99247A;
}
</style>
background-color css
<style>
a { background-color: #99247A; }
a { background-color: rgb(153,36,122); }
div.DivClassName
{
background-color: #99247A;
}
.BgClassName
{
background-color: #99247A;
}
</style>
border-color css
<style>
span { border-color: #99247A; }
span { border-color: rgb(153,36,122); }
td.TdClassName
{
border-color: #99247A;
}
.TagClassName
{
border-color: #99247A;
}
</style>