Shades of Vivid Violet #953E91
Tints of Vivid Violet #953E91
RGB
CMYK
RGB Variations
Color information
#953E91 (or 0x953E91) is known color: Vivid Violet. HEX triplet: 95, 3E and 91. RGB value is (149,62,145). Sum of RGB (Red+Green+Blue) = 149+62+145=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #953E91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E91 is #6AC16E. Grayscale: #616161. Windows color (decimal): -6996335 or 9518741. OLE color: 9518741.
HSL color Cylindrical-coordinate representation of color #953E91: hue angle of 302.76º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953E91 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 145 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.42 |
| HSL | 302.76º | 0.41% | 0.41% | - |
| HSV(B) | 302.76º | 0.58% | 0.58% | - |
| XYZ | 19.23 | 11.88 | 28.07 | - |
| YUV | 97.48 | 154.82 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 145 | 0 | 0.58 | 0.03 | 0.42 | 302.76 | 0.41 | 0.41 |
| Hex | 95 | 3E | 91 | 0 | 3A | 3 | 2A | 12F | 29 | 29 |
| Octal | 225 | 76 | 221 | 0 | 72 | 3 | 52 | 457 | 51 | 51 |
| Binary | 10010101 | 111110 | 10010001 | 0 | 111010 | 11 | 101010 | 100101111 | 101001 | 101001 |
Color Harmonies of #953E91
Complementary color
Monochromatic Colors of #953E91
Black with #953E91
Text Example
Text Example
White with #953E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E91; }
p { color: rgb(149,62,145); }
H1.HeaderClassName
{
color: #953E91;
}
.AnyTagClassName
{
color: #953E91;
}
</style>
background-color css
<style>
a { background-color: #953E91; }
a { background-color: rgb(149,62,145); }
div.DivClassName
{
background-color: #953E91;
}
.BgClassName
{
background-color: #953E91;
}
</style>
border-color css
<style>
span { border-color: #953E91; }
span { border-color: rgb(149,62,145); }
td.TdClassName
{
border-color: #953E91;
}
.TagClassName
{
border-color: #953E91;
}
</style>