Shades of Blue Violet #9128E6
Tints of Blue Violet #9128E6
RGB
CMYK
RGB Variations
Color information
#9128E6 (or 0x9128E6) is known color: Blue Violet. HEX triplet: 91, 28 and E6. RGB value is (145,40,230). Sum of RGB (Red+Green+Blue) = 145+40+230=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #9128E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9128E6 is #6ED719. Grayscale: #5C5C5C. Windows color (decimal): -7264026 or 15083665. OLE color: 15083665.
HSL color Cylindrical-coordinate representation of color #9128E6: hue angle of 273.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9128E6 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 40 | 230 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.10 |
| HSL | 273.16º | 0.79% | 0.53% | - |
| HSV(B) | 273.16º | 0.83% | 0.9% | - |
| XYZ | 26.72 | 13.25 | 76.01 | - |
| YUV | 93.06 | 205.29 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 230 | 0.37 | 0.83 | 0 | 0.10 | 273.16 | 0.79 | 0.53 |
| Hex | 91 | 28 | E6 | 25 | 53 | 0 | A | 111 | 4F | 35 |
| Octal | 221 | 50 | 346 | 45 | 123 | 0 | 12 | 421 | 117 | 65 |
| Binary | 10010001 | 101000 | 11100110 | 100101 | 1010011 | 0 | 1010 | 100010001 | 1001111 | 110101 |
Color Harmonies of #9128E6
Complementary color
Monochromatic Colors of #9128E6
Black with #9128E6
Text Example
Text Example
White with #9128E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128E6; }
p { color: rgb(145,40,230); }
H1.HeaderClassName
{
color: #9128E6;
}
.AnyTagClassName
{
color: #9128E6;
}
</style>
background-color css
<style>
a { background-color: #9128E6; }
a { background-color: rgb(145,40,230); }
div.DivClassName
{
background-color: #9128E6;
}
.BgClassName
{
background-color: #9128E6;
}
</style>
border-color css
<style>
span { border-color: #9128E6; }
span { border-color: rgb(145,40,230); }
td.TdClassName
{
border-color: #9128E6;
}
.TagClassName
{
border-color: #9128E6;
}
</style>