Shades of Blue Violet #912EEB
Tints of Blue Violet #912EEB
RGB
CMYK
RGB Variations
Color information
#912EEB (or 0x912EEB) is known color: Blue Violet. HEX triplet: 91, 2E and EB. RGB value is (145,46,235). Sum of RGB (Red+Green+Blue) = 145+46+235=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #912EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #912EEB is #6ED114. Grayscale: #606060. Windows color (decimal): -7262485 or 15412881. OLE color: 15412881.
HSL color Cylindrical-coordinate representation of color #912EEB: hue angle of 271.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #912EEB is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 46 | 235 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.08 |
| HSL | 271.43º | 0.83% | 0.55% | - |
| HSV(B) | 271.43º | 0.8% | 0.92% | - |
| XYZ | 27.65 | 13.97 | 79.84 | - |
| YUV | 97.15 | 205.8 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 235 | 0.38 | 0.80 | 0 | 0.08 | 271.43 | 0.83 | 0.55 |
| Hex | 91 | 2E | EB | 26 | 50 | 0 | 8 | 10F | 53 | 37 |
| Octal | 221 | 56 | 353 | 46 | 120 | 0 | 10 | 417 | 123 | 67 |
| Binary | 10010001 | 101110 | 11101011 | 100110 | 1010000 | 0 | 1000 | 100001111 | 1010011 | 110111 |
Color Harmonies of #912EEB
Complementary color
Monochromatic Colors of #912EEB
Black with #912EEB
Text Example
Text Example
White with #912EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912EEB; }
p { color: rgb(145,46,235); }
H1.HeaderClassName
{
color: #912EEB;
}
.AnyTagClassName
{
color: #912EEB;
}
</style>
background-color css
<style>
a { background-color: #912EEB; }
a { background-color: rgb(145,46,235); }
div.DivClassName
{
background-color: #912EEB;
}
.BgClassName
{
background-color: #912EEB;
}
</style>
border-color css
<style>
span { border-color: #912EEB; }
span { border-color: rgb(145,46,235); }
td.TdClassName
{
border-color: #912EEB;
}
.TagClassName
{
border-color: #912EEB;
}
</style>