Shades of Dark Purple #9A0E7D
Tints of Dark Purple #9A0E7D
RGB
CMYK
RGB Variations
Color information
#9A0E7D (or 0x9A0E7D) is known color: Dark Purple. HEX triplet: 9A, 0E and 7D. RGB value is (154,14,125). Sum of RGB (Red+Green+Blue) = 154+14+125=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0E7D is #65F182. Grayscale: #444444. Windows color (decimal): -6680963 or 8195738. OLE color: 8195738.
HSL color Cylindrical-coordinate representation of color #9A0E7D: hue angle of 312.43º 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 #9A0E7D is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 14 | 125 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.40 |
| HSL | 312.43º | 0.83% | 0.33% | - |
| HSV(B) | 312.43º | 0.91% | 0.6% | - |
| XYZ | 17.19 | 8.66 | 20.17 | - |
| YUV | 68.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 14 | 125 | 0 | 0.91 | 0.19 | 0.40 | 312.43 | 0.83 | 0.33 |
| Hex | 9A | E | 7D | 0 | 5B | 13 | 28 | 138 | 53 | 21 |
| Octal | 232 | 16 | 175 | 0 | 133 | 23 | 50 | 470 | 123 | 41 |
| Binary | 10011010 | 1110 | 1111101 | 0 | 1011011 | 10011 | 101000 | 100111000 | 1010011 | 100001 |
Color Harmonies of #9A0E7D
Complementary color
Monochromatic Colors of #9A0E7D
Black with #9A0E7D
Text Example
Text Example
White with #9A0E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0E7D; }
p { color: rgb(154,14,125); }
H1.HeaderClassName
{
color: #9A0E7D;
}
.AnyTagClassName
{
color: #9A0E7D;
}
</style>
background-color css
<style>
a { background-color: #9A0E7D; }
a { background-color: rgb(154,14,125); }
div.DivClassName
{
background-color: #9A0E7D;
}
.BgClassName
{
background-color: #9A0E7D;
}
</style>
border-color css
<style>
span { border-color: #9A0E7D; }
span { border-color: rgb(154,14,125); }
td.TdClassName
{
border-color: #9A0E7D;
}
.TagClassName
{
border-color: #9A0E7D;
}
</style>