Shades of Blue Violet #9126DC
Tints of Blue Violet #9126DC
RGB
CMYK
RGB Variations
Color information
#9126DC (or 0x9126DC) is known color: Blue Violet. HEX triplet: 91, 26 and DC. RGB value is (145,38,220). Sum of RGB (Red+Green+Blue) = 145+38+220=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #9126DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9126DC is #6ED923. Grayscale: #5A5A5A. Windows color (decimal): -7264548 or 14427793. OLE color: 14427793.
HSL color Cylindrical-coordinate representation of color #9126DC: hue angle of 275.27º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9126DC is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 38 | 220 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.14 |
| HSL | 275.27º | 0.72% | 0.51% | - |
| HSV(B) | 275.27º | 0.83% | 0.86% | - |
| XYZ | 25.29 | 12.57 | 68.8 | - |
| YUV | 90.74 | 200.95 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 38 | 220 | 0.34 | 0.83 | 0 | 0.14 | 275.27 | 0.72 | 0.51 |
| Hex | 91 | 26 | DC | 22 | 53 | 0 | E | 113 | 48 | 33 |
| Octal | 221 | 46 | 334 | 42 | 123 | 0 | 16 | 423 | 110 | 63 |
| Binary | 10010001 | 100110 | 11011100 | 100010 | 1010011 | 0 | 1110 | 100010011 | 1001000 | 110011 |
Color Harmonies of #9126DC
Complementary color
Monochromatic Colors of #9126DC
Black with #9126DC
Text Example
Text Example
White with #9126DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9126DC; }
p { color: rgb(145,38,220); }
H1.HeaderClassName
{
color: #9126DC;
}
.AnyTagClassName
{
color: #9126DC;
}
</style>
background-color css
<style>
a { background-color: #9126DC; }
a { background-color: rgb(145,38,220); }
div.DivClassName
{
background-color: #9126DC;
}
.BgClassName
{
background-color: #9126DC;
}
</style>
border-color css
<style>
span { border-color: #9126DC; }
span { border-color: rgb(145,38,220); }
td.TdClassName
{
border-color: #9126DC;
}
.TagClassName
{
border-color: #9126DC;
}
</style>