Shades of Blue Violet #9127ED
Tints of Blue Violet #9127ED
RGB
CMYK
RGB Variations
Color information
#9127ED (or 0x9127ED) is known color: Blue Violet. HEX triplet: 91, 27 and ED. RGB value is (145,39,237). Sum of RGB (Red+Green+Blue) = 145+39+237=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #9127ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9127ED is #6ED812. Grayscale: #5C5C5C. Windows color (decimal): -7264275 or 15542161. OLE color: 15542161.
HSL color Cylindrical-coordinate representation of color #9127ED: hue angle of 272.12º 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 #9127ED is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 39 | 237 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.07 |
| HSL | 272.12º | 0.85% | 0.54% | - |
| HSV(B) | 272.12º | 0.84% | 0.93% | - |
| XYZ | 27.69 | 13.59 | 81.28 | - |
| YUV | 93.27 | 209.12 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 39 | 237 | 0.39 | 0.84 | 0 | 0.07 | 272.12 | 0.85 | 0.54 |
| Hex | 91 | 27 | ED | 27 | 54 | 0 | 7 | 110 | 55 | 36 |
| Octal | 221 | 47 | 355 | 47 | 124 | 0 | 7 | 420 | 125 | 66 |
| Binary | 10010001 | 100111 | 11101101 | 100111 | 1010100 | 0 | 111 | 100010000 | 1010101 | 110110 |
Color Harmonies of #9127ED
Complementary color
Monochromatic Colors of #9127ED
Black with #9127ED
Text Example
Text Example
White with #9127ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9127ED; }
p { color: rgb(145,39,237); }
H1.HeaderClassName
{
color: #9127ED;
}
.AnyTagClassName
{
color: #9127ED;
}
</style>
background-color css
<style>
a { background-color: #9127ED; }
a { background-color: rgb(145,39,237); }
div.DivClassName
{
background-color: #9127ED;
}
.BgClassName
{
background-color: #9127ED;
}
</style>
border-color css
<style>
span { border-color: #9127ED; }
span { border-color: rgb(145,39,237); }
td.TdClassName
{
border-color: #9127ED;
}
.TagClassName
{
border-color: #9127ED;
}
</style>