Shades of Blue Violet #8931FA
Tints of Blue Violet #8931FA
RGB
CMYK
RGB Variations
Color information
#8931FA (or 0x8931FA) is known color: Blue Violet. HEX triplet: 89, 31 and FA. RGB value is (137,49,250). Sum of RGB (Red+Green+Blue) = 137+49+250=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #8931FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8931FA is #76CE05. Grayscale: #616161. Windows color (decimal): -7785990 or 16396681. OLE color: 16396681.
HSL color Cylindrical-coordinate representation of color #8931FA: hue angle of 266.27º degrees, saturation: 0.95, 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 #8931FA is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 49 | 250 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.02 |
| HSL | 266.27º | 0.95% | 0.59% | - |
| HSV(B) | 266.27º | 0.8% | 0.98% | - |
| XYZ | 28.67 | 14.42 | 91.71 | - |
| YUV | 98.23 | 213.65 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 250 | 0.45 | 0.80 | 0 | 0.02 | 266.27 | 0.95 | 0.59 |
| Hex | 89 | 31 | FA | 2D | 50 | 0 | 2 | 10A | 5F | 3B |
| Octal | 211 | 61 | 372 | 55 | 120 | 0 | 2 | 412 | 137 | 73 |
| Binary | 10001001 | 110001 | 11111010 | 101101 | 1010000 | 0 | 10 | 100001010 | 1011111 | 111011 |
Color Harmonies of #8931FA
Complementary color
Monochromatic Colors of #8931FA
Black with #8931FA
Text Example
Text Example
White with #8931FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8931FA; }
p { color: rgb(137,49,250); }
H1.HeaderClassName
{
color: #8931FA;
}
.AnyTagClassName
{
color: #8931FA;
}
</style>
background-color css
<style>
a { background-color: #8931FA; }
a { background-color: rgb(137,49,250); }
div.DivClassName
{
background-color: #8931FA;
}
.BgClassName
{
background-color: #8931FA;
}
</style>
border-color css
<style>
span { border-color: #8931FA; }
span { border-color: rgb(137,49,250); }
td.TdClassName
{
border-color: #8931FA;
}
.TagClassName
{
border-color: #8931FA;
}
</style>