Shades of Dark Purple #99168A
Tints of Dark Purple #99168A
RGB
CMYK
RGB Variations
Color information
#99168A (or 0x99168A) is known color: Dark Purple. HEX triplet: 99, 16 and 8A. RGB value is (153,22,138). Sum of RGB (Red+Green+Blue) = 153+22+138=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99168A is #66E975. Grayscale: #4A4A4A. Windows color (decimal): -6744438 or 9049753. OLE color: 9049753.
HSL color Cylindrical-coordinate representation of color #99168A: hue angle of 306.87º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99168A is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 22 | 138 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.4 |
| HSL | 306.87º | 0.75% | 0.34% | - |
| HSV(B) | 306.87º | 0.86% | 0.6% | - |
| XYZ | 18.01 | 9.18 | 24.87 | - |
| YUV | 74.39 | 163.9 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 138 | 0 | 0.86 | 0.10 | 0.4 | 306.87 | 0.75 | 0.34 |
| Hex | 99 | 16 | 8A | 0 | 56 | A | 28 | 133 | 4B | 22 |
| Octal | 231 | 26 | 212 | 0 | 126 | 12 | 50 | 463 | 113 | 42 |
| Binary | 10011001 | 10110 | 10001010 | 0 | 1010110 | 1010 | 101000 | 100110011 | 1001011 | 100010 |
Color Harmonies of #99168A
Complementary color
Monochromatic Colors of #99168A
Black with #99168A
Text Example
Text Example
White with #99168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99168A; }
p { color: rgb(153,22,138); }
H1.HeaderClassName
{
color: #99168A;
}
.AnyTagClassName
{
color: #99168A;
}
</style>
background-color css
<style>
a { background-color: #99168A; }
a { background-color: rgb(153,22,138); }
div.DivClassName
{
background-color: #99168A;
}
.BgClassName
{
background-color: #99168A;
}
</style>
border-color css
<style>
span { border-color: #99168A; }
span { border-color: rgb(153,22,138); }
td.TdClassName
{
border-color: #99168A;
}
.TagClassName
{
border-color: #99168A;
}
</style>