Shades of Dark Purple #953089
Tints of Dark Purple #953089
RGB
CMYK
RGB Variations
Color information
#953089 (or 0x953089) is known color: Dark Purple. HEX triplet: 95, 30 and 89. RGB value is (149,48,137). Sum of RGB (Red+Green+Blue) = 149+48+137=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #953089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953089 is #6ACF76. Grayscale: #585858. Windows color (decimal): -6999927 or 8990869. OLE color: 8990869.
HSL color Cylindrical-coordinate representation of color #953089: hue angle of 307.13º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953089 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 137 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.42 |
| HSL | 307.13º | 0.51% | 0.39% | - |
| HSV(B) | 307.13º | 0.68% | 0.58% | - |
| XYZ | 17.97 | 10.31 | 24.71 | - |
| YUV | 88.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 137 | 0 | 0.68 | 0.08 | 0.42 | 307.13 | 0.51 | 0.39 |
| Hex | 95 | 30 | 89 | 0 | 44 | 8 | 2A | 133 | 33 | 27 |
| Octal | 225 | 60 | 211 | 0 | 104 | 10 | 52 | 463 | 63 | 47 |
| Binary | 10010101 | 110000 | 10001001 | 0 | 1000100 | 1000 | 101010 | 100110011 | 110011 | 100111 |
Color Harmonies of #953089
Complementary color
Monochromatic Colors of #953089
Black with #953089
Text Example
Text Example
White with #953089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953089; }
p { color: rgb(149,48,137); }
H1.HeaderClassName
{
color: #953089;
}
.AnyTagClassName
{
color: #953089;
}
</style>
background-color css
<style>
a { background-color: #953089; }
a { background-color: rgb(149,48,137); }
div.DivClassName
{
background-color: #953089;
}
.BgClassName
{
background-color: #953089;
}
</style>
border-color css
<style>
span { border-color: #953089; }
span { border-color: rgb(149,48,137); }
td.TdClassName
{
border-color: #953089;
}
.TagClassName
{
border-color: #953089;
}
</style>