Shades of Blue Violet #9128E4
Tints of Blue Violet #9128E4
RGB
CMYK
RGB Variations
Color information
#9128E4 (or 0x9128E4) is known color: Blue Violet. HEX triplet: 91, 28 and E4. RGB value is (145,40,228). Sum of RGB (Red+Green+Blue) = 145+40+228=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 228 (89.45% from 255 or 55.21% from 413); Max value from RGB is 228 - color contains mainly: blue. Hex color #9128E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128E4 is #6ED71B. Grayscale: #5C5C5C. Windows color (decimal): -7264028 or 14952593. OLE color: 14952593.
HSL color Cylindrical-coordinate representation of color #9128E4: hue angle of 273.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9128E4 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 40 | 228 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.11 |
| HSL | 273.51º | 0.78% | 0.53% | - |
| HSV(B) | 273.51º | 0.82% | 0.89% | - |
| XYZ | 26.44 | 13.14 | 74.54 | - |
| YUV | 92.83 | 204.29 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 228 | 0.36 | 0.82 | 0 | 0.11 | 273.51 | 0.78 | 0.53 |
| Hex | 91 | 28 | E4 | 24 | 52 | 0 | B | 112 | 4E | 35 |
| Octal | 221 | 50 | 344 | 44 | 122 | 0 | 13 | 422 | 116 | 65 |
| Binary | 10010001 | 101000 | 11100100 | 100100 | 1010010 | 0 | 1011 | 100010010 | 1001110 | 110101 |
Color Harmonies of #9128E4
Complementary color
Monochromatic Colors of #9128E4
Black with #9128E4
Text Example
Text Example
White with #9128E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128E4; }
p { color: rgb(145,40,228); }
H1.HeaderClassName
{
color: #9128E4;
}
.AnyTagClassName
{
color: #9128E4;
}
</style>
background-color css
<style>
a { background-color: #9128E4; }
a { background-color: rgb(145,40,228); }
div.DivClassName
{
background-color: #9128E4;
}
.BgClassName
{
background-color: #9128E4;
}
</style>
border-color css
<style>
span { border-color: #9128E4; }
span { border-color: rgb(145,40,228); }
td.TdClassName
{
border-color: #9128E4;
}
.TagClassName
{
border-color: #9128E4;
}
</style>