Shades of Dark Purple #9A2690
Tints of Dark Purple #9A2690
RGB
CMYK
RGB Variations
Color information
#9A2690 (or 0x9A2690) is known color: Dark Purple. HEX triplet: 9A, 26 and 90. RGB value is (154,38,144). Sum of RGB (Red+Green+Blue) = 154+38+144=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2690 is #65D96F. Grayscale: #545454. Windows color (decimal): -6674800 or 9447066. OLE color: 9447066.
HSL color Cylindrical-coordinate representation of color #9A2690: hue angle of 305.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 #9A2690 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 144 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.40 |
| HSL | 305.17º | 0.6% | 0.38% | - |
| HSV(B) | 305.17º | 0.75% | 0.6% | - |
| XYZ | 19.05 | 10.27 | 27.36 | - |
| YUV | 84.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 144 | 0 | 0.75 | 0.06 | 0.40 | 305.17 | 0.6 | 0.38 |
| Hex | 9A | 26 | 90 | 0 | 4B | 6 | 28 | 131 | 3C | 26 |
| Octal | 232 | 46 | 220 | 0 | 113 | 6 | 50 | 461 | 74 | 46 |
| Binary | 10011010 | 100110 | 10010000 | 0 | 1001011 | 110 | 101000 | 100110001 | 111100 | 100110 |
Color Harmonies of #9A2690
Complementary color
Monochromatic Colors of #9A2690
Black with #9A2690
Text Example
Text Example
White with #9A2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2690; }
p { color: rgb(154,38,144); }
H1.HeaderClassName
{
color: #9A2690;
}
.AnyTagClassName
{
color: #9A2690;
}
</style>
background-color css
<style>
a { background-color: #9A2690; }
a { background-color: rgb(154,38,144); }
div.DivClassName
{
background-color: #9A2690;
}
.BgClassName
{
background-color: #9A2690;
}
</style>
border-color css
<style>
span { border-color: #9A2690; }
span { border-color: rgb(154,38,144); }
td.TdClassName
{
border-color: #9A2690;
}
.TagClassName
{
border-color: #9A2690;
}
</style>