Shades of Dark Purple #99357B
Tints of Dark Purple #99357B
RGB
CMYK
RGB Variations
Color information
#99357B (or 0x99357B) is known color: Dark Purple. HEX triplet: 99, 35 and 7B. RGB value is (153,53,123). Sum of RGB (Red+Green+Blue) = 153+53+123=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #99357B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99357B is #66CA84. Grayscale: #5A5A5A. Windows color (decimal): -6736517 or 8074649. OLE color: 8074649.
HSL color Cylindrical-coordinate representation of color #99357B: hue angle of 318º 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 #99357B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 123 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.4 |
| HSL | 318º | 0.49% | 0.4% | - |
| HSV(B) | 318º | 0.65% | 0.6% | - |
| XYZ | 17.99 | 10.75 | 19.87 | - |
| YUV | 90.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 123 | 0 | 0.65 | 0.20 | 0.4 | 318 | 0.49 | 0.4 |
| Hex | 99 | 35 | 7B | 0 | 41 | 14 | 28 | 13E | 31 | 28 |
| Octal | 231 | 65 | 173 | 0 | 101 | 24 | 50 | 476 | 61 | 50 |
| Binary | 10011001 | 110101 | 1111011 | 0 | 1000001 | 10100 | 101000 | 100111110 | 110001 | 101000 |
Color Harmonies of #99357B
Complementary color
Monochromatic Colors of #99357B
Black with #99357B
Text Example
Text Example
White with #99357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99357B; }
p { color: rgb(153,53,123); }
H1.HeaderClassName
{
color: #99357B;
}
.AnyTagClassName
{
color: #99357B;
}
</style>
background-color css
<style>
a { background-color: #99357B; }
a { background-color: rgb(153,53,123); }
div.DivClassName
{
background-color: #99357B;
}
.BgClassName
{
background-color: #99357B;
}
</style>
border-color css
<style>
span { border-color: #99357B; }
span { border-color: rgb(153,53,123); }
td.TdClassName
{
border-color: #99357B;
}
.TagClassName
{
border-color: #99357B;
}
</style>