Shades of Vivid Violet #953D95
Tints of Vivid Violet #953D95
RGB
CMYK
RGB Variations
Color information
#953D95 (or 0x953D95) is known color: Vivid Violet. HEX triplet: 95, 3D and 95. RGB value is (149,61,149). Sum of RGB (Red+Green+Blue) = 149+61+149=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D95 is #6AC26A. Grayscale: #616161. Windows color (decimal): -6996587 or 9780629. OLE color: 9780629.
HSL color Cylindrical-coordinate representation of color #953D95: hue angle of 300º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #953D95 is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 149 | - |
| CMYK | 0 | 0.59 | 0 | 0.42 |
| HSL | 300º | 0.42% | 0.41% | - |
| HSV(B) | 300º | 0.59% | 0.58% | - |
| XYZ | 19.49 | 11.9 | 29.7 | - |
| YUV | 97.34 | 157.15 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 149 | 0 | 0.59 | 0 | 0.42 | 300 | 0.42 | 0.41 |
| Hex | 95 | 3D | 95 | 0 | 3B | 0 | 2A | 12C | 2A | 29 |
| Octal | 225 | 75 | 225 | 0 | 73 | 0 | 52 | 454 | 52 | 51 |
| Binary | 10010101 | 111101 | 10010101 | 0 | 111011 | 0 | 101010 | 100101100 | 101010 | 101001 |
Color Harmonies of #953D95
Complementary color
Monochromatic Colors of #953D95
Black with #953D95
Text Example
Text Example
White with #953D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D95; }
p { color: rgb(149,61,149); }
H1.HeaderClassName
{
color: #953D95;
}
.AnyTagClassName
{
color: #953D95;
}
</style>
background-color css
<style>
a { background-color: #953D95; }
a { background-color: rgb(149,61,149); }
div.DivClassName
{
background-color: #953D95;
}
.BgClassName
{
background-color: #953D95;
}
</style>
border-color css
<style>
span { border-color: #953D95; }
span { border-color: rgb(149,61,149); }
td.TdClassName
{
border-color: #953D95;
}
.TagClassName
{
border-color: #953D95;
}
</style>