Shades of Blue Violet #9121EF
Tints of Blue Violet #9121EF
RGB
CMYK
RGB Variations
Color information
#9121EF (or 0x9121EF) is known color: Blue Violet. HEX triplet: 91, 21 and EF. RGB value is (145,33,239). Sum of RGB (Red+Green+Blue) = 145+33+239=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #9121EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9121EF is #6EDE10. Grayscale: #595959. Windows color (decimal): -7265809 or 15671697. OLE color: 15671697.
HSL color Cylindrical-coordinate representation of color #9121EF: hue angle of 272.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9121EF is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 33 | 239 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.06 |
| HSL | 272.62º | 0.87% | 0.53% | - |
| HSV(B) | 272.62º | 0.86% | 0.94% | - |
| XYZ | 27.8 | 13.34 | 82.77 | - |
| YUV | 89.97 | 212.11 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 239 | 0.39 | 0.86 | 0 | 0.06 | 272.62 | 0.87 | 0.53 |
| Hex | 91 | 21 | EF | 27 | 56 | 0 | 6 | 111 | 57 | 35 |
| Octal | 221 | 41 | 357 | 47 | 126 | 0 | 6 | 421 | 127 | 65 |
| Binary | 10010001 | 100001 | 11101111 | 100111 | 1010110 | 0 | 110 | 100010001 | 1010111 | 110101 |
Color Harmonies of #9121EF
Complementary color
Monochromatic Colors of #9121EF
Black with #9121EF
Text Example
Text Example
White with #9121EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121EF; }
p { color: rgb(145,33,239); }
H1.HeaderClassName
{
color: #9121EF;
}
.AnyTagClassName
{
color: #9121EF;
}
</style>
background-color css
<style>
a { background-color: #9121EF; }
a { background-color: rgb(145,33,239); }
div.DivClassName
{
background-color: #9121EF;
}
.BgClassName
{
background-color: #9121EF;
}
</style>
border-color css
<style>
span { border-color: #9121EF; }
span { border-color: rgb(145,33,239); }
td.TdClassName
{
border-color: #9121EF;
}
.TagClassName
{
border-color: #9121EF;
}
</style>