Shades of Vivid Violet #953592
Tints of Vivid Violet #953592
RGB
CMYK
RGB Variations
Color information
#953592 (or 0x953592) is known color: Vivid Violet. HEX triplet: 95, 35 and 92. RGB value is (149,53,146). Sum of RGB (Red+Green+Blue) = 149+53+146=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #953592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953592 is #6ACA6D. Grayscale: #5C5C5C. Windows color (decimal): -6998638 or 9581973. OLE color: 9581973.
HSL color Cylindrical-coordinate representation of color #953592: hue angle of 301.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953592 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 146 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.42 |
| HSL | 301.88º | 0.48% | 0.4% | - |
| HSV(B) | 301.88º | 0.64% | 0.58% | - |
| XYZ | 18.86 | 11.01 | 28.33 | - |
| YUV | 92.31 | 158.3 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 146 | 0 | 0.64 | 0.02 | 0.42 | 301.88 | 0.48 | 0.4 |
| Hex | 95 | 35 | 92 | 0 | 40 | 2 | 2A | 12E | 30 | 28 |
| Octal | 225 | 65 | 222 | 0 | 100 | 2 | 52 | 456 | 60 | 50 |
| Binary | 10010101 | 110101 | 10010010 | 0 | 1000000 | 10 | 101010 | 100101110 | 110000 | 101000 |
Color Harmonies of #953592
Complementary color
Monochromatic Colors of #953592
Black with #953592
Text Example
Text Example
White with #953592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953592; }
p { color: rgb(149,53,146); }
H1.HeaderClassName
{
color: #953592;
}
.AnyTagClassName
{
color: #953592;
}
</style>
background-color css
<style>
a { background-color: #953592; }
a { background-color: rgb(149,53,146); }
div.DivClassName
{
background-color: #953592;
}
.BgClassName
{
background-color: #953592;
}
</style>
border-color css
<style>
span { border-color: #953592; }
span { border-color: rgb(149,53,146); }
td.TdClassName
{
border-color: #953592;
}
.TagClassName
{
border-color: #953592;
}
</style>