Shades of Vivid Violet #952995
Tints of Vivid Violet #952995
RGB
CMYK
RGB Variations
Color information
#952995 (or 0x952995) is known color: Vivid Violet. HEX triplet: 95, 29 and 95. RGB value is (149,41,149). Sum of RGB (Red+Green+Blue) = 149+41+149=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952995 is #6AD66A. Grayscale: #555555. Windows color (decimal): -7001707 or 9775509. OLE color: 9775509.
HSL color Cylindrical-coordinate representation of color #952995: hue angle of 300º 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 #952995 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 41 | 149 | - |
| CMYK | 0 | 0.72 | 0 | 0.42 |
| HSL | 300º | 0.57% | 0.37% | - |
| HSV(B) | 300º | 0.72% | 0.58% | - |
| XYZ | 18.61 | 10.15 | 29.41 | - |
| YUV | 85.6 | 163.78 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 41 | 149 | 0 | 0.72 | 0 | 0.42 | 300 | 0.57 | 0.37 |
| Hex | 95 | 29 | 95 | 0 | 48 | 0 | 2A | 12C | 39 | 25 |
| Octal | 225 | 51 | 225 | 0 | 110 | 0 | 52 | 454 | 71 | 45 |
| Binary | 10010101 | 101001 | 10010101 | 0 | 1001000 | 0 | 101010 | 100101100 | 111001 | 100101 |
Color Harmonies of #952995
Complementary color
Monochromatic Colors of #952995
Black with #952995
Text Example
Text Example
White with #952995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952995; }
p { color: rgb(149,41,149); }
H1.HeaderClassName
{
color: #952995;
}
.AnyTagClassName
{
color: #952995;
}
</style>
background-color css
<style>
a { background-color: #952995; }
a { background-color: rgb(149,41,149); }
div.DivClassName
{
background-color: #952995;
}
.BgClassName
{
background-color: #952995;
}
</style>
border-color css
<style>
span { border-color: #952995; }
span { border-color: rgb(149,41,149); }
td.TdClassName
{
border-color: #952995;
}
.TagClassName
{
border-color: #952995;
}
</style>