Shades of Vivid Violet #953591
Tints of Vivid Violet #953591
RGB
CMYK
RGB Variations
Color information
#953591 (or 0x953591) is known color: Vivid Violet. HEX triplet: 95, 35 and 91. RGB value is (149,53,145). Sum of RGB (Red+Green+Blue) = 149+53+145=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #953591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953591 is #6ACA6E. Grayscale: #5B5B5B. Windows color (decimal): -6998639 or 9516437. OLE color: 9516437.
HSL color Cylindrical-coordinate representation of color #953591: hue angle of 302.5º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953591 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 145 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.42 |
| HSL | 302.5º | 0.48% | 0.4% | - |
| HSV(B) | 302.5º | 0.64% | 0.58% | - |
| XYZ | 18.78 | 10.98 | 27.92 | - |
| YUV | 92.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 145 | 0 | 0.64 | 0.03 | 0.42 | 302.5 | 0.48 | 0.4 |
| Hex | 95 | 35 | 91 | 0 | 40 | 3 | 2A | 12E | 30 | 28 |
| Octal | 225 | 65 | 221 | 0 | 100 | 3 | 52 | 456 | 60 | 50 |
| Binary | 10010101 | 110101 | 10010001 | 0 | 1000000 | 11 | 101010 | 100101110 | 110000 | 101000 |
Color Harmonies of #953591
Complementary color
Monochromatic Colors of #953591
Black with #953591
Text Example
Text Example
White with #953591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953591; }
p { color: rgb(149,53,145); }
H1.HeaderClassName
{
color: #953591;
}
.AnyTagClassName
{
color: #953591;
}
</style>
background-color css
<style>
a { background-color: #953591; }
a { background-color: rgb(149,53,145); }
div.DivClassName
{
background-color: #953591;
}
.BgClassName
{
background-color: #953591;
}
</style>
border-color css
<style>
span { border-color: #953591; }
span { border-color: rgb(149,53,145); }
td.TdClassName
{
border-color: #953591;
}
.TagClassName
{
border-color: #953591;
}
</style>