Shades of Dark Purple #9A2076
Tints of Dark Purple #9A2076
RGB
CMYK
RGB Variations
Color information
#9A2076 (or 0x9A2076) is known color: Dark Purple. HEX triplet: 9A, 20 and 76. RGB value is (154,32,118). Sum of RGB (Red+Green+Blue) = 154+32+118=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2076 is #65DF89. Grayscale: #4E4E4E. Windows color (decimal): -6676362 or 7741594. OLE color: 7741594.
HSL color Cylindrical-coordinate representation of color #9A2076: hue angle of 317.7º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2076 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 118 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.40 |
| HSL | 317.7º | 0.66% | 0.36% | - |
| HSV(B) | 317.7º | 0.79% | 0.6% | - |
| XYZ | 17.11 | 9.21 | 18.02 | - |
| YUV | 78.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 118 | 0 | 0.79 | 0.23 | 0.40 | 317.7 | 0.66 | 0.36 |
| Hex | 9A | 20 | 76 | 0 | 4F | 17 | 28 | 13E | 42 | 24 |
| Octal | 232 | 40 | 166 | 0 | 117 | 27 | 50 | 476 | 102 | 44 |
| Binary | 10011010 | 100000 | 1110110 | 0 | 1001111 | 10111 | 101000 | 100111110 | 1000010 | 100100 |
Color Harmonies of #9A2076
Complementary color
Monochromatic Colors of #9A2076
Black with #9A2076
Text Example
Text Example
White with #9A2076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2076; }
p { color: rgb(154,32,118); }
H1.HeaderClassName
{
color: #9A2076;
}
.AnyTagClassName
{
color: #9A2076;
}
</style>
background-color css
<style>
a { background-color: #9A2076; }
a { background-color: rgb(154,32,118); }
div.DivClassName
{
background-color: #9A2076;
}
.BgClassName
{
background-color: #9A2076;
}
</style>
border-color css
<style>
span { border-color: #9A2076; }
span { border-color: rgb(154,32,118); }
td.TdClassName
{
border-color: #9A2076;
}
.TagClassName
{
border-color: #9A2076;
}
</style>