Shades of Dark Purple #9A3187
Tints of Dark Purple #9A3187
RGB
CMYK
RGB Variations
Color information
#9A3187 (or 0x9A3187) is known color: Dark Purple. HEX triplet: 9A, 31 and 87. RGB value is (154,49,135). Sum of RGB (Red+Green+Blue) = 154+49+135=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3187 is #65CE78. Grayscale: #595959. Windows color (decimal): -6671993 or 8860058. OLE color: 8860058.
HSL color Cylindrical-coordinate representation of color #9A3187: hue angle of 310.86º degrees, saturation: 0.52, 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 #9A3187 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 49 | 135 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.40 |
| HSL | 310.86º | 0.52% | 0.4% | - |
| HSV(B) | 310.86º | 0.68% | 0.6% | - |
| XYZ | 18.8 | 10.82 | 24.02 | - |
| YUV | 90.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 49 | 135 | 0 | 0.68 | 0.12 | 0.40 | 310.86 | 0.52 | 0.4 |
| Hex | 9A | 31 | 87 | 0 | 44 | C | 28 | 137 | 34 | 28 |
| Octal | 232 | 61 | 207 | 0 | 104 | 14 | 50 | 467 | 64 | 50 |
| Binary | 10011010 | 110001 | 10000111 | 0 | 1000100 | 1100 | 101000 | 100110111 | 110100 | 101000 |
Color Harmonies of #9A3187
Complementary color
Monochromatic Colors of #9A3187
Black with #9A3187
Text Example
Text Example
White with #9A3187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3187; }
p { color: rgb(154,49,135); }
H1.HeaderClassName
{
color: #9A3187;
}
.AnyTagClassName
{
color: #9A3187;
}
</style>
background-color css
<style>
a { background-color: #9A3187; }
a { background-color: rgb(154,49,135); }
div.DivClassName
{
background-color: #9A3187;
}
.BgClassName
{
background-color: #9A3187;
}
</style>
border-color css
<style>
span { border-color: #9A3187; }
span { border-color: rgb(154,49,135); }
td.TdClassName
{
border-color: #9A3187;
}
.TagClassName
{
border-color: #9A3187;
}
</style>