Shades of Blue Violet #9121E6
Tints of Blue Violet #9121E6
RGB
CMYK
RGB Variations
Color information
#9121E6 (or 0x9121E6) is known color: Blue Violet. HEX triplet: 91, 21 and E6. RGB value is (145,33,230). Sum of RGB (Red+Green+Blue) = 145+33+230=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #9121E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9121E6 is #6EDE19. Grayscale: #585858. Windows color (decimal): -7265818 or 15081873. OLE color: 15081873.
HSL color Cylindrical-coordinate representation of color #9121E6: hue angle of 274.11º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9121E6 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 33 | 230 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.10 |
| HSL | 274.11º | 0.8% | 0.52% | - |
| HSV(B) | 274.11º | 0.86% | 0.9% | - |
| XYZ | 26.5 | 12.82 | 75.94 | - |
| YUV | 88.95 | 207.61 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 230 | 0.37 | 0.86 | 0 | 0.10 | 274.11 | 0.8 | 0.52 |
| Hex | 91 | 21 | E6 | 25 | 56 | 0 | A | 112 | 50 | 34 |
| Octal | 221 | 41 | 346 | 45 | 126 | 0 | 12 | 422 | 120 | 64 |
| Binary | 10010001 | 100001 | 11100110 | 100101 | 1010110 | 0 | 1010 | 100010010 | 1010000 | 110100 |
Color Harmonies of #9121E6
Complementary color
Monochromatic Colors of #9121E6
Black with #9121E6
Text Example
Text Example
White with #9121E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121E6; }
p { color: rgb(145,33,230); }
H1.HeaderClassName
{
color: #9121E6;
}
.AnyTagClassName
{
color: #9121E6;
}
</style>
background-color css
<style>
a { background-color: #9121E6; }
a { background-color: rgb(145,33,230); }
div.DivClassName
{
background-color: #9121E6;
}
.BgClassName
{
background-color: #9121E6;
}
</style>
border-color css
<style>
span { border-color: #9121E6; }
span { border-color: rgb(145,33,230); }
td.TdClassName
{
border-color: #9121E6;
}
.TagClassName
{
border-color: #9121E6;
}
</style>