Shades of Blue Violet #9121DE
Tints of Blue Violet #9121DE
RGB
CMYK
RGB Variations
Color information
#9121DE (or 0x9121DE) is known color: Blue Violet. HEX triplet: 91, 21 and DE. RGB value is (145,33,222). Sum of RGB (Red+Green+Blue) = 145+33+222=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #9121DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121DE is #6EDE21. Grayscale: #575757. Windows color (decimal): -7265826 or 14557585. OLE color: 14557585.
HSL color Cylindrical-coordinate representation of color #9121DE: hue angle of 275.56º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9121DE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 33 | 222 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.13 |
| HSL | 275.56º | 0.74% | 0.5% | - |
| HSV(B) | 275.56º | 0.85% | 0.87% | - |
| XYZ | 25.41 | 12.38 | 70.16 | - |
| YUV | 88.03 | 203.61 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 222 | 0.35 | 0.85 | 0 | 0.13 | 275.56 | 0.74 | 0.5 |
| Hex | 91 | 21 | DE | 23 | 55 | 0 | D | 114 | 4A | 32 |
| Octal | 221 | 41 | 336 | 43 | 125 | 0 | 15 | 424 | 112 | 62 |
| Binary | 10010001 | 100001 | 11011110 | 100011 | 1010101 | 0 | 1101 | 100010100 | 1001010 | 110010 |
Color Harmonies of #9121DE
Complementary color
Monochromatic Colors of #9121DE
Black with #9121DE
Text Example
Text Example
White with #9121DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121DE; }
p { color: rgb(145,33,222); }
H1.HeaderClassName
{
color: #9121DE;
}
.AnyTagClassName
{
color: #9121DE;
}
</style>
background-color css
<style>
a { background-color: #9121DE; }
a { background-color: rgb(145,33,222); }
div.DivClassName
{
background-color: #9121DE;
}
.BgClassName
{
background-color: #9121DE;
}
</style>
border-color css
<style>
span { border-color: #9121DE; }
span { border-color: rgb(145,33,222); }
td.TdClassName
{
border-color: #9121DE;
}
.TagClassName
{
border-color: #9121DE;
}
</style>