Shades of Vivid Violet #953492
Tints of Vivid Violet #953492
RGB
CMYK
RGB Variations
Color information
#953492 (or 0x953492) is known color: Vivid Violet. HEX triplet: 95, 34 and 92. RGB value is (149,52,146). Sum of RGB (Red+Green+Blue) = 149+52+146=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #953492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953492 is #6ACB6D. Grayscale: #5B5B5B. Windows color (decimal): -6998894 or 9581717. OLE color: 9581717.
HSL color Cylindrical-coordinate representation of color #953492: hue angle of 301.86º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953492 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 146 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.42 |
| HSL | 301.86º | 0.48% | 0.39% | - |
| HSV(B) | 301.86º | 0.65% | 0.58% | - |
| XYZ | 18.81 | 10.92 | 28.31 | - |
| YUV | 91.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 146 | 0 | 0.65 | 0.02 | 0.42 | 301.86 | 0.48 | 0.39 |
| Hex | 95 | 34 | 92 | 0 | 41 | 2 | 2A | 12E | 30 | 27 |
| Octal | 225 | 64 | 222 | 0 | 101 | 2 | 52 | 456 | 60 | 47 |
| Binary | 10010101 | 110100 | 10010010 | 0 | 1000001 | 10 | 101010 | 100101110 | 110000 | 100111 |
Color Harmonies of #953492
Complementary color
Monochromatic Colors of #953492
Black with #953492
Text Example
Text Example
White with #953492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953492; }
p { color: rgb(149,52,146); }
H1.HeaderClassName
{
color: #953492;
}
.AnyTagClassName
{
color: #953492;
}
</style>
background-color css
<style>
a { background-color: #953492; }
a { background-color: rgb(149,52,146); }
div.DivClassName
{
background-color: #953492;
}
.BgClassName
{
background-color: #953492;
}
</style>
border-color css
<style>
span { border-color: #953492; }
span { border-color: rgb(149,52,146); }
td.TdClassName
{
border-color: #953492;
}
.TagClassName
{
border-color: #953492;
}
</style>