Shades of Vivid Violet #953199
Tints of Vivid Violet #953199
RGB
CMYK
RGB Variations
Color information
#953199 (or 0x953199) is known color: Vivid Violet. HEX triplet: 95, 31 and 99. RGB value is (149,49,153). Sum of RGB (Red+Green+Blue) = 149+49+153=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #953199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953199 is #6ACE66. Grayscale: #5A5A5A. Windows color (decimal): -6999655 or 10039701. OLE color: 10039701.
HSL color Cylindrical-coordinate representation of color #953199: hue angle of 297.69º degrees, saturation: 0.51, 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 #953199 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 49 | 153 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.4 |
| HSL | 297.69º | 0.51% | 0.4% | - |
| HSV(B) | 297.69º | 0.68% | 0.6% | - |
| XYZ | 19.24 | 10.89 | 31.22 | - |
| YUV | 90.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 153 | 0.03 | 0.68 | 0 | 0.4 | 297.69 | 0.51 | 0.4 |
| Hex | 95 | 31 | 99 | 3 | 44 | 0 | 28 | 12A | 33 | 28 |
| Octal | 225 | 61 | 231 | 3 | 104 | 0 | 50 | 452 | 63 | 50 |
| Binary | 10010101 | 110001 | 10011001 | 11 | 1000100 | 0 | 101000 | 100101010 | 110011 | 101000 |
Color Harmonies of #953199
Complementary color
Monochromatic Colors of #953199
Black with #953199
Text Example
Text Example
White with #953199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953199; }
p { color: rgb(149,49,153); }
H1.HeaderClassName
{
color: #953199;
}
.AnyTagClassName
{
color: #953199;
}
</style>
background-color css
<style>
a { background-color: #953199; }
a { background-color: rgb(149,49,153); }
div.DivClassName
{
background-color: #953199;
}
.BgClassName
{
background-color: #953199;
}
</style>
border-color css
<style>
span { border-color: #953199; }
span { border-color: rgb(149,49,153); }
td.TdClassName
{
border-color: #953199;
}
.TagClassName
{
border-color: #953199;
}
</style>