Shades of Blue Violet #9130DD
Tints of Blue Violet #9130DD
RGB
CMYK
RGB Variations
Color information
#9130DD (or 0x9130DD) is known color: Blue Violet. HEX triplet: 91, 30 and DD. RGB value is (145,48,221). Sum of RGB (Red+Green+Blue) = 145+48+221=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #9130DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130DD is #6ECF22. Grayscale: #606060. Windows color (decimal): -7261987 or 14495889. OLE color: 14495889.
HSL color Cylindrical-coordinate representation of color #9130DD: hue angle of 273.64º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9130DD is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 48 | 221 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.13 |
| HSL | 273.64º | 0.72% | 0.53% | - |
| HSV(B) | 273.64º | 0.78% | 0.87% | - |
| XYZ | 25.79 | 13.35 | 69.63 | - |
| YUV | 96.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 221 | 0.34 | 0.78 | 0 | 0.13 | 273.64 | 0.72 | 0.53 |
| Hex | 91 | 30 | DD | 22 | 4E | 0 | D | 112 | 48 | 35 |
| Octal | 221 | 60 | 335 | 42 | 116 | 0 | 15 | 422 | 110 | 65 |
| Binary | 10010001 | 110000 | 11011101 | 100010 | 1001110 | 0 | 1101 | 100010010 | 1001000 | 110101 |
Color Harmonies of #9130DD
Complementary color
Monochromatic Colors of #9130DD
Black with #9130DD
Text Example
Text Example
White with #9130DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130DD; }
p { color: rgb(145,48,221); }
H1.HeaderClassName
{
color: #9130DD;
}
.AnyTagClassName
{
color: #9130DD;
}
</style>
background-color css
<style>
a { background-color: #9130DD; }
a { background-color: rgb(145,48,221); }
div.DivClassName
{
background-color: #9130DD;
}
.BgClassName
{
background-color: #9130DD;
}
</style>
border-color css
<style>
span { border-color: #9130DD; }
span { border-color: rgb(145,48,221); }
td.TdClassName
{
border-color: #9130DD;
}
.TagClassName
{
border-color: #9130DD;
}
</style>