Shades of Vivid Violet #953192
Tints of Vivid Violet #953192
RGB
CMYK
RGB Variations
Color information
#953192 (or 0x953192) is known color: Vivid Violet. HEX triplet: 95, 31 and 92. RGB value is (149,49,146). Sum of RGB (Red+Green+Blue) = 149+49+146=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #953192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953192 is #6ACE6D. Grayscale: #595959. Windows color (decimal): -6999662 or 9580949. OLE color: 9580949.
HSL color Cylindrical-coordinate representation of color #953192: hue angle of 301.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953192 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 146 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.42 |
| HSL | 301.8º | 0.51% | 0.39% | - |
| HSV(B) | 301.8º | 0.67% | 0.58% | - |
| XYZ | 18.68 | 10.66 | 28.27 | - |
| YUV | 89.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 146 | 0 | 0.67 | 0.02 | 0.42 | 301.8 | 0.51 | 0.39 |
| Hex | 95 | 31 | 92 | 0 | 43 | 2 | 2A | 12E | 33 | 27 |
| Octal | 225 | 61 | 222 | 0 | 103 | 2 | 52 | 456 | 63 | 47 |
| Binary | 10010101 | 110001 | 10010010 | 0 | 1000011 | 10 | 101010 | 100101110 | 110011 | 100111 |
Color Harmonies of #953192
Complementary color
Monochromatic Colors of #953192
Black with #953192
Text Example
Text Example
White with #953192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953192; }
p { color: rgb(149,49,146); }
H1.HeaderClassName
{
color: #953192;
}
.AnyTagClassName
{
color: #953192;
}
</style>
background-color css
<style>
a { background-color: #953192; }
a { background-color: rgb(149,49,146); }
div.DivClassName
{
background-color: #953192;
}
.BgClassName
{
background-color: #953192;
}
</style>
border-color css
<style>
span { border-color: #953192; }
span { border-color: rgb(149,49,146); }
td.TdClassName
{
border-color: #953192;
}
.TagClassName
{
border-color: #953192;
}
</style>