Shades of Dark Purple #9A238F
Tints of Dark Purple #9A238F
RGB
CMYK
RGB Variations
Color information
#9A238F (or 0x9A238F) is known color: Dark Purple. HEX triplet: 9A, 23 and 8F. RGB value is (154,35,143). Sum of RGB (Red+Green+Blue) = 154+35+143=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A238F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A238F is #65DC70. Grayscale: #525252. Windows color (decimal): -6675569 or 9380762. OLE color: 9380762.
HSL color Cylindrical-coordinate representation of color #9A238F: hue angle of 305.55º 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 #9A238F is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 35 | 143 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.40 |
| HSL | 305.55º | 0.63% | 0.37% | - |
| HSV(B) | 305.55º | 0.77% | 0.6% | - |
| XYZ | 18.89 | 10.06 | 26.93 | - |
| YUV | 82.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 35 | 143 | 0 | 0.77 | 0.07 | 0.40 | 305.55 | 0.63 | 0.37 |
| Hex | 9A | 23 | 8F | 0 | 4D | 7 | 28 | 132 | 3F | 25 |
| Octal | 232 | 43 | 217 | 0 | 115 | 7 | 50 | 462 | 77 | 45 |
| Binary | 10011010 | 100011 | 10001111 | 0 | 1001101 | 111 | 101000 | 100110010 | 111111 | 100101 |
Color Harmonies of #9A238F
Complementary color
Monochromatic Colors of #9A238F
Black with #9A238F
Text Example
Text Example
White with #9A238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A238F; }
p { color: rgb(154,35,143); }
H1.HeaderClassName
{
color: #9A238F;
}
.AnyTagClassName
{
color: #9A238F;
}
</style>
background-color css
<style>
a { background-color: #9A238F; }
a { background-color: rgb(154,35,143); }
div.DivClassName
{
background-color: #9A238F;
}
.BgClassName
{
background-color: #9A238F;
}
</style>
border-color css
<style>
span { border-color: #9A238F; }
span { border-color: rgb(154,35,143); }
td.TdClassName
{
border-color: #9A238F;
}
.TagClassName
{
border-color: #9A238F;
}
</style>