Shades of Blue Violet #9139F0
Tints of Blue Violet #9139F0
RGB
CMYK
RGB Variations
Color information
#9139F0 (or 0x9139F0) is known color: Blue Violet. HEX triplet: 91, 39 and F0. RGB value is (145,57,240). Sum of RGB (Red+Green+Blue) = 145+57+240=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 240 (94.14% from 255 or 54.30% from 442); Max value from RGB is 240 - color contains mainly: blue. Hex color #9139F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9139F0 is #6EC60F. Grayscale: #676767. Windows color (decimal): -7259664 or 15743377. OLE color: 15743377.
HSL color Cylindrical-coordinate representation of color #9139F0: hue angle of 268.85º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9139F0 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 57 | 240 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.06 |
| HSL | 268.85º | 0.86% | 0.58% | - |
| HSV(B) | 268.85º | 0.76% | 0.94% | - |
| XYZ | 28.87 | 15.24 | 83.86 | - |
| YUV | 104.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 240 | 0.40 | 0.76 | 0 | 0.06 | 268.85 | 0.86 | 0.58 |
| Hex | 91 | 39 | F0 | 28 | 4C | 0 | 6 | 10D | 56 | 3A |
| Octal | 221 | 71 | 360 | 50 | 114 | 0 | 6 | 415 | 126 | 72 |
| Binary | 10010001 | 111001 | 11110000 | 101000 | 1001100 | 0 | 110 | 100001101 | 1010110 | 111010 |
Color Harmonies of #9139F0
Complementary color
Monochromatic Colors of #9139F0
Black with #9139F0
Text Example
Text Example
White with #9139F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139F0; }
p { color: rgb(145,57,240); }
H1.HeaderClassName
{
color: #9139F0;
}
.AnyTagClassName
{
color: #9139F0;
}
</style>
background-color css
<style>
a { background-color: #9139F0; }
a { background-color: rgb(145,57,240); }
div.DivClassName
{
background-color: #9139F0;
}
.BgClassName
{
background-color: #9139F0;
}
</style>
border-color css
<style>
span { border-color: #9139F0; }
span { border-color: rgb(145,57,240); }
td.TdClassName
{
border-color: #9139F0;
}
.TagClassName
{
border-color: #9139F0;
}
</style>