Shades of Dark Purple #9A276E
Tints of Dark Purple #9A276E
RGB
CMYK
RGB Variations
Color information
#9A276E (or 0x9A276E) is known color: Dark Purple. HEX triplet: 9A, 27 and 6E. RGB value is (154,39,110). Sum of RGB (Red+Green+Blue) = 154+39+110=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A276E is #65D891. Grayscale: #515151. Windows color (decimal): -6674578 or 7219098. OLE color: 7219098.
HSL color Cylindrical-coordinate representation of color #9A276E: hue angle of 322.96º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A276E is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 39 | 110 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.40 |
| HSL | 322.96º | 0.6% | 0.38% | - |
| HSV(B) | 322.96º | 0.75% | 0.6% | - |
| XYZ | 16.87 | 9.45 | 15.69 | - |
| YUV | 81.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 110 | 0 | 0.75 | 0.29 | 0.40 | 322.96 | 0.6 | 0.38 |
| Hex | 9A | 27 | 6E | 0 | 4B | 1D | 28 | 143 | 3C | 26 |
| Octal | 232 | 47 | 156 | 0 | 113 | 35 | 50 | 503 | 74 | 46 |
| Binary | 10011010 | 100111 | 1101110 | 0 | 1001011 | 11101 | 101000 | 101000011 | 111100 | 100110 |
Color Harmonies of #9A276E
Complementary color
Monochromatic Colors of #9A276E
Black with #9A276E
Text Example
Text Example
White with #9A276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A276E; }
p { color: rgb(154,39,110); }
H1.HeaderClassName
{
color: #9A276E;
}
.AnyTagClassName
{
color: #9A276E;
}
</style>
background-color css
<style>
a { background-color: #9A276E; }
a { background-color: rgb(154,39,110); }
div.DivClassName
{
background-color: #9A276E;
}
.BgClassName
{
background-color: #9A276E;
}
</style>
border-color css
<style>
span { border-color: #9A276E; }
span { border-color: rgb(154,39,110); }
td.TdClassName
{
border-color: #9A276E;
}
.TagClassName
{
border-color: #9A276E;
}
</style>