Shades of Vivid Violet #912FA1
Tints of Vivid Violet #912FA1
RGB
CMYK
RGB Variations
Color information
#912FA1 (or 0x912FA1) is known color: Vivid Violet. HEX triplet: 91, 2F and A1. RGB value is (145,47,161). Sum of RGB (Red+Green+Blue) = 145+47+161=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #912FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912FA1 is #6ED05E. Grayscale: #585858. Windows color (decimal): -7262303 or 10563473. OLE color: 10563473.
HSL color Cylindrical-coordinate representation of color #912FA1: hue angle of 291.58º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #912FA1 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 47 | 161 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.37 |
| HSL | 291.58º | 0.55% | 0.41% | - |
| HSV(B) | 291.58º | 0.71% | 0.63% | - |
| XYZ | 19.13 | 10.63 | 34.76 | - |
| YUV | 89.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 161 | 0.10 | 0.71 | 0 | 0.37 | 291.58 | 0.55 | 0.41 |
| Hex | 91 | 2F | A1 | A | 47 | 0 | 25 | 124 | 37 | 29 |
| Octal | 221 | 57 | 241 | 12 | 107 | 0 | 45 | 444 | 67 | 51 |
| Binary | 10010001 | 101111 | 10100001 | 1010 | 1000111 | 0 | 100101 | 100100100 | 110111 | 101001 |
Color Harmonies of #912FA1
Complementary color
Monochromatic Colors of #912FA1
Black with #912FA1
Text Example
Text Example
White with #912FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912FA1; }
p { color: rgb(145,47,161); }
H1.HeaderClassName
{
color: #912FA1;
}
.AnyTagClassName
{
color: #912FA1;
}
</style>
background-color css
<style>
a { background-color: #912FA1; }
a { background-color: rgb(145,47,161); }
div.DivClassName
{
background-color: #912FA1;
}
.BgClassName
{
background-color: #912FA1;
}
</style>
border-color css
<style>
span { border-color: #912FA1; }
span { border-color: rgb(145,47,161); }
td.TdClassName
{
border-color: #912FA1;
}
.TagClassName
{
border-color: #912FA1;
}
</style>