Shades of Dark Purple #9A258E
Tints of Dark Purple #9A258E
RGB
CMYK
RGB Variations
Color information
#9A258E (or 0x9A258E) is known color: Dark Purple. HEX triplet: 9A, 25 and 8E. RGB value is (154,37,142). Sum of RGB (Red+Green+Blue) = 154+37+142=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 154 - color contains mainly: red. Hex color #9A258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A258E is #65DA71. Grayscale: #535353. Windows color (decimal): -6675058 or 9315738. OLE color: 9315738.
HSL color Cylindrical-coordinate representation of color #9A258E: hue angle of 306.15º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A258E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 37 | 142 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.40 |
| HSL | 306.15º | 0.61% | 0.37% | - |
| HSV(B) | 306.15º | 0.76% | 0.6% | - |
| XYZ | 18.87 | 10.15 | 26.56 | - |
| YUV | 83.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 37 | 142 | 0 | 0.76 | 0.08 | 0.40 | 306.15 | 0.61 | 0.37 |
| Hex | 9A | 25 | 8E | 0 | 4C | 8 | 28 | 132 | 3D | 25 |
| Octal | 232 | 45 | 216 | 0 | 114 | 10 | 50 | 462 | 75 | 45 |
| Binary | 10011010 | 100101 | 10001110 | 0 | 1001100 | 1000 | 101000 | 100110010 | 111101 | 100101 |
Color Harmonies of #9A258E
Complementary color
Monochromatic Colors of #9A258E
Black with #9A258E
Text Example
Text Example
White with #9A258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A258E; }
p { color: rgb(154,37,142); }
H1.HeaderClassName
{
color: #9A258E;
}
.AnyTagClassName
{
color: #9A258E;
}
</style>
background-color css
<style>
a { background-color: #9A258E; }
a { background-color: rgb(154,37,142); }
div.DivClassName
{
background-color: #9A258E;
}
.BgClassName
{
background-color: #9A258E;
}
</style>
border-color css
<style>
span { border-color: #9A258E; }
span { border-color: rgb(154,37,142); }
td.TdClassName
{
border-color: #9A258E;
}
.TagClassName
{
border-color: #9A258E;
}
</style>