Shades of Dark Purple #9A2671
Tints of Dark Purple #9A2671
RGB
CMYK
RGB Variations
Color information
#9A2671 (or 0x9A2671) is known color: Dark Purple. HEX triplet: 9A, 26 and 71. RGB value is (154,38,113). Sum of RGB (Red+Green+Blue) = 154+38+113=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A2671 is #65D98E. Grayscale: #515151. Windows color (decimal): -6674831 or 7415450. OLE color: 7415450.
HSL color Cylindrical-coordinate representation of color #9A2671: hue angle of 321.21º 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 #9A2671 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 113 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.40 |
| HSL | 321.21º | 0.6% | 0.38% | - |
| HSV(B) | 321.21º | 0.75% | 0.6% | - |
| XYZ | 17 | 9.45 | 16.55 | - |
| YUV | 81.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 113 | 0 | 0.75 | 0.27 | 0.40 | 321.21 | 0.6 | 0.38 |
| Hex | 9A | 26 | 71 | 0 | 4B | 1B | 28 | 141 | 3C | 26 |
| Octal | 232 | 46 | 161 | 0 | 113 | 33 | 50 | 501 | 74 | 46 |
| Binary | 10011010 | 100110 | 1110001 | 0 | 1001011 | 11011 | 101000 | 101000001 | 111100 | 100110 |
Color Harmonies of #9A2671
Complementary color
Monochromatic Colors of #9A2671
Black with #9A2671
Text Example
Text Example
White with #9A2671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2671; }
p { color: rgb(154,38,113); }
H1.HeaderClassName
{
color: #9A2671;
}
.AnyTagClassName
{
color: #9A2671;
}
</style>
background-color css
<style>
a { background-color: #9A2671; }
a { background-color: rgb(154,38,113); }
div.DivClassName
{
background-color: #9A2671;
}
.BgClassName
{
background-color: #9A2671;
}
</style>
border-color css
<style>
span { border-color: #9A2671; }
span { border-color: rgb(154,38,113); }
td.TdClassName
{
border-color: #9A2671;
}
.TagClassName
{
border-color: #9A2671;
}
</style>