Shades of Dark Purple #99358A
Tints of Dark Purple #99358A
RGB
CMYK
RGB Variations
Color information
#99358A (or 0x99358A) is known color: Dark Purple. HEX triplet: 99, 35 and 8A. RGB value is (153,53,138). Sum of RGB (Red+Green+Blue) = 153+53+138=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99358A is #66CA75. Grayscale: #5C5C5C. Windows color (decimal): -6736502 or 9057689. OLE color: 9057689.
HSL color Cylindrical-coordinate representation of color #99358A: hue angle of 309º 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 #99358A is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 138 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.4 |
| HSL | 309º | 0.49% | 0.4% | - |
| HSV(B) | 309º | 0.65% | 0.6% | - |
| XYZ | 19 | 11.15 | 25.2 | - |
| YUV | 92.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 138 | 0 | 0.65 | 0.10 | 0.4 | 309 | 0.49 | 0.4 |
| Hex | 99 | 35 | 8A | 0 | 41 | A | 28 | 135 | 31 | 28 |
| Octal | 231 | 65 | 212 | 0 | 101 | 12 | 50 | 465 | 61 | 50 |
| Binary | 10011001 | 110101 | 10001010 | 0 | 1000001 | 1010 | 101000 | 100110101 | 110001 | 101000 |
Color Harmonies of #99358A
Complementary color
Monochromatic Colors of #99358A
Black with #99358A
Text Example
Text Example
White with #99358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99358A; }
p { color: rgb(153,53,138); }
H1.HeaderClassName
{
color: #99358A;
}
.AnyTagClassName
{
color: #99358A;
}
</style>
background-color css
<style>
a { background-color: #99358A; }
a { background-color: rgb(153,53,138); }
div.DivClassName
{
background-color: #99358A;
}
.BgClassName
{
background-color: #99358A;
}
</style>
border-color css
<style>
span { border-color: #99358A; }
span { border-color: rgb(153,53,138); }
td.TdClassName
{
border-color: #99358A;
}
.TagClassName
{
border-color: #99358A;
}
</style>