Shades of Blue Violet #9130DB
Tints of Blue Violet #9130DB
RGB
CMYK
RGB Variations
Color information
#9130DB (or 0x9130DB) is known color: Blue Violet. HEX triplet: 91, 30 and DB. RGB value is (145,48,219). Sum of RGB (Red+Green+Blue) = 145+48+219=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #9130DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130DB is #6ECF24. Grayscale: #5F5F5F. Windows color (decimal): -7261989 or 14364817. OLE color: 14364817.
HSL color Cylindrical-coordinate representation of color #9130DB: hue angle of 274.04º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9130DB is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 48 | 219 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.14 |
| HSL | 274.04º | 0.7% | 0.52% | - |
| HSV(B) | 274.04º | 0.78% | 0.86% | - |
| XYZ | 25.52 | 13.25 | 68.23 | - |
| YUV | 96.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 219 | 0.34 | 0.78 | 0 | 0.14 | 274.04 | 0.7 | 0.52 |
| Hex | 91 | 30 | DB | 22 | 4E | 0 | E | 112 | 46 | 34 |
| Octal | 221 | 60 | 333 | 42 | 116 | 0 | 16 | 422 | 106 | 64 |
| Binary | 10010001 | 110000 | 11011011 | 100010 | 1001110 | 0 | 1110 | 100010010 | 1000110 | 110100 |
Color Harmonies of #9130DB
Complementary color
Monochromatic Colors of #9130DB
Black with #9130DB
Text Example
Text Example
White with #9130DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130DB; }
p { color: rgb(145,48,219); }
H1.HeaderClassName
{
color: #9130DB;
}
.AnyTagClassName
{
color: #9130DB;
}
</style>
background-color css
<style>
a { background-color: #9130DB; }
a { background-color: rgb(145,48,219); }
div.DivClassName
{
background-color: #9130DB;
}
.BgClassName
{
background-color: #9130DB;
}
</style>
border-color css
<style>
span { border-color: #9130DB; }
span { border-color: rgb(145,48,219); }
td.TdClassName
{
border-color: #9130DB;
}
.TagClassName
{
border-color: #9130DB;
}
</style>