Shades of Dark Purple #9A328B
Tints of Dark Purple #9A328B
RGB
CMYK
RGB Variations
Color information
#9A328B (or 0x9A328B) is known color: Dark Purple. HEX triplet: 9A, 32 and 8B. RGB value is (154,50,139). Sum of RGB (Red+Green+Blue) = 154+50+139=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A328B is #65CD74. Grayscale: #5A5A5A. Windows color (decimal): -6671733 or 9122458. OLE color: 9122458.
HSL color Cylindrical-coordinate representation of color #9A328B: hue angle of 308.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A328B is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 139 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.40 |
| HSL | 308.65º | 0.51% | 0.4% | - |
| HSV(B) | 308.65º | 0.68% | 0.6% | - |
| XYZ | 19.13 | 11.02 | 25.54 | - |
| YUV | 91.24 | 154.96 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 139 | 0 | 0.68 | 0.10 | 0.40 | 308.65 | 0.51 | 0.4 |
| Hex | 9A | 32 | 8B | 0 | 44 | A | 28 | 135 | 33 | 28 |
| Octal | 232 | 62 | 213 | 0 | 104 | 12 | 50 | 465 | 63 | 50 |
| Binary | 10011010 | 110010 | 10001011 | 0 | 1000100 | 1010 | 101000 | 100110101 | 110011 | 101000 |
Color Harmonies of #9A328B
Complementary color
Monochromatic Colors of #9A328B
Black with #9A328B
Text Example
Text Example
White with #9A328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A328B; }
p { color: rgb(154,50,139); }
H1.HeaderClassName
{
color: #9A328B;
}
.AnyTagClassName
{
color: #9A328B;
}
</style>
background-color css
<style>
a { background-color: #9A328B; }
a { background-color: rgb(154,50,139); }
div.DivClassName
{
background-color: #9A328B;
}
.BgClassName
{
background-color: #9A328B;
}
</style>
border-color css
<style>
span { border-color: #9A328B; }
span { border-color: rgb(154,50,139); }
td.TdClassName
{
border-color: #9A328B;
}
.TagClassName
{
border-color: #9A328B;
}
</style>