Shades of Dark Purple #9A397B
Tints of Dark Purple #9A397B
RGB
CMYK
RGB Variations
Color information
#9A397B (or 0x9A397B) is known color: Dark Purple. HEX triplet: 9A, 39 and 7B. RGB value is (154,57,123). Sum of RGB (Red+Green+Blue) = 154+57+123=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A397B is #65C684. Grayscale: #5D5D5D. Windows color (decimal): -6669957 or 8075674. OLE color: 8075674.
HSL color Cylindrical-coordinate representation of color #9A397B: hue angle of 319.18º 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 #9A397B is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 57 | 123 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.40 |
| HSL | 319.18º | 0.46% | 0.41% | - |
| HSV(B) | 319.18º | 0.63% | 0.6% | - |
| XYZ | 18.36 | 11.23 | 19.94 | - |
| YUV | 93.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 57 | 123 | 0 | 0.63 | 0.20 | 0.40 | 319.18 | 0.46 | 0.41 |
| Hex | 9A | 39 | 7B | 0 | 3F | 14 | 28 | 13F | 2E | 29 |
| Octal | 232 | 71 | 173 | 0 | 77 | 24 | 50 | 477 | 56 | 51 |
| Binary | 10011010 | 111001 | 1111011 | 0 | 111111 | 10100 | 101000 | 100111111 | 101110 | 101001 |
Color Harmonies of #9A397B
Complementary color
Monochromatic Colors of #9A397B
Black with #9A397B
Text Example
Text Example
White with #9A397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A397B; }
p { color: rgb(154,57,123); }
H1.HeaderClassName
{
color: #9A397B;
}
.AnyTagClassName
{
color: #9A397B;
}
</style>
background-color css
<style>
a { background-color: #9A397B; }
a { background-color: rgb(154,57,123); }
div.DivClassName
{
background-color: #9A397B;
}
.BgClassName
{
background-color: #9A397B;
}
</style>
border-color css
<style>
span { border-color: #9A397B; }
span { border-color: rgb(154,57,123); }
td.TdClassName
{
border-color: #9A397B;
}
.TagClassName
{
border-color: #9A397B;
}
</style>