Shades of Dark Purple #9A1D73
Tints of Dark Purple #9A1D73
RGB
CMYK
RGB Variations
Color information
#9A1D73 (or 0x9A1D73) is known color: Dark Purple. HEX triplet: 9A, 1D and 73. RGB value is (154,29,115). Sum of RGB (Red+Green+Blue) = 154+29+115=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D73 is #65E28C. Grayscale: #4B4B4B. Windows color (decimal): -6677133 or 7544218. OLE color: 7544218.
HSL color Cylindrical-coordinate representation of color #9A1D73: hue angle of 318.72º 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 #9A1D73 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 29 | 115 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.40 |
| HSL | 318.72º | 0.68% | 0.36% | - |
| HSV(B) | 318.72º | 0.81% | 0.6% | - |
| XYZ | 16.86 | 8.99 | 17.07 | - |
| YUV | 76.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 29 | 115 | 0 | 0.81 | 0.25 | 0.40 | 318.72 | 0.68 | 0.36 |
| Hex | 9A | 1D | 73 | 0 | 51 | 19 | 28 | 13F | 44 | 24 |
| Octal | 232 | 35 | 163 | 0 | 121 | 31 | 50 | 477 | 104 | 44 |
| Binary | 10011010 | 11101 | 1110011 | 0 | 1010001 | 11001 | 101000 | 100111111 | 1000100 | 100100 |
Color Harmonies of #9A1D73
Complementary color
Monochromatic Colors of #9A1D73
Black with #9A1D73
Text Example
Text Example
White with #9A1D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1D73; }
p { color: rgb(154,29,115); }
H1.HeaderClassName
{
color: #9A1D73;
}
.AnyTagClassName
{
color: #9A1D73;
}
</style>
background-color css
<style>
a { background-color: #9A1D73; }
a { background-color: rgb(154,29,115); }
div.DivClassName
{
background-color: #9A1D73;
}
.BgClassName
{
background-color: #9A1D73;
}
</style>
border-color css
<style>
span { border-color: #9A1D73; }
span { border-color: rgb(154,29,115); }
td.TdClassName
{
border-color: #9A1D73;
}
.TagClassName
{
border-color: #9A1D73;
}
</style>