Shades of Dark Purple #99357F
Tints of Dark Purple #99357F
RGB
CMYK
RGB Variations
Color information
#99357F (or 0x99357F) is known color: Dark Purple. HEX triplet: 99, 35 and 7F. RGB value is (153,53,127). Sum of RGB (Red+Green+Blue) = 153+53+127=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99357F is #66CA80. Grayscale: #5B5B5B. Windows color (decimal): -6736513 or 8336793. OLE color: 8336793.
HSL color Cylindrical-coordinate representation of color #99357F: hue angle of 315.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99357F is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 127 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.4 |
| HSL | 315.6º | 0.49% | 0.4% | - |
| HSV(B) | 315.6º | 0.65% | 0.6% | - |
| XYZ | 18.24 | 10.85 | 21.21 | - |
| YUV | 91.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 127 | 0 | 0.65 | 0.17 | 0.4 | 315.6 | 0.49 | 0.4 |
| Hex | 99 | 35 | 7F | 0 | 41 | 11 | 28 | 13C | 31 | 28 |
| Octal | 231 | 65 | 177 | 0 | 101 | 21 | 50 | 474 | 61 | 50 |
| Binary | 10011001 | 110101 | 1111111 | 0 | 1000001 | 10001 | 101000 | 100111100 | 110001 | 101000 |
Color Harmonies of #99357F
Complementary color
Monochromatic Colors of #99357F
Black with #99357F
Text Example
Text Example
White with #99357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99357F; }
p { color: rgb(153,53,127); }
H1.HeaderClassName
{
color: #99357F;
}
.AnyTagClassName
{
color: #99357F;
}
</style>
background-color css
<style>
a { background-color: #99357F; }
a { background-color: rgb(153,53,127); }
div.DivClassName
{
background-color: #99357F;
}
.BgClassName
{
background-color: #99357F;
}
</style>
border-color css
<style>
span { border-color: #99357F; }
span { border-color: rgb(153,53,127); }
td.TdClassName
{
border-color: #99357F;
}
.TagClassName
{
border-color: #99357F;
}
</style>