Shades of Vivid Violet #952991
Tints of Vivid Violet #952991
RGB
CMYK
RGB Variations
Color information
#952991 (or 0x952991) is known color: Vivid Violet. HEX triplet: 95, 29 and 91. RGB value is (149,41,145). Sum of RGB (Red+Green+Blue) = 149+41+145=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #952991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952991 is #6AD66E. Grayscale: #545454. Windows color (decimal): -7001711 or 9513365. OLE color: 9513365.
HSL color Cylindrical-coordinate representation of color #952991: hue angle of 302.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952991 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 145 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.42 |
| HSL | 302.22º | 0.57% | 0.37% | - |
| HSV(B) | 302.22º | 0.72% | 0.58% | - |
| XYZ | 18.3 | 10.02 | 27.76 | - |
| YUV | 85.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 145 | 0 | 0.72 | 0.03 | 0.42 | 302.22 | 0.57 | 0.37 |
| Hex | 95 | 29 | 91 | 0 | 48 | 3 | 2A | 12E | 39 | 25 |
| Octal | 225 | 51 | 221 | 0 | 110 | 3 | 52 | 456 | 71 | 45 |
| Binary | 10010101 | 101001 | 10010001 | 0 | 1001000 | 11 | 101010 | 100101110 | 111001 | 100101 |
Color Harmonies of #952991
Complementary color
Monochromatic Colors of #952991
Black with #952991
Text Example
Text Example
White with #952991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952991; }
p { color: rgb(149,41,145); }
H1.HeaderClassName
{
color: #952991;
}
.AnyTagClassName
{
color: #952991;
}
</style>
background-color css
<style>
a { background-color: #952991; }
a { background-color: rgb(149,41,145); }
div.DivClassName
{
background-color: #952991;
}
.BgClassName
{
background-color: #952991;
}
</style>
border-color css
<style>
span { border-color: #952991; }
span { border-color: rgb(149,41,145); }
td.TdClassName
{
border-color: #952991;
}
.TagClassName
{
border-color: #952991;
}
</style>