Shades of Blue Violet #9140EF
Tints of Blue Violet #9140EF
RGB
CMYK
RGB Variations
Color information
#9140EF (or 0x9140EF) is known color: Blue Violet. HEX triplet: 91, 40 and EF. RGB value is (145,64,239). Sum of RGB (Red+Green+Blue) = 145+64+239=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #9140EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9140EF is #6EBF10. Grayscale: #6B6B6B. Windows color (decimal): -7257873 or 15679633. OLE color: 15679633.
HSL color Cylindrical-coordinate representation of color #9140EF: hue angle of 267.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9140EF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 64 | 239 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.06 |
| HSL | 267.77º | 0.85% | 0.59% | - |
| HSV(B) | 267.77º | 0.73% | 0.94% | - |
| XYZ | 29.09 | 15.92 | 83.2 | - |
| YUV | 108.17 | 201.84 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 239 | 0.39 | 0.73 | 0 | 0.06 | 267.77 | 0.85 | 0.59 |
| Hex | 91 | 40 | EF | 27 | 49 | 0 | 6 | 10C | 55 | 3B |
| Octal | 221 | 100 | 357 | 47 | 111 | 0 | 6 | 414 | 125 | 73 |
| Binary | 10010001 | 1000000 | 11101111 | 100111 | 1001001 | 0 | 110 | 100001100 | 1010101 | 111011 |
Color Harmonies of #9140EF
Complementary color
Monochromatic Colors of #9140EF
Black with #9140EF
Text Example
Text Example
White with #9140EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9140EF; }
p { color: rgb(145,64,239); }
H1.HeaderClassName
{
color: #9140EF;
}
.AnyTagClassName
{
color: #9140EF;
}
</style>
background-color css
<style>
a { background-color: #9140EF; }
a { background-color: rgb(145,64,239); }
div.DivClassName
{
background-color: #9140EF;
}
.BgClassName
{
background-color: #9140EF;
}
</style>
border-color css
<style>
span { border-color: #9140EF; }
span { border-color: rgb(145,64,239); }
td.TdClassName
{
border-color: #9140EF;
}
.TagClassName
{
border-color: #9140EF;
}
</style>