Shades of Blue Violet #9130EA
Tints of Blue Violet #9130EA
RGB
CMYK
RGB Variations
Color information
#9130EA (or 0x9130EA) is known color: Blue Violet. HEX triplet: 91, 30 and EA. RGB value is (145,48,234). Sum of RGB (Red+Green+Blue) = 145+48+234=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #9130EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9130EA is #6ECF15. Grayscale: #616161. Windows color (decimal): -7261974 or 15347857. OLE color: 15347857.
HSL color Cylindrical-coordinate representation of color #9130EA: hue angle of 271.29º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9130EA is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 48 | 234 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.08 |
| HSL | 271.29º | 0.82% | 0.55% | - |
| HSV(B) | 271.29º | 0.79% | 0.92% | - |
| XYZ | 27.59 | 14.07 | 79.1 | - |
| YUV | 98.21 | 204.64 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 234 | 0.38 | 0.79 | 0 | 0.08 | 271.29 | 0.82 | 0.55 |
| Hex | 91 | 30 | EA | 26 | 4F | 0 | 8 | 10F | 52 | 37 |
| Octal | 221 | 60 | 352 | 46 | 117 | 0 | 10 | 417 | 122 | 67 |
| Binary | 10010001 | 110000 | 11101010 | 100110 | 1001111 | 0 | 1000 | 100001111 | 1010010 | 110111 |
Color Harmonies of #9130EA
Complementary color
Monochromatic Colors of #9130EA
Black with #9130EA
Text Example
Text Example
White with #9130EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130EA; }
p { color: rgb(145,48,234); }
H1.HeaderClassName
{
color: #9130EA;
}
.AnyTagClassName
{
color: #9130EA;
}
</style>
background-color css
<style>
a { background-color: #9130EA; }
a { background-color: rgb(145,48,234); }
div.DivClassName
{
background-color: #9130EA;
}
.BgClassName
{
background-color: #9130EA;
}
</style>
border-color css
<style>
span { border-color: #9130EA; }
span { border-color: rgb(145,48,234); }
td.TdClassName
{
border-color: #9130EA;
}
.TagClassName
{
border-color: #9130EA;
}
</style>