Shades of Blue Violet #931AF7
Tints of Blue Violet #931AF7
RGB
CMYK
RGB Variations
Color information
#931AF7 (or 0x931AF7) is known color: Blue Violet. HEX triplet: 93, 1A and F7. RGB value is (147,26,247). Sum of RGB (Red+Green+Blue) = 147+26+247=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #931AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931AF7 is #6CE508. Grayscale: #565656. Windows color (decimal): -7136521 or 16194195. OLE color: 16194195.
HSL color Cylindrical-coordinate representation of color #931AF7: hue angle of 272.85º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #931AF7 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 26 | 247 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.03 |
| HSL | 272.85º | 0.93% | 0.54% | - |
| HSV(B) | 272.85º | 0.89% | 0.97% | - |
| XYZ | 29.19 | 13.66 | 89.09 | - |
| YUV | 87.37 | 218.09 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 26 | 247 | 0.40 | 0.89 | 0 | 0.03 | 272.85 | 0.93 | 0.54 |
| Hex | 93 | 1A | F7 | 28 | 59 | 0 | 3 | 111 | 5D | 36 |
| Octal | 223 | 32 | 367 | 50 | 131 | 0 | 3 | 421 | 135 | 66 |
| Binary | 10010011 | 11010 | 11110111 | 101000 | 1011001 | 0 | 11 | 100010001 | 1011101 | 110110 |
Color Harmonies of #931AF7
Complementary color
Monochromatic Colors of #931AF7
Black with #931AF7
Text Example
Text Example
White with #931AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931AF7; }
p { color: rgb(147,26,247); }
H1.HeaderClassName
{
color: #931AF7;
}
.AnyTagClassName
{
color: #931AF7;
}
</style>
background-color css
<style>
a { background-color: #931AF7; }
a { background-color: rgb(147,26,247); }
div.DivClassName
{
background-color: #931AF7;
}
.BgClassName
{
background-color: #931AF7;
}
</style>
border-color css
<style>
span { border-color: #931AF7; }
span { border-color: rgb(147,26,247); }
td.TdClassName
{
border-color: #931AF7;
}
.TagClassName
{
border-color: #931AF7;
}
</style>