Shades of Dark Purple #9A397C
Tints of Dark Purple #9A397C
RGB
CMYK
RGB Variations
Color information
#9A397C (or 0x9A397C) is known color: Dark Purple. HEX triplet: 9A, 39 and 7C. RGB value is (154,57,124). Sum of RGB (Red+Green+Blue) = 154+57+124=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A397C is #65C683. Grayscale: #5D5D5D. Windows color (decimal): -6669956 or 8141210. OLE color: 8141210.
HSL color Cylindrical-coordinate representation of color #9A397C: hue angle of 318.56º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A397C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 124 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.40 |
| HSL | 318.56º | 0.46% | 0.41% | - |
| HSV(B) | 318.56º | 0.63% | 0.6% | - |
| XYZ | 18.43 | 11.25 | 20.27 | - |
| YUV | 93.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 124 | 0 | 0.63 | 0.19 | 0.40 | 318.56 | 0.46 | 0.41 |
| Hex | 9A | 39 | 7C | 0 | 3F | 13 | 28 | 13F | 2E | 29 |
| Octal | 232 | 71 | 174 | 0 | 77 | 23 | 50 | 477 | 56 | 51 |
| Binary | 10011010 | 111001 | 1111100 | 0 | 111111 | 10011 | 101000 | 100111111 | 101110 | 101001 |
Color Harmonies of #9A397C
Complementary color
Monochromatic Colors of #9A397C
Black with #9A397C
Text Example
Text Example
White with #9A397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A397C; }
p { color: rgb(154,57,124); }
H1.HeaderClassName
{
color: #9A397C;
}
.AnyTagClassName
{
color: #9A397C;
}
</style>
background-color css
<style>
a { background-color: #9A397C; }
a { background-color: rgb(154,57,124); }
div.DivClassName
{
background-color: #9A397C;
}
.BgClassName
{
background-color: #9A397C;
}
</style>
border-color css
<style>
span { border-color: #9A397C; }
span { border-color: rgb(154,57,124); }
td.TdClassName
{
border-color: #9A397C;
}
.TagClassName
{
border-color: #9A397C;
}
</style>