Shades of Vivid Violet #952D99
Tints of Vivid Violet #952D99
RGB
CMYK
RGB Variations
Color information
#952D99 (or 0x952D99) is known color: Vivid Violet. HEX triplet: 95, 2D and 99. RGB value is (149,45,153). Sum of RGB (Red+Green+Blue) = 149+45+153=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #952D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D99 is #6AD266. Grayscale: #585858. Windows color (decimal): -7000679 or 10038677. OLE color: 10038677.
HSL color Cylindrical-coordinate representation of color #952D99: hue angle of 297.78º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952D99 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 149 | 45 | 153 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.4 |
| HSL | 297.78º | 0.55% | 0.39% | - |
| HSV(B) | 297.78º | 0.71% | 0.6% | - |
| XYZ | 19.08 | 10.57 | 31.17 | - |
| YUV | 88.41 | 164.46 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 153 | 0.03 | 0.71 | 0 | 0.4 | 297.78 | 0.55 | 0.39 |
| Hex | 95 | 2D | 99 | 3 | 47 | 0 | 28 | 12A | 37 | 27 |
| Octal | 225 | 55 | 231 | 3 | 107 | 0 | 50 | 452 | 67 | 47 |
| Binary | 10010101 | 101101 | 10011001 | 11 | 1000111 | 0 | 101000 | 100101010 | 110111 | 100111 |
Color Harmonies of #952D99
Complementary color
Monochromatic Colors of #952D99
Black with #952D99
Text Example
Text Example
White with #952D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D99; }
p { color: rgb(149,45,153); }
H1.HeaderClassName
{
color: #952D99;
}
.AnyTagClassName
{
color: #952D99;
}
</style>
background-color css
<style>
a { background-color: #952D99; }
a { background-color: rgb(149,45,153); }
div.DivClassName
{
background-color: #952D99;
}
.BgClassName
{
background-color: #952D99;
}
</style>
border-color css
<style>
span { border-color: #952D99; }
span { border-color: rgb(149,45,153); }
td.TdClassName
{
border-color: #952D99;
}
.TagClassName
{
border-color: #952D99;
}
</style>