Shades of Vivid Violet #953A95
Tints of Vivid Violet #953A95
RGB
CMYK
RGB Variations
Color information
#953A95 (or 0x953A95) is known color: Vivid Violet. HEX triplet: 95, 3A and 95. RGB value is (149,58,149). Sum of RGB (Red+Green+Blue) = 149+58+149=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A95 is #6AC56A. Grayscale: #5F5F5F. Windows color (decimal): -6997355 or 9779861. OLE color: 9779861.
HSL color Cylindrical-coordinate representation of color #953A95: hue angle of 300º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A95 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 149 | - |
| CMYK | 0 | 0.61 | 0 | 0.42 |
| HSL | 300º | 0.44% | 0.41% | - |
| HSV(B) | 300º | 0.61% | 0.58% | - |
| XYZ | 19.33 | 11.59 | 29.65 | - |
| YUV | 95.58 | 158.15 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 149 | 0 | 0.61 | 0 | 0.42 | 300 | 0.44 | 0.41 |
| Hex | 95 | 3A | 95 | 0 | 3D | 0 | 2A | 12C | 2C | 29 |
| Octal | 225 | 72 | 225 | 0 | 75 | 0 | 52 | 454 | 54 | 51 |
| Binary | 10010101 | 111010 | 10010101 | 0 | 111101 | 0 | 101010 | 100101100 | 101100 | 101001 |
Color Harmonies of #953A95
Complementary color
Monochromatic Colors of #953A95
Black with #953A95
Text Example
Text Example
White with #953A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A95; }
p { color: rgb(149,58,149); }
H1.HeaderClassName
{
color: #953A95;
}
.AnyTagClassName
{
color: #953A95;
}
</style>
background-color css
<style>
a { background-color: #953A95; }
a { background-color: rgb(149,58,149); }
div.DivClassName
{
background-color: #953A95;
}
.BgClassName
{
background-color: #953A95;
}
</style>
border-color css
<style>
span { border-color: #953A95; }
span { border-color: rgb(149,58,149); }
td.TdClassName
{
border-color: #953A95;
}
.TagClassName
{
border-color: #953A95;
}
</style>