Shades of Dark Purple #953081
Tints of Dark Purple #953081
RGB
CMYK
RGB Variations
Color information
#953081 (or 0x953081) is known color: Dark Purple. HEX triplet: 95, 30 and 81. RGB value is (149,48,129). Sum of RGB (Red+Green+Blue) = 149+48+129=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #953081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953081 is #6ACF7E. Grayscale: #575757. Windows color (decimal): -6999935 or 8466581. OLE color: 8466581.
HSL color Cylindrical-coordinate representation of color #953081: hue angle of 311.88º 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 #953081 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 129 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.42 |
| HSL | 311.88º | 0.51% | 0.39% | - |
| HSV(B) | 311.88º | 0.68% | 0.58% | - |
| XYZ | 17.41 | 10.09 | 21.8 | - |
| YUV | 87.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 129 | 0 | 0.68 | 0.13 | 0.42 | 311.88 | 0.51 | 0.39 |
| Hex | 95 | 30 | 81 | 0 | 44 | D | 2A | 138 | 33 | 27 |
| Octal | 225 | 60 | 201 | 0 | 104 | 15 | 52 | 470 | 63 | 47 |
| Binary | 10010101 | 110000 | 10000001 | 0 | 1000100 | 1101 | 101010 | 100111000 | 110011 | 100111 |
Color Harmonies of #953081
Complementary color
Monochromatic Colors of #953081
Black with #953081
Text Example
Text Example
White with #953081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953081; }
p { color: rgb(149,48,129); }
H1.HeaderClassName
{
color: #953081;
}
.AnyTagClassName
{
color: #953081;
}
</style>
background-color css
<style>
a { background-color: #953081; }
a { background-color: rgb(149,48,129); }
div.DivClassName
{
background-color: #953081;
}
.BgClassName
{
background-color: #953081;
}
</style>
border-color css
<style>
span { border-color: #953081; }
span { border-color: rgb(149,48,129); }
td.TdClassName
{
border-color: #953081;
}
.TagClassName
{
border-color: #953081;
}
</style>