Shades of Dark Purple #9A1E72
Tints of Dark Purple #9A1E72
RGB
CMYK
RGB Variations
Color information
#9A1E72 (or 0x9A1E72) is known color: Dark Purple. HEX triplet: 9A, 1E and 72. RGB value is (154,30,114). Sum of RGB (Red+Green+Blue) = 154+30+114=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1E72 is #65E18D. Grayscale: #4C4C4C. Windows color (decimal): -6676878 or 7478938. OLE color: 7478938.
HSL color Cylindrical-coordinate representation of color #9A1E72: hue angle of 319.35º degrees, saturation: 0.67, 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 #9A1E72 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 30 | 114 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.40 |
| HSL | 319.35º | 0.67% | 0.36% | - |
| HSV(B) | 319.35º | 0.81% | 0.6% | - |
| XYZ | 16.83 | 9.01 | 16.77 | - |
| YUV | 76.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 114 | 0 | 0.81 | 0.26 | 0.40 | 319.35 | 0.67 | 0.36 |
| Hex | 9A | 1E | 72 | 0 | 51 | 1A | 28 | 13F | 43 | 24 |
| Octal | 232 | 36 | 162 | 0 | 121 | 32 | 50 | 477 | 103 | 44 |
| Binary | 10011010 | 11110 | 1110010 | 0 | 1010001 | 11010 | 101000 | 100111111 | 1000011 | 100100 |
Color Harmonies of #9A1E72
Complementary color
Monochromatic Colors of #9A1E72
Black with #9A1E72
Text Example
Text Example
White with #9A1E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1E72; }
p { color: rgb(154,30,114); }
H1.HeaderClassName
{
color: #9A1E72;
}
.AnyTagClassName
{
color: #9A1E72;
}
</style>
background-color css
<style>
a { background-color: #9A1E72; }
a { background-color: rgb(154,30,114); }
div.DivClassName
{
background-color: #9A1E72;
}
.BgClassName
{
background-color: #9A1E72;
}
</style>
border-color css
<style>
span { border-color: #9A1E72; }
span { border-color: rgb(154,30,114); }
td.TdClassName
{
border-color: #9A1E72;
}
.TagClassName
{
border-color: #9A1E72;
}
</style>