Shades of Dark Purple #99328A
Tints of Dark Purple #99328A
RGB
CMYK
RGB Variations
Color information
#99328A (or 0x99328A) is known color: Dark Purple. HEX triplet: 99, 32 and 8A. RGB value is (153,50,138). Sum of RGB (Red+Green+Blue) = 153+50+138=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99328A is #66CD75. Grayscale: #5A5A5A. Windows color (decimal): -6737270 or 9056921. OLE color: 9056921.
HSL color Cylindrical-coordinate representation of color #99328A: hue angle of 308.74º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99328A is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 50 | 138 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.4 |
| HSL | 308.74º | 0.51% | 0.4% | - |
| HSV(B) | 308.74º | 0.67% | 0.6% | - |
| XYZ | 18.86 | 10.89 | 25.15 | - |
| YUV | 90.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 50 | 138 | 0 | 0.67 | 0.10 | 0.4 | 308.74 | 0.51 | 0.4 |
| Hex | 99 | 32 | 8A | 0 | 43 | A | 28 | 135 | 33 | 28 |
| Octal | 231 | 62 | 212 | 0 | 103 | 12 | 50 | 465 | 63 | 50 |
| Binary | 10011001 | 110010 | 10001010 | 0 | 1000011 | 1010 | 101000 | 100110101 | 110011 | 101000 |
Color Harmonies of #99328A
Complementary color
Monochromatic Colors of #99328A
Black with #99328A
Text Example
Text Example
White with #99328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99328A; }
p { color: rgb(153,50,138); }
H1.HeaderClassName
{
color: #99328A;
}
.AnyTagClassName
{
color: #99328A;
}
</style>
background-color css
<style>
a { background-color: #99328A; }
a { background-color: rgb(153,50,138); }
div.DivClassName
{
background-color: #99328A;
}
.BgClassName
{
background-color: #99328A;
}
</style>
border-color css
<style>
span { border-color: #99328A; }
span { border-color: rgb(153,50,138); }
td.TdClassName
{
border-color: #99328A;
}
.TagClassName
{
border-color: #99328A;
}
</style>