Shades of Dark Purple #9A0E80
Tints of Dark Purple #9A0E80
RGB
CMYK
RGB Variations
Color information
#9A0E80 (or 0x9A0E80) is known color: Dark Purple. HEX triplet: 9A, 0E and 80. RGB value is (154,14,128). Sum of RGB (Red+Green+Blue) = 154+14+128=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0E80 is #65F17F. Grayscale: #444444. Windows color (decimal): -6680960 or 8392346. OLE color: 8392346.
HSL color Cylindrical-coordinate representation of color #9A0E80: hue angle of 311.14º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E80 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 14 | 128 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.40 |
| HSL | 311.14º | 0.83% | 0.33% | - |
| HSV(B) | 311.14º | 0.91% | 0.6% | - |
| XYZ | 17.38 | 8.74 | 21.19 | - |
| YUV | 68.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 128 | 0 | 0.91 | 0.17 | 0.40 | 311.14 | 0.83 | 0.33 |
| Hex | 9A | E | 80 | 0 | 5B | 11 | 28 | 137 | 53 | 21 |
| Octal | 232 | 16 | 200 | 0 | 133 | 21 | 50 | 467 | 123 | 41 |
| Binary | 10011010 | 1110 | 10000000 | 0 | 1011011 | 10001 | 101000 | 100110111 | 1010011 | 100001 |
Color Harmonies of #9A0E80
Complementary color
Monochromatic Colors of #9A0E80
Black with #9A0E80
Text Example
Text Example
White with #9A0E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0E80; }
p { color: rgb(154,14,128); }
H1.HeaderClassName
{
color: #9A0E80;
}
.AnyTagClassName
{
color: #9A0E80;
}
</style>
background-color css
<style>
a { background-color: #9A0E80; }
a { background-color: rgb(154,14,128); }
div.DivClassName
{
background-color: #9A0E80;
}
.BgClassName
{
background-color: #9A0E80;
}
</style>
border-color css
<style>
span { border-color: #9A0E80; }
span { border-color: rgb(154,14,128); }
td.TdClassName
{
border-color: #9A0E80;
}
.TagClassName
{
border-color: #9A0E80;
}
</style>