Shades of Vivid Violet #953E8E
Tints of Vivid Violet #953E8E
RGB
CMYK
RGB Variations
Color information
#953E8E (or 0x953E8E) is known color: Vivid Violet. HEX triplet: 95, 3E and 8E. RGB value is (149,62,142). Sum of RGB (Red+Green+Blue) = 149+62+142=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #953E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E8E is #6AC171. Grayscale: #606060. Windows color (decimal): -6996338 or 9322133. OLE color: 9322133.
HSL color Cylindrical-coordinate representation of color #953E8E: hue angle of 304.83º 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 #953E8E is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 142 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.42 |
| HSL | 304.83º | 0.41% | 0.41% | - |
| HSV(B) | 304.83º | 0.58% | 0.58% | - |
| XYZ | 19 | 11.79 | 26.87 | - |
| YUV | 97.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 142 | 0 | 0.58 | 0.05 | 0.42 | 304.83 | 0.41 | 0.41 |
| Hex | 95 | 3E | 8E | 0 | 3A | 5 | 2A | 131 | 29 | 29 |
| Octal | 225 | 76 | 216 | 0 | 72 | 5 | 52 | 461 | 51 | 51 |
| Binary | 10010101 | 111110 | 10001110 | 0 | 111010 | 101 | 101010 | 100110001 | 101001 | 101001 |
Color Harmonies of #953E8E
Complementary color
Monochromatic Colors of #953E8E
Black with #953E8E
Text Example
Text Example
White with #953E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E8E; }
p { color: rgb(149,62,142); }
H1.HeaderClassName
{
color: #953E8E;
}
.AnyTagClassName
{
color: #953E8E;
}
</style>
background-color css
<style>
a { background-color: #953E8E; }
a { background-color: rgb(149,62,142); }
div.DivClassName
{
background-color: #953E8E;
}
.BgClassName
{
background-color: #953E8E;
}
</style>
border-color css
<style>
span { border-color: #953E8E; }
span { border-color: rgb(149,62,142); }
td.TdClassName
{
border-color: #953E8E;
}
.TagClassName
{
border-color: #953E8E;
}
</style>