Shades of Vivid Violet #953590
Tints of Vivid Violet #953590
RGB
CMYK
RGB Variations
Color information
#953590 (or 0x953590) is known color: Vivid Violet. HEX triplet: 95, 35 and 90. RGB value is (149,53,144). Sum of RGB (Red+Green+Blue) = 149+53+144=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #953590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953590 is #6ACA6F. Grayscale: #5B5B5B. Windows color (decimal): -6998640 or 9450901. OLE color: 9450901.
HSL color Cylindrical-coordinate representation of color #953590: hue angle of 303.12º 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 #953590 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 144 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.42 |
| HSL | 303.13º | 0.48% | 0.4% | - |
| HSV(B) | 303.13º | 0.64% | 0.58% | - |
| XYZ | 18.7 | 10.95 | 27.51 | - |
| YUV | 92.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 144 | 0 | 0.64 | 0.03 | 0.42 | 303.13 | 0.48 | 0.4 |
| Hex | 95 | 35 | 90 | 0 | 40 | 3 | 2A | 12F | 30 | 28 |
| Octal | 225 | 65 | 220 | 0 | 100 | 3 | 52 | 457 | 60 | 50 |
| Binary | 10010101 | 110101 | 10010000 | 0 | 1000000 | 11 | 101010 | 100101111 | 110000 | 101000 |
Color Harmonies of #953590
Complementary color
Monochromatic Colors of #953590
Black with #953590
Text Example
Text Example
White with #953590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953590; }
p { color: rgb(149,53,144); }
H1.HeaderClassName
{
color: #953590;
}
.AnyTagClassName
{
color: #953590;
}
</style>
background-color css
<style>
a { background-color: #953590; }
a { background-color: rgb(149,53,144); }
div.DivClassName
{
background-color: #953590;
}
.BgClassName
{
background-color: #953590;
}
</style>
border-color css
<style>
span { border-color: #953590; }
span { border-color: rgb(149,53,144); }
td.TdClassName
{
border-color: #953590;
}
.TagClassName
{
border-color: #953590;
}
</style>