Shades of Vivid Violet #952992
Tints of Vivid Violet #952992
RGB
CMYK
RGB Variations
Color information
#952992 (or 0x952992) is known color: Vivid Violet. HEX triplet: 95, 29 and 92. RGB value is (149,41,146). Sum of RGB (Red+Green+Blue) = 149+41+146=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #952992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952992 is #6AD66D. Grayscale: #545454. Windows color (decimal): -7001710 or 9578901. OLE color: 9578901.
HSL color Cylindrical-coordinate representation of color #952992: hue angle of 301.67º 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 #952992 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 146 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.42 |
| HSL | 301.67º | 0.57% | 0.37% | - |
| HSV(B) | 301.67º | 0.72% | 0.58% | - |
| XYZ | 18.38 | 10.05 | 28.17 | - |
| YUV | 85.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 146 | 0 | 0.72 | 0.02 | 0.42 | 301.67 | 0.57 | 0.37 |
| Hex | 95 | 29 | 92 | 0 | 48 | 2 | 2A | 12E | 39 | 25 |
| Octal | 225 | 51 | 222 | 0 | 110 | 2 | 52 | 456 | 71 | 45 |
| Binary | 10010101 | 101001 | 10010010 | 0 | 1001000 | 10 | 101010 | 100101110 | 111001 | 100101 |
Color Harmonies of #952992
Complementary color
Monochromatic Colors of #952992
Black with #952992
Text Example
Text Example
White with #952992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952992; }
p { color: rgb(149,41,146); }
H1.HeaderClassName
{
color: #952992;
}
.AnyTagClassName
{
color: #952992;
}
</style>
background-color css
<style>
a { background-color: #952992; }
a { background-color: rgb(149,41,146); }
div.DivClassName
{
background-color: #952992;
}
.BgClassName
{
background-color: #952992;
}
</style>
border-color css
<style>
span { border-color: #952992; }
span { border-color: rgb(149,41,146); }
td.TdClassName
{
border-color: #952992;
}
.TagClassName
{
border-color: #952992;
}
</style>