Shades of Vivid Violet #913DA1
Tints of Vivid Violet #913DA1
RGB
CMYK
RGB Variations
Color information
#913DA1 (or 0x913DA1) is known color: Vivid Violet. HEX triplet: 91, 3D and A1. RGB value is (145,61,161). Sum of RGB (Red+Green+Blue) = 145+61+161=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #913DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913DA1 is #6EC25E. Grayscale: #616161. Windows color (decimal): -7258719 or 10567057. OLE color: 10567057.
HSL color Cylindrical-coordinate representation of color #913DA1: hue angle of 290.4º 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 #913DA1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 61 | 161 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.37 |
| HSL | 290.4º | 0.45% | 0.44% | - |
| HSV(B) | 290.4º | 0.62% | 0.63% | - |
| XYZ | 19.78 | 11.93 | 34.98 | - |
| YUV | 97.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 161 | 0.10 | 0.62 | 0 | 0.37 | 290.4 | 0.45 | 0.44 |
| Hex | 91 | 3D | A1 | A | 3E | 0 | 25 | 122 | 2D | 2C |
| Octal | 221 | 75 | 241 | 12 | 76 | 0 | 45 | 442 | 55 | 54 |
| Binary | 10010001 | 111101 | 10100001 | 1010 | 111110 | 0 | 100101 | 100100010 | 101101 | 101100 |
Color Harmonies of #913DA1
Complementary color
Monochromatic Colors of #913DA1
Black with #913DA1
Text Example
Text Example
White with #913DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DA1; }
p { color: rgb(145,61,161); }
H1.HeaderClassName
{
color: #913DA1;
}
.AnyTagClassName
{
color: #913DA1;
}
</style>
background-color css
<style>
a { background-color: #913DA1; }
a { background-color: rgb(145,61,161); }
div.DivClassName
{
background-color: #913DA1;
}
.BgClassName
{
background-color: #913DA1;
}
</style>
border-color css
<style>
span { border-color: #913DA1; }
span { border-color: rgb(145,61,161); }
td.TdClassName
{
border-color: #913DA1;
}
.TagClassName
{
border-color: #913DA1;
}
</style>