Shades of Vivid Violet #952199
Tints of Vivid Violet #952199
RGB
CMYK
RGB Variations
Color information
#952199 (or 0x952199) is known color: Vivid Violet. HEX triplet: 95, 21 and 99. RGB value is (149,33,153). Sum of RGB (Red+Green+Blue) = 149+33+153=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #952199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952199 is #6ADE66. Grayscale: #505050. Windows color (decimal): -7003751 or 10035605. OLE color: 10035605.
HSL color Cylindrical-coordinate representation of color #952199: hue angle of 298º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952199 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 33 | 153 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.4 |
| HSL | 298º | 0.65% | 0.36% | - |
| HSV(B) | 298º | 0.78% | 0.6% | - |
| XYZ | 18.69 | 9.78 | 31.04 | - |
| YUV | 81.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 153 | 0.03 | 0.78 | 0 | 0.4 | 298 | 0.65 | 0.36 |
| Hex | 95 | 21 | 99 | 3 | 4E | 0 | 28 | 12A | 41 | 24 |
| Octal | 225 | 41 | 231 | 3 | 116 | 0 | 50 | 452 | 101 | 44 |
| Binary | 10010101 | 100001 | 10011001 | 11 | 1001110 | 0 | 101000 | 100101010 | 1000001 | 100100 |
Color Harmonies of #952199
Complementary color
Monochromatic Colors of #952199
Black with #952199
Text Example
Text Example
White with #952199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952199; }
p { color: rgb(149,33,153); }
H1.HeaderClassName
{
color: #952199;
}
.AnyTagClassName
{
color: #952199;
}
</style>
background-color css
<style>
a { background-color: #952199; }
a { background-color: rgb(149,33,153); }
div.DivClassName
{
background-color: #952199;
}
.BgClassName
{
background-color: #952199;
}
</style>
border-color css
<style>
span { border-color: #952199; }
span { border-color: rgb(149,33,153); }
td.TdClassName
{
border-color: #952199;
}
.TagClassName
{
border-color: #952199;
}
</style>