Shades of Dark Purple #99247E
Tints of Dark Purple #99247E
RGB
CMYK
RGB Variations
Color information
#99247E (or 0x99247E) is known color: Dark Purple. HEX triplet: 99, 24 and 7E. RGB value is (153,36,126). Sum of RGB (Red+Green+Blue) = 153+36+126=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99247E is #66DB81. Grayscale: #515151. Windows color (decimal): -6740866 or 8266905. OLE color: 8266905.
HSL color Cylindrical-coordinate representation of color #99247E: hue angle of 313.85º 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 #99247E is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 126 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.4 |
| HSL | 313.85º | 0.62% | 0.37% | - |
| HSV(B) | 313.85º | 0.76% | 0.6% | - |
| XYZ | 17.53 | 9.54 | 20.66 | - |
| YUV | 81.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 126 | 0 | 0.76 | 0.18 | 0.4 | 313.85 | 0.62 | 0.37 |
| Hex | 99 | 24 | 7E | 0 | 4C | 12 | 28 | 13A | 3E | 25 |
| Octal | 231 | 44 | 176 | 0 | 114 | 22 | 50 | 472 | 76 | 45 |
| Binary | 10011001 | 100100 | 1111110 | 0 | 1001100 | 10010 | 101000 | 100111010 | 111110 | 100101 |
Color Harmonies of #99247E
Complementary color
Monochromatic Colors of #99247E
Black with #99247E
Text Example
Text Example
White with #99247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99247E; }
p { color: rgb(153,36,126); }
H1.HeaderClassName
{
color: #99247E;
}
.AnyTagClassName
{
color: #99247E;
}
</style>
background-color css
<style>
a { background-color: #99247E; }
a { background-color: rgb(153,36,126); }
div.DivClassName
{
background-color: #99247E;
}
.BgClassName
{
background-color: #99247E;
}
</style>
border-color css
<style>
span { border-color: #99247E; }
span { border-color: rgb(153,36,126); }
td.TdClassName
{
border-color: #99247E;
}
.TagClassName
{
border-color: #99247E;
}
</style>