Shades of Dark Purple #9A168A
Tints of Dark Purple #9A168A
RGB
CMYK
RGB Variations
Color information
#9A168A (or 0x9A168A) is known color: Dark Purple. HEX triplet: 9A, 16 and 8A. RGB value is (154,22,138). Sum of RGB (Red+Green+Blue) = 154+22+138=314 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.04% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 154 - color contains mainly: red. Hex color #9A168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A168A is #65E975. Grayscale: #4A4A4A. Windows color (decimal): -6678902 or 9049754. OLE color: 9049754.
HSL color Cylindrical-coordinate representation of color #9A168A: hue angle of 307.27º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A168A is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 22 | 138 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.40 |
| HSL | 307.27º | 0.75% | 0.35% | - |
| HSV(B) | 307.27º | 0.86% | 0.6% | - |
| XYZ | 18.2 | 9.28 | 24.88 | - |
| YUV | 74.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 22 | 138 | 0 | 0.86 | 0.10 | 0.40 | 307.27 | 0.75 | 0.35 |
| Hex | 9A | 16 | 8A | 0 | 56 | A | 28 | 133 | 4B | 23 |
| Octal | 232 | 26 | 212 | 0 | 126 | 12 | 50 | 463 | 113 | 43 |
| Binary | 10011010 | 10110 | 10001010 | 0 | 1010110 | 1010 | 101000 | 100110011 | 1001011 | 100011 |
Color Harmonies of #9A168A
Complementary color
Monochromatic Colors of #9A168A
Black with #9A168A
Text Example
Text Example
White with #9A168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A168A; }
p { color: rgb(154,22,138); }
H1.HeaderClassName
{
color: #9A168A;
}
.AnyTagClassName
{
color: #9A168A;
}
</style>
background-color css
<style>
a { background-color: #9A168A; }
a { background-color: rgb(154,22,138); }
div.DivClassName
{
background-color: #9A168A;
}
.BgClassName
{
background-color: #9A168A;
}
</style>
border-color css
<style>
span { border-color: #9A168A; }
span { border-color: rgb(154,22,138); }
td.TdClassName
{
border-color: #9A168A;
}
.TagClassName
{
border-color: #9A168A;
}
</style>