Shades of Dark Purple #9A1D77
Tints of Dark Purple #9A1D77
RGB
CMYK
RGB Variations
Color information
#9A1D77 (or 0x9A1D77) is known color: Dark Purple. HEX triplet: 9A, 1D and 77. RGB value is (154,29,119). Sum of RGB (Red+Green+Blue) = 154+29+119=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 119 (46.88% from 255 or 39.40% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D77 is #65E288. Grayscale: #4C4C4C. Windows color (decimal): -6677129 or 7806362. OLE color: 7806362.
HSL color Cylindrical-coordinate representation of color #9A1D77: hue angle of 316.8º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1D77 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 119 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.40 |
| HSL | 316.8º | 0.68% | 0.36% | - |
| HSV(B) | 316.8º | 0.81% | 0.6% | - |
| XYZ | 17.1 | 9.08 | 18.3 | - |
| YUV | 76.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 119 | 0 | 0.81 | 0.23 | 0.40 | 316.8 | 0.68 | 0.36 |
| Hex | 9A | 1D | 77 | 0 | 51 | 17 | 28 | 13D | 44 | 24 |
| Octal | 232 | 35 | 167 | 0 | 121 | 27 | 50 | 475 | 104 | 44 |
| Binary | 10011010 | 11101 | 1110111 | 0 | 1010001 | 10111 | 101000 | 100111101 | 1000100 | 100100 |
Color Harmonies of #9A1D77
Complementary color
Monochromatic Colors of #9A1D77
Black with #9A1D77
Text Example
Text Example
White with #9A1D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D77; }
p { color: rgb(154,29,119); }
H1.HeaderClassName
{
color: #9A1D77;
}
.AnyTagClassName
{
color: #9A1D77;
}
</style>
background-color css
<style>
a { background-color: #9A1D77; }
a { background-color: rgb(154,29,119); }
div.DivClassName
{
background-color: #9A1D77;
}
.BgClassName
{
background-color: #9A1D77;
}
</style>
border-color css
<style>
span { border-color: #9A1D77; }
span { border-color: rgb(154,29,119); }
td.TdClassName
{
border-color: #9A1D77;
}
.TagClassName
{
border-color: #9A1D77;
}
</style>