Shades of Vivid Violet #952299
Tints of Vivid Violet #952299
RGB
CMYK
RGB Variations
Color information
#952299 (or 0x952299) is known color: Vivid Violet. HEX triplet: 95, 22 and 99. RGB value is (149,34,153). Sum of RGB (Red+Green+Blue) = 149+34+153=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #952299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952299 is #6ADD66. Grayscale: #515151. Windows color (decimal): -7003495 or 10035861. OLE color: 10035861.
HSL color Cylindrical-coordinate representation of color #952299: hue angle of 297.98º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952299 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 34 | 153 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.4 |
| HSL | 297.98º | 0.64% | 0.37% | - |
| HSV(B) | 297.98º | 0.78% | 0.6% | - |
| XYZ | 18.72 | 9.83 | 31.05 | - |
| YUV | 81.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 153 | 0.03 | 0.78 | 0 | 0.4 | 297.98 | 0.64 | 0.37 |
| Hex | 95 | 22 | 99 | 3 | 4E | 0 | 28 | 12A | 40 | 25 |
| Octal | 225 | 42 | 231 | 3 | 116 | 0 | 50 | 452 | 100 | 45 |
| Binary | 10010101 | 100010 | 10011001 | 11 | 1001110 | 0 | 101000 | 100101010 | 1000000 | 100101 |
Color Harmonies of #952299
Complementary color
Monochromatic Colors of #952299
Black with #952299
Text Example
Text Example
White with #952299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952299; }
p { color: rgb(149,34,153); }
H1.HeaderClassName
{
color: #952299;
}
.AnyTagClassName
{
color: #952299;
}
</style>
background-color css
<style>
a { background-color: #952299; }
a { background-color: rgb(149,34,153); }
div.DivClassName
{
background-color: #952299;
}
.BgClassName
{
background-color: #952299;
}
</style>
border-color css
<style>
span { border-color: #952299; }
span { border-color: rgb(149,34,153); }
td.TdClassName
{
border-color: #952299;
}
.TagClassName
{
border-color: #952299;
}
</style>