Shades of Dark Purple #9A298C
Tints of Dark Purple #9A298C
RGB
CMYK
RGB Variations
Color information
#9A298C (or 0x9A298C) is known color: Dark Purple. HEX triplet: 9A, 29 and 8C. RGB value is (154,41,140). Sum of RGB (Red+Green+Blue) = 154+41+140=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A298C is #65D673. Grayscale: #555555. Windows color (decimal): -6674036 or 9185690. OLE color: 9185690.
HSL color Cylindrical-coordinate representation of color #9A298C: hue angle of 307.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A298C is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 140 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.40 |
| HSL | 307.43º | 0.58% | 0.38% | - |
| HSV(B) | 307.43º | 0.73% | 0.6% | - |
| XYZ | 18.85 | 10.35 | 25.81 | - |
| YUV | 86.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 140 | 0 | 0.73 | 0.09 | 0.40 | 307.43 | 0.58 | 0.38 |
| Hex | 9A | 29 | 8C | 0 | 49 | 9 | 28 | 133 | 3A | 26 |
| Octal | 232 | 51 | 214 | 0 | 111 | 11 | 50 | 463 | 72 | 46 |
| Binary | 10011010 | 101001 | 10001100 | 0 | 1001001 | 1001 | 101000 | 100110011 | 111010 | 100110 |
Color Harmonies of #9A298C
Complementary color
Monochromatic Colors of #9A298C
Black with #9A298C
Text Example
Text Example
White with #9A298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A298C; }
p { color: rgb(154,41,140); }
H1.HeaderClassName
{
color: #9A298C;
}
.AnyTagClassName
{
color: #9A298C;
}
</style>
background-color css
<style>
a { background-color: #9A298C; }
a { background-color: rgb(154,41,140); }
div.DivClassName
{
background-color: #9A298C;
}
.BgClassName
{
background-color: #9A298C;
}
</style>
border-color css
<style>
span { border-color: #9A298C; }
span { border-color: rgb(154,41,140); }
td.TdClassName
{
border-color: #9A298C;
}
.TagClassName
{
border-color: #9A298C;
}
</style>