Shades of Blue Violet #9121DC
Tints of Blue Violet #9121DC
RGB
CMYK
RGB Variations
Color information
#9121DC (or 0x9121DC) is known color: Blue Violet. HEX triplet: 91, 21 and DC. RGB value is (145,33,220). Sum of RGB (Red+Green+Blue) = 145+33+220=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #9121DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121DC is #6EDE23. Grayscale: #575757. Windows color (decimal): -7265828 or 14426513. OLE color: 14426513.
HSL color Cylindrical-coordinate representation of color #9121DC: hue angle of 275.94º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9121DC is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 33 | 220 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.14 |
| HSL | 275.94º | 0.74% | 0.5% | - |
| HSV(B) | 275.94º | 0.85% | 0.86% | - |
| XYZ | 25.14 | 12.27 | 68.75 | - |
| YUV | 87.81 | 202.61 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 220 | 0.34 | 0.85 | 0 | 0.14 | 275.94 | 0.74 | 0.5 |
| Hex | 91 | 21 | DC | 22 | 55 | 0 | E | 114 | 4A | 32 |
| Octal | 221 | 41 | 334 | 42 | 125 | 0 | 16 | 424 | 112 | 62 |
| Binary | 10010001 | 100001 | 11011100 | 100010 | 1010101 | 0 | 1110 | 100010100 | 1001010 | 110010 |
Color Harmonies of #9121DC
Complementary color
Monochromatic Colors of #9121DC
Black with #9121DC
Text Example
Text Example
White with #9121DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9121DC; }
p { color: rgb(145,33,220); }
H1.HeaderClassName
{
color: #9121DC;
}
.AnyTagClassName
{
color: #9121DC;
}
</style>
background-color css
<style>
a { background-color: #9121DC; }
a { background-color: rgb(145,33,220); }
div.DivClassName
{
background-color: #9121DC;
}
.BgClassName
{
background-color: #9121DC;
}
</style>
border-color css
<style>
span { border-color: #9121DC; }
span { border-color: rgb(145,33,220); }
td.TdClassName
{
border-color: #9121DC;
}
.TagClassName
{
border-color: #9121DC;
}
</style>