Shades of Blue Violet #9131DF
Tints of Blue Violet #9131DF
RGB
CMYK
RGB Variations
Color information
#9131DF (or 0x9131DF) is known color: Blue Violet. HEX triplet: 91, 31 and DF. RGB value is (145,49,223). Sum of RGB (Red+Green+Blue) = 145+49+223=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #9131DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9131DF is #6ECE20. Grayscale: #606060. Windows color (decimal): -7261729 or 14627217. OLE color: 14627217.
HSL color Cylindrical-coordinate representation of color #9131DF: hue angle of 273.1º degrees, saturation: 0.73, 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 #9131DF is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 49 | 223 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.13 |
| HSL | 273.1º | 0.73% | 0.53% | - |
| HSV(B) | 273.1º | 0.78% | 0.87% | - |
| XYZ | 26.09 | 13.54 | 71.05 | - |
| YUV | 97.54 | 198.8 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 223 | 0.35 | 0.78 | 0 | 0.13 | 273.1 | 0.73 | 0.53 |
| Hex | 91 | 31 | DF | 23 | 4E | 0 | D | 111 | 49 | 35 |
| Octal | 221 | 61 | 337 | 43 | 116 | 0 | 15 | 421 | 111 | 65 |
| Binary | 10010001 | 110001 | 11011111 | 100011 | 1001110 | 0 | 1101 | 100010001 | 1001001 | 110101 |
Color Harmonies of #9131DF
Complementary color
Monochromatic Colors of #9131DF
Black with #9131DF
Text Example
Text Example
White with #9131DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9131DF; }
p { color: rgb(145,49,223); }
H1.HeaderClassName
{
color: #9131DF;
}
.AnyTagClassName
{
color: #9131DF;
}
</style>
background-color css
<style>
a { background-color: #9131DF; }
a { background-color: rgb(145,49,223); }
div.DivClassName
{
background-color: #9131DF;
}
.BgClassName
{
background-color: #9131DF;
}
</style>
border-color css
<style>
span { border-color: #9131DF; }
span { border-color: rgb(145,49,223); }
td.TdClassName
{
border-color: #9131DF;
}
.TagClassName
{
border-color: #9131DF;
}
</style>