Shades of Blue Violet #9128EE
Tints of Blue Violet #9128EE
RGB
CMYK
RGB Variations
Color information
#9128EE (or 0x9128EE) is known color: Blue Violet. HEX triplet: 91, 28 and EE. RGB value is (145,40,238). Sum of RGB (Red+Green+Blue) = 145+40+238=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #9128EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9128EE is #6ED711. Grayscale: #5D5D5D. Windows color (decimal): -7264018 or 15607953. OLE color: 15607953.
HSL color Cylindrical-coordinate representation of color #9128EE: hue angle of 271.82º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9128EE is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 40 | 238 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.07 |
| HSL | 271.82º | 0.85% | 0.55% | - |
| HSV(B) | 271.82º | 0.83% | 0.93% | - |
| XYZ | 27.87 | 13.71 | 82.07 | - |
| YUV | 93.97 | 209.29 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 238 | 0.39 | 0.83 | 0 | 0.07 | 271.82 | 0.85 | 0.55 |
| Hex | 91 | 28 | EE | 27 | 53 | 0 | 7 | 110 | 55 | 37 |
| Octal | 221 | 50 | 356 | 47 | 123 | 0 | 7 | 420 | 125 | 67 |
| Binary | 10010001 | 101000 | 11101110 | 100111 | 1010011 | 0 | 111 | 100010000 | 1010101 | 110111 |
Color Harmonies of #9128EE
Complementary color
Monochromatic Colors of #9128EE
Black with #9128EE
Text Example
Text Example
White with #9128EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9128EE; }
p { color: rgb(145,40,238); }
H1.HeaderClassName
{
color: #9128EE;
}
.AnyTagClassName
{
color: #9128EE;
}
</style>
background-color css
<style>
a { background-color: #9128EE; }
a { background-color: rgb(145,40,238); }
div.DivClassName
{
background-color: #9128EE;
}
.BgClassName
{
background-color: #9128EE;
}
</style>
border-color css
<style>
span { border-color: #9128EE; }
span { border-color: rgb(145,40,238); }
td.TdClassName
{
border-color: #9128EE;
}
.TagClassName
{
border-color: #9128EE;
}
</style>