Shades of Dark Purple #9A296E
Tints of Dark Purple #9A296E
RGB
CMYK
RGB Variations
Color information
#9A296E (or 0x9A296E) is known color: Dark Purple. HEX triplet: 9A, 29 and 6E. RGB value is (154,41,110). Sum of RGB (Red+Green+Blue) = 154+41+110=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A296E is #65D691. Grayscale: #525252. Windows color (decimal): -6674066 or 7219610. OLE color: 7219610.
HSL color Cylindrical-coordinate representation of color #9A296E: hue angle of 323.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A296E is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 110 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.40 |
| HSL | 323.36º | 0.58% | 0.38% | - |
| HSV(B) | 323.36º | 0.73% | 0.6% | - |
| XYZ | 16.93 | 9.58 | 15.71 | - |
| YUV | 82.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 110 | 0 | 0.73 | 0.29 | 0.40 | 323.36 | 0.58 | 0.38 |
| Hex | 9A | 29 | 6E | 0 | 49 | 1D | 28 | 143 | 3A | 26 |
| Octal | 232 | 51 | 156 | 0 | 111 | 35 | 50 | 503 | 72 | 46 |
| Binary | 10011010 | 101001 | 1101110 | 0 | 1001001 | 11101 | 101000 | 101000011 | 111010 | 100110 |
Color Harmonies of #9A296E
Complementary color
Monochromatic Colors of #9A296E
Black with #9A296E
Text Example
Text Example
White with #9A296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A296E; }
p { color: rgb(154,41,110); }
H1.HeaderClassName
{
color: #9A296E;
}
.AnyTagClassName
{
color: #9A296E;
}
</style>
background-color css
<style>
a { background-color: #9A296E; }
a { background-color: rgb(154,41,110); }
div.DivClassName
{
background-color: #9A296E;
}
.BgClassName
{
background-color: #9A296E;
}
</style>
border-color css
<style>
span { border-color: #9A296E; }
span { border-color: rgb(154,41,110); }
td.TdClassName
{
border-color: #9A296E;
}
.TagClassName
{
border-color: #9A296E;
}
</style>