Shades of Vivid Violet #953DA1
Tints of Vivid Violet #953DA1
RGB
CMYK
RGB Variations
Color information
#953DA1 (or 0x953DA1) is known color: Vivid Violet. HEX triplet: 95, 3D and A1. RGB value is (149,61,161). Sum of RGB (Red+Green+Blue) = 149+61+161=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #953DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DA1 is #6AC25E. Grayscale: #626262. Windows color (decimal): -6996575 or 10567061. OLE color: 10567061.
HSL color Cylindrical-coordinate representation of color #953DA1: hue angle of 292.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953DA1 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 61 | 161 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.37 |
| HSL | 292.8º | 0.45% | 0.44% | - |
| HSV(B) | 292.8º | 0.62% | 0.63% | - |
| XYZ | 20.5 | 12.3 | 35.01 | - |
| YUV | 98.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 161 | 0.07 | 0.62 | 0 | 0.37 | 292.8 | 0.45 | 0.44 |
| Hex | 95 | 3D | A1 | 7 | 3E | 0 | 25 | 125 | 2D | 2C |
| Octal | 225 | 75 | 241 | 7 | 76 | 0 | 45 | 445 | 55 | 54 |
| Binary | 10010101 | 111101 | 10100001 | 111 | 111110 | 0 | 100101 | 100100101 | 101101 | 101100 |
Color Harmonies of #953DA1
Complementary color
Monochromatic Colors of #953DA1
Black with #953DA1
Text Example
Text Example
White with #953DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953DA1; }
p { color: rgb(149,61,161); }
H1.HeaderClassName
{
color: #953DA1;
}
.AnyTagClassName
{
color: #953DA1;
}
</style>
background-color css
<style>
a { background-color: #953DA1; }
a { background-color: rgb(149,61,161); }
div.DivClassName
{
background-color: #953DA1;
}
.BgClassName
{
background-color: #953DA1;
}
</style>
border-color css
<style>
span { border-color: #953DA1; }
span { border-color: rgb(149,61,161); }
td.TdClassName
{
border-color: #953DA1;
}
.TagClassName
{
border-color: #953DA1;
}
</style>