Shades of Blue Violet #9127EE
Tints of Blue Violet #9127EE
RGB
CMYK
RGB Variations
Color information
#9127EE (or 0x9127EE) is known color: Blue Violet. HEX triplet: 91, 27 and EE. RGB value is (145,39,238). Sum of RGB (Red+Green+Blue) = 145+39+238=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #9127EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9127EE is #6ED811. Grayscale: #5C5C5C. Windows color (decimal): -7264274 or 15607697. OLE color: 15607697.
HSL color Cylindrical-coordinate representation of color #9127EE: hue angle of 271.96º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9127EE is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 39 | 238 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.07 |
| HSL | 271.96º | 0.85% | 0.54% | - |
| HSV(B) | 271.96º | 0.84% | 0.93% | - |
| XYZ | 27.84 | 13.64 | 82.06 | - |
| YUV | 93.38 | 209.62 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 238 | 0.39 | 0.84 | 0 | 0.07 | 271.96 | 0.85 | 0.54 |
| Hex | 91 | 27 | EE | 27 | 54 | 0 | 7 | 110 | 55 | 36 |
| Octal | 221 | 47 | 356 | 47 | 124 | 0 | 7 | 420 | 125 | 66 |
| Binary | 10010001 | 100111 | 11101110 | 100111 | 1010100 | 0 | 111 | 100010000 | 1010101 | 110110 |
Color Harmonies of #9127EE
Complementary color
Monochromatic Colors of #9127EE
Black with #9127EE
Text Example
Text Example
White with #9127EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127EE; }
p { color: rgb(145,39,238); }
H1.HeaderClassName
{
color: #9127EE;
}
.AnyTagClassName
{
color: #9127EE;
}
</style>
background-color css
<style>
a { background-color: #9127EE; }
a { background-color: rgb(145,39,238); }
div.DivClassName
{
background-color: #9127EE;
}
.BgClassName
{
background-color: #9127EE;
}
</style>
border-color css
<style>
span { border-color: #9127EE; }
span { border-color: rgb(145,39,238); }
td.TdClassName
{
border-color: #9127EE;
}
.TagClassName
{
border-color: #9127EE;
}
</style>