Shades of Blue Violet #9139E1
Tints of Blue Violet #9139E1
RGB
CMYK
RGB Variations
Color information
#9139E1 (or 0x9139E1) is known color: Blue Violet. HEX triplet: 91, 39 and E1. RGB value is (145,57,225). Sum of RGB (Red+Green+Blue) = 145+57+225=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #9139E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139E1 is #6EC61E. Grayscale: #656565. Windows color (decimal): -7259679 or 14760337. OLE color: 14760337.
HSL color Cylindrical-coordinate representation of color #9139E1: hue angle of 271.43º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9139E1 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 57 | 225 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.12 |
| HSL | 271.43º | 0.74% | 0.55% | - |
| HSV(B) | 271.43º | 0.75% | 0.88% | - |
| XYZ | 26.73 | 14.38 | 72.6 | - |
| YUV | 102.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 225 | 0.36 | 0.75 | 0 | 0.12 | 271.43 | 0.74 | 0.55 |
| Hex | 91 | 39 | E1 | 24 | 4B | 0 | C | 10F | 4A | 37 |
| Octal | 221 | 71 | 341 | 44 | 113 | 0 | 14 | 417 | 112 | 67 |
| Binary | 10010001 | 111001 | 11100001 | 100100 | 1001011 | 0 | 1100 | 100001111 | 1001010 | 110111 |
Color Harmonies of #9139E1
Complementary color
Monochromatic Colors of #9139E1
Black with #9139E1
Text Example
Text Example
White with #9139E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9139E1; }
p { color: rgb(145,57,225); }
H1.HeaderClassName
{
color: #9139E1;
}
.AnyTagClassName
{
color: #9139E1;
}
</style>
background-color css
<style>
a { background-color: #9139E1; }
a { background-color: rgb(145,57,225); }
div.DivClassName
{
background-color: #9139E1;
}
.BgClassName
{
background-color: #9139E1;
}
</style>
border-color css
<style>
span { border-color: #9139E1; }
span { border-color: rgb(145,57,225); }
td.TdClassName
{
border-color: #9139E1;
}
.TagClassName
{
border-color: #9139E1;
}
</style>