Shades of Dark Purple #9A2691
Tints of Dark Purple #9A2691
RGB
CMYK
RGB Variations
Color information
#9A2691 (or 0x9A2691) is known color: Dark Purple. HEX triplet: 9A, 26 and 91. RGB value is (154,38,145). Sum of RGB (Red+Green+Blue) = 154+38+145=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2691 is #65D96E. Grayscale: #545454. Windows color (decimal): -6674799 or 9512602. OLE color: 9512602.
HSL color Cylindrical-coordinate representation of color #9A2691: hue angle of 304.66º 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 #9A2691 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 145 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.40 |
| HSL | 304.66º | 0.6% | 0.38% | - |
| HSV(B) | 304.66º | 0.75% | 0.6% | - |
| XYZ | 19.13 | 10.3 | 27.77 | - |
| YUV | 84.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 145 | 0 | 0.75 | 0.06 | 0.40 | 304.66 | 0.6 | 0.38 |
| Hex | 9A | 26 | 91 | 0 | 4B | 6 | 28 | 131 | 3C | 26 |
| Octal | 232 | 46 | 221 | 0 | 113 | 6 | 50 | 461 | 74 | 46 |
| Binary | 10011010 | 100110 | 10010001 | 0 | 1001011 | 110 | 101000 | 100110001 | 111100 | 100110 |
Color Harmonies of #9A2691
Complementary color
Monochromatic Colors of #9A2691
Black with #9A2691
Text Example
Text Example
White with #9A2691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2691; }
p { color: rgb(154,38,145); }
H1.HeaderClassName
{
color: #9A2691;
}
.AnyTagClassName
{
color: #9A2691;
}
</style>
background-color css
<style>
a { background-color: #9A2691; }
a { background-color: rgb(154,38,145); }
div.DivClassName
{
background-color: #9A2691;
}
.BgClassName
{
background-color: #9A2691;
}
</style>
border-color css
<style>
span { border-color: #9A2691; }
span { border-color: rgb(154,38,145); }
td.TdClassName
{
border-color: #9A2691;
}
.TagClassName
{
border-color: #9A2691;
}
</style>