Shades of Blue Violet #9140EE
Tints of Blue Violet #9140EE
RGB
CMYK
RGB Variations
Color information
#9140EE (or 0x9140EE) is known color: Blue Violet. HEX triplet: 91, 40 and EE. RGB value is (145,64,238). Sum of RGB (Red+Green+Blue) = 145+64+238=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #9140EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9140EE is #6EBF11. Grayscale: #6B6B6B. Windows color (decimal): -7257874 or 15614097. OLE color: 15614097.
HSL color Cylindrical-coordinate representation of color #9140EE: hue angle of 267.93º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9140EE is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 64 | 238 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.07 |
| HSL | 267.93º | 0.84% | 0.59% | - |
| HSV(B) | 267.93º | 0.73% | 0.93% | - |
| XYZ | 28.94 | 15.86 | 82.42 | - |
| YUV | 108.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 64 | 238 | 0.39 | 0.73 | 0 | 0.07 | 267.93 | 0.84 | 0.59 |
| Hex | 91 | 40 | EE | 27 | 49 | 0 | 7 | 10C | 54 | 3B |
| Octal | 221 | 100 | 356 | 47 | 111 | 0 | 7 | 414 | 124 | 73 |
| Binary | 10010001 | 1000000 | 11101110 | 100111 | 1001001 | 0 | 111 | 100001100 | 1010100 | 111011 |
Color Harmonies of #9140EE
Complementary color
Monochromatic Colors of #9140EE
Black with #9140EE
Text Example
Text Example
White with #9140EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9140EE; }
p { color: rgb(145,64,238); }
H1.HeaderClassName
{
color: #9140EE;
}
.AnyTagClassName
{
color: #9140EE;
}
</style>
background-color css
<style>
a { background-color: #9140EE; }
a { background-color: rgb(145,64,238); }
div.DivClassName
{
background-color: #9140EE;
}
.BgClassName
{
background-color: #9140EE;
}
</style>
border-color css
<style>
span { border-color: #9140EE; }
span { border-color: rgb(145,64,238); }
td.TdClassName
{
border-color: #9140EE;
}
.TagClassName
{
border-color: #9140EE;
}
</style>