Shades of Vivid Violet #953E88
Tints of Vivid Violet #953E88
RGB
CMYK
RGB Variations
Color information
#953E88 (or 0x953E88) is known color: Vivid Violet. HEX triplet: 95, 3E and 88. RGB value is (149,62,136). Sum of RGB (Red+Green+Blue) = 149+62+136=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #953E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E88 is #6AC177. Grayscale: #606060. Windows color (decimal): -6996344 or 8928917. OLE color: 8928917.
HSL color Cylindrical-coordinate representation of color #953E88: hue angle of 308.97º 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 #953E88 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 136 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.42 |
| HSL | 308.97º | 0.41% | 0.41% | - |
| HSV(B) | 308.97º | 0.58% | 0.58% | - |
| XYZ | 18.56 | 11.61 | 24.56 | - |
| YUV | 96.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 136 | 0 | 0.58 | 0.09 | 0.42 | 308.97 | 0.41 | 0.41 |
| Hex | 95 | 3E | 88 | 0 | 3A | 9 | 2A | 135 | 29 | 29 |
| Octal | 225 | 76 | 210 | 0 | 72 | 11 | 52 | 465 | 51 | 51 |
| Binary | 10010101 | 111110 | 10001000 | 0 | 111010 | 1001 | 101010 | 100110101 | 101001 | 101001 |
Color Harmonies of #953E88
Complementary color
Monochromatic Colors of #953E88
Black with #953E88
Text Example
Text Example
White with #953E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E88; }
p { color: rgb(149,62,136); }
H1.HeaderClassName
{
color: #953E88;
}
.AnyTagClassName
{
color: #953E88;
}
</style>
background-color css
<style>
a { background-color: #953E88; }
a { background-color: rgb(149,62,136); }
div.DivClassName
{
background-color: #953E88;
}
.BgClassName
{
background-color: #953E88;
}
</style>
border-color css
<style>
span { border-color: #953E88; }
span { border-color: rgb(149,62,136); }
td.TdClassName
{
border-color: #953E88;
}
.TagClassName
{
border-color: #953E88;
}
</style>