Shades of Dark Purple #9A2388
Tints of Dark Purple #9A2388
RGB
CMYK
RGB Variations
Color information
#9A2388 (or 0x9A2388) is known color: Dark Purple. HEX triplet: 9A, 23 and 88. RGB value is (154,35,136). Sum of RGB (Red+Green+Blue) = 154+35+136=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2388 is #65DC77. Grayscale: #515151. Windows color (decimal): -6675576 or 8922010. OLE color: 8922010.
HSL color Cylindrical-coordinate representation of color #9A2388: hue angle of 309.08º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2388 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 136 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.40 |
| HSL | 309.08º | 0.63% | 0.37% | - |
| HSV(B) | 309.08º | 0.77% | 0.6% | - |
| XYZ | 18.37 | 9.85 | 24.23 | - |
| YUV | 82.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 136 | 0 | 0.77 | 0.12 | 0.40 | 309.08 | 0.63 | 0.37 |
| Hex | 9A | 23 | 88 | 0 | 4D | C | 28 | 135 | 3F | 25 |
| Octal | 232 | 43 | 210 | 0 | 115 | 14 | 50 | 465 | 77 | 45 |
| Binary | 10011010 | 100011 | 10001000 | 0 | 1001101 | 1100 | 101000 | 100110101 | 111111 | 100101 |
Color Harmonies of #9A2388
Complementary color
Monochromatic Colors of #9A2388
Black with #9A2388
Text Example
Text Example
White with #9A2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2388; }
p { color: rgb(154,35,136); }
H1.HeaderClassName
{
color: #9A2388;
}
.AnyTagClassName
{
color: #9A2388;
}
</style>
background-color css
<style>
a { background-color: #9A2388; }
a { background-color: rgb(154,35,136); }
div.DivClassName
{
background-color: #9A2388;
}
.BgClassName
{
background-color: #9A2388;
}
</style>
border-color css
<style>
span { border-color: #9A2388; }
span { border-color: rgb(154,35,136); }
td.TdClassName
{
border-color: #9A2388;
}
.TagClassName
{
border-color: #9A2388;
}
</style>