Shades of Dark Purple #99358B
Tints of Dark Purple #99358B
RGB
CMYK
RGB Variations
Color information
#99358B (or 0x99358B) is known color: Dark Purple. HEX triplet: 99, 35 and 8B. RGB value is (153,53,139). Sum of RGB (Red+Green+Blue) = 153+53+139=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99358B is #66CA74. Grayscale: #5C5C5C. Windows color (decimal): -6736501 or 9123225. OLE color: 9123225.
HSL color Cylindrical-coordinate representation of color #99358B: hue angle of 308.4º 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 #99358B is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 139 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.4 |
| HSL | 308.4º | 0.49% | 0.4% | - |
| HSV(B) | 308.4º | 0.65% | 0.6% | - |
| XYZ | 19.07 | 11.18 | 25.58 | - |
| YUV | 92.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 139 | 0 | 0.65 | 0.09 | 0.4 | 308.4 | 0.49 | 0.4 |
| Hex | 99 | 35 | 8B | 0 | 41 | 9 | 28 | 134 | 31 | 28 |
| Octal | 231 | 65 | 213 | 0 | 101 | 11 | 50 | 464 | 61 | 50 |
| Binary | 10011001 | 110101 | 10001011 | 0 | 1000001 | 1001 | 101000 | 100110100 | 110001 | 101000 |
Color Harmonies of #99358B
Complementary color
Monochromatic Colors of #99358B
Black with #99358B
Text Example
Text Example
White with #99358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99358B; }
p { color: rgb(153,53,139); }
H1.HeaderClassName
{
color: #99358B;
}
.AnyTagClassName
{
color: #99358B;
}
</style>
background-color css
<style>
a { background-color: #99358B; }
a { background-color: rgb(153,53,139); }
div.DivClassName
{
background-color: #99358B;
}
.BgClassName
{
background-color: #99358B;
}
</style>
border-color css
<style>
span { border-color: #99358B; }
span { border-color: rgb(153,53,139); }
td.TdClassName
{
border-color: #99358B;
}
.TagClassName
{
border-color: #99358B;
}
</style>