Shades of Dark Purple #9A238B
Tints of Dark Purple #9A238B
RGB
CMYK
RGB Variations
Color information
#9A238B (or 0x9A238B) is known color: Dark Purple. HEX triplet: 9A, 23 and 8B. RGB value is (154,35,139). Sum of RGB (Red+Green+Blue) = 154+35+139=328 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.95% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 154 - color contains mainly: red. Hex color #9A238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A238B is #65DC74. Grayscale: #525252. Windows color (decimal): -6675573 or 9118618. OLE color: 9118618.
HSL color Cylindrical-coordinate representation of color #9A238B: hue angle of 307.56º 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 #9A238B is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 139 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.40 |
| HSL | 307.56º | 0.63% | 0.37% | - |
| HSV(B) | 307.56º | 0.77% | 0.6% | - |
| XYZ | 18.59 | 9.94 | 25.36 | - |
| YUV | 82.44 | 159.92 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 139 | 0 | 0.77 | 0.10 | 0.40 | 307.56 | 0.63 | 0.37 |
| Hex | 9A | 23 | 8B | 0 | 4D | A | 28 | 134 | 3F | 25 |
| Octal | 232 | 43 | 213 | 0 | 115 | 12 | 50 | 464 | 77 | 45 |
| Binary | 10011010 | 100011 | 10001011 | 0 | 1001101 | 1010 | 101000 | 100110100 | 111111 | 100101 |
Color Harmonies of #9A238B
Complementary color
Monochromatic Colors of #9A238B
Black with #9A238B
Text Example
Text Example
White with #9A238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A238B; }
p { color: rgb(154,35,139); }
H1.HeaderClassName
{
color: #9A238B;
}
.AnyTagClassName
{
color: #9A238B;
}
</style>
background-color css
<style>
a { background-color: #9A238B; }
a { background-color: rgb(154,35,139); }
div.DivClassName
{
background-color: #9A238B;
}
.BgClassName
{
background-color: #9A238B;
}
</style>
border-color css
<style>
span { border-color: #9A238B; }
span { border-color: rgb(154,35,139); }
td.TdClassName
{
border-color: #9A238B;
}
.TagClassName
{
border-color: #9A238B;
}
</style>