Shades of Dark Purple #9A2673
Tints of Dark Purple #9A2673
RGB
CMYK
RGB Variations
Color information
#9A2673 (or 0x9A2673) is known color: Dark Purple. HEX triplet: 9A, 26 and 73. RGB value is (154,38,115). Sum of RGB (Red+Green+Blue) = 154+38+115=307 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.16% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2673 is #65D98C. Grayscale: #515151. Windows color (decimal): -6674829 or 7546522. OLE color: 7546522.
HSL color Cylindrical-coordinate representation of color #9A2673: hue angle of 320.17º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2673 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 115 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.40 |
| HSL | 320.17º | 0.6% | 0.38% | - |
| HSV(B) | 320.17º | 0.75% | 0.6% | - |
| XYZ | 17.11 | 9.49 | 17.15 | - |
| YUV | 81.46 | 146.93 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 115 | 0 | 0.75 | 0.25 | 0.40 | 320.17 | 0.6 | 0.38 |
| Hex | 9A | 26 | 73 | 0 | 4B | 19 | 28 | 140 | 3C | 26 |
| Octal | 232 | 46 | 163 | 0 | 113 | 31 | 50 | 500 | 74 | 46 |
| Binary | 10011010 | 100110 | 1110011 | 0 | 1001011 | 11001 | 101000 | 101000000 | 111100 | 100110 |
Color Harmonies of #9A2673
Complementary color
Monochromatic Colors of #9A2673
Black with #9A2673
Text Example
Text Example
White with #9A2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2673; }
p { color: rgb(154,38,115); }
H1.HeaderClassName
{
color: #9A2673;
}
.AnyTagClassName
{
color: #9A2673;
}
</style>
background-color css
<style>
a { background-color: #9A2673; }
a { background-color: rgb(154,38,115); }
div.DivClassName
{
background-color: #9A2673;
}
.BgClassName
{
background-color: #9A2673;
}
</style>
border-color css
<style>
span { border-color: #9A2673; }
span { border-color: rgb(154,38,115); }
td.TdClassName
{
border-color: #9A2673;
}
.TagClassName
{
border-color: #9A2673;
}
</style>