Shades of Blue Violet #9131DC
Tints of Blue Violet #9131DC
RGB
CMYK
RGB Variations
Color information
#9131DC (or 0x9131DC) is known color: Blue Violet. HEX triplet: 91, 31 and DC. RGB value is (145,49,220). Sum of RGB (Red+Green+Blue) = 145+49+220=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #9131DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9131DC is #6ECE23. Grayscale: #606060. Windows color (decimal): -7261732 or 14430609. OLE color: 14430609.
HSL color Cylindrical-coordinate representation of color #9131DC: hue angle of 273.68º 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 #9131DC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 49 | 220 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.14 |
| HSL | 273.68º | 0.71% | 0.53% | - |
| HSV(B) | 273.68º | 0.78% | 0.86% | - |
| XYZ | 25.69 | 13.38 | 68.94 | - |
| YUV | 97.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 220 | 0.34 | 0.78 | 0 | 0.14 | 273.68 | 0.71 | 0.53 |
| Hex | 91 | 31 | DC | 22 | 4E | 0 | E | 112 | 47 | 35 |
| Octal | 221 | 61 | 334 | 42 | 116 | 0 | 16 | 422 | 107 | 65 |
| Binary | 10010001 | 110001 | 11011100 | 100010 | 1001110 | 0 | 1110 | 100010010 | 1000111 | 110101 |
Color Harmonies of #9131DC
Complementary color
Monochromatic Colors of #9131DC
Black with #9131DC
Text Example
Text Example
White with #9131DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9131DC; }
p { color: rgb(145,49,220); }
H1.HeaderClassName
{
color: #9131DC;
}
.AnyTagClassName
{
color: #9131DC;
}
</style>
background-color css
<style>
a { background-color: #9131DC; }
a { background-color: rgb(145,49,220); }
div.DivClassName
{
background-color: #9131DC;
}
.BgClassName
{
background-color: #9131DC;
}
</style>
border-color css
<style>
span { border-color: #9131DC; }
span { border-color: rgb(145,49,220); }
td.TdClassName
{
border-color: #9131DC;
}
.TagClassName
{
border-color: #9131DC;
}
</style>