Shades of Dark Purple #99237C
Tints of Dark Purple #99237C
RGB
CMYK
RGB Variations
Color information
#99237C (or 0x99237C) is known color: Dark Purple. HEX triplet: 99, 23 and 7C. RGB value is (153,35,124). Sum of RGB (Red+Green+Blue) = 153+35+124=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99237C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99237C is #66DC83. Grayscale: #505050. Windows color (decimal): -6741124 or 8135577. OLE color: 8135577.
HSL color Cylindrical-coordinate representation of color #99237C: hue angle of 314.75º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99237C is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 124 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.4 |
| HSL | 314.75º | 0.63% | 0.37% | - |
| HSV(B) | 314.75º | 0.77% | 0.6% | - |
| XYZ | 17.38 | 9.43 | 19.97 | - |
| YUV | 80.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 124 | 0 | 0.77 | 0.19 | 0.4 | 314.75 | 0.63 | 0.37 |
| Hex | 99 | 23 | 7C | 0 | 4D | 13 | 28 | 13B | 3F | 25 |
| Octal | 231 | 43 | 174 | 0 | 115 | 23 | 50 | 473 | 77 | 45 |
| Binary | 10011001 | 100011 | 1111100 | 0 | 1001101 | 10011 | 101000 | 100111011 | 111111 | 100101 |
Color Harmonies of #99237C
Complementary color
Monochromatic Colors of #99237C
Black with #99237C
Text Example
Text Example
White with #99237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99237C; }
p { color: rgb(153,35,124); }
H1.HeaderClassName
{
color: #99237C;
}
.AnyTagClassName
{
color: #99237C;
}
</style>
background-color css
<style>
a { background-color: #99237C; }
a { background-color: rgb(153,35,124); }
div.DivClassName
{
background-color: #99237C;
}
.BgClassName
{
background-color: #99237C;
}
</style>
border-color css
<style>
span { border-color: #99237C; }
span { border-color: rgb(153,35,124); }
td.TdClassName
{
border-color: #99237C;
}
.TagClassName
{
border-color: #99237C;
}
</style>