Shades of Blue Violet #931FE7
Tints of Blue Violet #931FE7
RGB
CMYK
RGB Variations
Color information
#931FE7 (or 0x931FE7) is known color: Blue Violet. HEX triplet: 93, 1F and E7. RGB value is (147,31,231). Sum of RGB (Red+Green+Blue) = 147+31+231=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #931FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931FE7 is #6CE018. Grayscale: #575757. Windows color (decimal): -7135257 or 15146899. OLE color: 15146899.
HSL color Cylindrical-coordinate representation of color #931FE7: hue angle of 274.8º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931FE7 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 31 | 231 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.09 |
| HSL | 274.8º | 0.81% | 0.51% | - |
| HSV(B) | 274.8º | 0.87% | 0.91% | - |
| XYZ | 26.95 | 12.95 | 76.68 | - |
| YUV | 88.48 | 208.43 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 31 | 231 | 0.36 | 0.87 | 0 | 0.09 | 274.8 | 0.81 | 0.51 |
| Hex | 93 | 1F | E7 | 24 | 57 | 0 | 9 | 113 | 51 | 33 |
| Octal | 223 | 37 | 347 | 44 | 127 | 0 | 11 | 423 | 121 | 63 |
| Binary | 10010011 | 11111 | 11100111 | 100100 | 1010111 | 0 | 1001 | 100010011 | 1010001 | 110011 |
Color Harmonies of #931FE7
Complementary color
Monochromatic Colors of #931FE7
Black with #931FE7
Text Example
Text Example
White with #931FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931FE7; }
p { color: rgb(147,31,231); }
H1.HeaderClassName
{
color: #931FE7;
}
.AnyTagClassName
{
color: #931FE7;
}
</style>
background-color css
<style>
a { background-color: #931FE7; }
a { background-color: rgb(147,31,231); }
div.DivClassName
{
background-color: #931FE7;
}
.BgClassName
{
background-color: #931FE7;
}
</style>
border-color css
<style>
span { border-color: #931FE7; }
span { border-color: rgb(147,31,231); }
td.TdClassName
{
border-color: #931FE7;
}
.TagClassName
{
border-color: #931FE7;
}
</style>