Shades of Blue Violet #912AE1
Tints of Blue Violet #912AE1
RGB
CMYK
RGB Variations
Color information
#912AE1 (or 0x912AE1) is known color: Blue Violet. HEX triplet: 91, 2A and E1. RGB value is (145,42,225). Sum of RGB (Red+Green+Blue) = 145+42+225=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #912AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912AE1 is #6ED51E. Grayscale: #5D5D5D. Windows color (decimal): -7263519 or 14756497. OLE color: 14756497.
HSL color Cylindrical-coordinate representation of color #912AE1: hue angle of 273.77º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #912AE1 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 42 | 225 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.12 |
| HSL | 273.77º | 0.75% | 0.52% | - |
| HSV(B) | 273.77º | 0.81% | 0.88% | - |
| XYZ | 26.1 | 13.11 | 72.39 | - |
| YUV | 93.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 42 | 225 | 0.36 | 0.81 | 0 | 0.12 | 273.77 | 0.75 | 0.52 |
| Hex | 91 | 2A | E1 | 24 | 51 | 0 | C | 112 | 4B | 34 |
| Octal | 221 | 52 | 341 | 44 | 121 | 0 | 14 | 422 | 113 | 64 |
| Binary | 10010001 | 101010 | 11100001 | 100100 | 1010001 | 0 | 1100 | 100010010 | 1001011 | 110100 |
Color Harmonies of #912AE1
Complementary color
Monochromatic Colors of #912AE1
Black with #912AE1
Text Example
Text Example
White with #912AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912AE1; }
p { color: rgb(145,42,225); }
H1.HeaderClassName
{
color: #912AE1;
}
.AnyTagClassName
{
color: #912AE1;
}
</style>
background-color css
<style>
a { background-color: #912AE1; }
a { background-color: rgb(145,42,225); }
div.DivClassName
{
background-color: #912AE1;
}
.BgClassName
{
background-color: #912AE1;
}
</style>
border-color css
<style>
span { border-color: #912AE1; }
span { border-color: rgb(145,42,225); }
td.TdClassName
{
border-color: #912AE1;
}
.TagClassName
{
border-color: #912AE1;
}
</style>