Shades of Blue Violet #9130E1
Tints of Blue Violet #9130E1
RGB
CMYK
RGB Variations
Color information
#9130E1 (or 0x9130E1) is known color: Blue Violet. HEX triplet: 91, 30 and E1. RGB value is (145,48,225). Sum of RGB (Red+Green+Blue) = 145+48+225=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 225 (88.28% from 255 or 53.83% from 418); Max value from RGB is 225 - color contains mainly: blue. Hex color #9130E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130E1 is #6ECF1E. Grayscale: #606060. Windows color (decimal): -7261983 or 14758033. OLE color: 14758033.
HSL color Cylindrical-coordinate representation of color #9130E1: hue angle of 272.88º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9130E1 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 145 | 48 | 225 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.12 |
| HSL | 272.88º | 0.75% | 0.54% | - |
| HSV(B) | 272.88º | 0.79% | 0.88% | - |
| XYZ | 26.32 | 13.57 | 72.47 | - |
| YUV | 97.18 | 200.14 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 225 | 0.36 | 0.79 | 0 | 0.12 | 272.88 | 0.75 | 0.54 |
| Hex | 91 | 30 | E1 | 24 | 4F | 0 | C | 111 | 4B | 36 |
| Octal | 221 | 60 | 341 | 44 | 117 | 0 | 14 | 421 | 113 | 66 |
| Binary | 10010001 | 110000 | 11100001 | 100100 | 1001111 | 0 | 1100 | 100010001 | 1001011 | 110110 |
Color Harmonies of #9130E1
Complementary color
Monochromatic Colors of #9130E1
Black with #9130E1
Text Example
Text Example
White with #9130E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130E1; }
p { color: rgb(145,48,225); }
H1.HeaderClassName
{
color: #9130E1;
}
.AnyTagClassName
{
color: #9130E1;
}
</style>
background-color css
<style>
a { background-color: #9130E1; }
a { background-color: rgb(145,48,225); }
div.DivClassName
{
background-color: #9130E1;
}
.BgClassName
{
background-color: #9130E1;
}
</style>
border-color css
<style>
span { border-color: #9130E1; }
span { border-color: rgb(145,48,225); }
td.TdClassName
{
border-color: #9130E1;
}
.TagClassName
{
border-color: #9130E1;
}
</style>