Shades of Blue Violet #912EDD
Tints of Blue Violet #912EDD
RGB
CMYK
RGB Variations
Color information
#912EDD (or 0x912EDD) is known color: Blue Violet. HEX triplet: 91, 2E and DD. RGB value is (145,46,221). Sum of RGB (Red+Green+Blue) = 145+46+221=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #912EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912EDD is #6ED122. Grayscale: #5E5E5E. Windows color (decimal): -7262499 or 14495377. OLE color: 14495377.
HSL color Cylindrical-coordinate representation of color #912EDD: hue angle of 273.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #912EDD is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 46 | 221 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.13 |
| HSL | 273.94º | 0.72% | 0.52% | - |
| HSV(B) | 273.94º | 0.79% | 0.87% | - |
| XYZ | 25.71 | 13.19 | 69.6 | - |
| YUV | 95.55 | 198.8 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 221 | 0.34 | 0.79 | 0 | 0.13 | 273.94 | 0.72 | 0.52 |
| Hex | 91 | 2E | DD | 22 | 4F | 0 | D | 112 | 48 | 34 |
| Octal | 221 | 56 | 335 | 42 | 117 | 0 | 15 | 422 | 110 | 64 |
| Binary | 10010001 | 101110 | 11011101 | 100010 | 1001111 | 0 | 1101 | 100010010 | 1001000 | 110100 |
Color Harmonies of #912EDD
Complementary color
Monochromatic Colors of #912EDD
Black with #912EDD
Text Example
Text Example
White with #912EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912EDD; }
p { color: rgb(145,46,221); }
H1.HeaderClassName
{
color: #912EDD;
}
.AnyTagClassName
{
color: #912EDD;
}
</style>
background-color css
<style>
a { background-color: #912EDD; }
a { background-color: rgb(145,46,221); }
div.DivClassName
{
background-color: #912EDD;
}
.BgClassName
{
background-color: #912EDD;
}
</style>
border-color css
<style>
span { border-color: #912EDD; }
span { border-color: rgb(145,46,221); }
td.TdClassName
{
border-color: #912EDD;
}
.TagClassName
{
border-color: #912EDD;
}
</style>