Shades of Blue Violet #9131FB
Tints of Blue Violet #9131FB
RGB
CMYK
RGB Variations
Color information
#9131FB (or 0x9131FB) is known color: Blue Violet. HEX triplet: 91, 31 and FB. RGB value is (145,49,251). Sum of RGB (Red+Green+Blue) = 145+49+251=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #9131FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9131FB is #6ECE04. Grayscale: #646464. Windows color (decimal): -7261701 or 16462225. OLE color: 16462225.
HSL color Cylindrical-coordinate representation of color #9131FB: hue angle of 268.51º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9131FB is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 49 | 251 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.02 |
| HSL | 268.51º | 0.96% | 0.59% | - |
| HSV(B) | 268.51º | 0.8% | 0.98% | - |
| XYZ | 30.19 | 15.18 | 92.61 | - |
| YUV | 100.73 | 212.8 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 251 | 0.42 | 0.80 | 0 | 0.02 | 268.51 | 0.96 | 0.59 |
| Hex | 91 | 31 | FB | 2A | 50 | 0 | 2 | 10D | 60 | 3B |
| Octal | 221 | 61 | 373 | 52 | 120 | 0 | 2 | 415 | 140 | 73 |
| Binary | 10010001 | 110001 | 11111011 | 101010 | 1010000 | 0 | 10 | 100001101 | 1100000 | 111011 |
Color Harmonies of #9131FB
Complementary color
Monochromatic Colors of #9131FB
Black with #9131FB
Text Example
Text Example
White with #9131FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9131FB; }
p { color: rgb(145,49,251); }
H1.HeaderClassName
{
color: #9131FB;
}
.AnyTagClassName
{
color: #9131FB;
}
</style>
background-color css
<style>
a { background-color: #9131FB; }
a { background-color: rgb(145,49,251); }
div.DivClassName
{
background-color: #9131FB;
}
.BgClassName
{
background-color: #9131FB;
}
</style>
border-color css
<style>
span { border-color: #9131FB; }
span { border-color: rgb(145,49,251); }
td.TdClassName
{
border-color: #9131FB;
}
.TagClassName
{
border-color: #9131FB;
}
</style>