Shades of Blue Violet #9130DC
Tints of Blue Violet #9130DC
RGB
CMYK
RGB Variations
Color information
#9130DC (or 0x9130DC) is known color: Blue Violet. HEX triplet: 91, 30 and DC. RGB value is (145,48,220). Sum of RGB (Red+Green+Blue) = 145+48+220=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #9130DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130DC is #6ECF23. Grayscale: #606060. Windows color (decimal): -7261988 or 14430353. OLE color: 14430353.
HSL color Cylindrical-coordinate representation of color #9130DC: hue angle of 273.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9130DC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 48 | 220 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.14 |
| HSL | 273.84º | 0.71% | 0.53% | - |
| HSV(B) | 273.84º | 0.78% | 0.86% | - |
| XYZ | 25.65 | 13.3 | 68.93 | - |
| YUV | 96.61 | 197.64 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 220 | 0.34 | 0.78 | 0 | 0.14 | 273.84 | 0.71 | 0.53 |
| Hex | 91 | 30 | DC | 22 | 4E | 0 | E | 112 | 47 | 35 |
| Octal | 221 | 60 | 334 | 42 | 116 | 0 | 16 | 422 | 107 | 65 |
| Binary | 10010001 | 110000 | 11011100 | 100010 | 1001110 | 0 | 1110 | 100010010 | 1000111 | 110101 |
Color Harmonies of #9130DC
Complementary color
Monochromatic Colors of #9130DC
Black with #9130DC
Text Example
Text Example
White with #9130DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9130DC; }
p { color: rgb(145,48,220); }
H1.HeaderClassName
{
color: #9130DC;
}
.AnyTagClassName
{
color: #9130DC;
}
</style>
background-color css
<style>
a { background-color: #9130DC; }
a { background-color: rgb(145,48,220); }
div.DivClassName
{
background-color: #9130DC;
}
.BgClassName
{
background-color: #9130DC;
}
</style>
border-color css
<style>
span { border-color: #9130DC; }
span { border-color: rgb(145,48,220); }
td.TdClassName
{
border-color: #9130DC;
}
.TagClassName
{
border-color: #9130DC;
}
</style>