Shades of Blue Violet #8931F8
Tints of Blue Violet #8931F8
RGB
CMYK
RGB Variations
Color information
#8931F8 (or 0x8931F8) is known color: Blue Violet. HEX triplet: 89, 31 and F8. RGB value is (137,49,248). Sum of RGB (Red+Green+Blue) = 137+49+248=434 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.57% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 248 (97.27% from 255 or 57.14% from 434); Max value from RGB is 248 - color contains mainly: blue. Hex color #8931F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8931F8 is #76CE07. Grayscale: #616161. Windows color (decimal): -7785992 or 16265609. OLE color: 16265609.
HSL color Cylindrical-coordinate representation of color #8931F8: hue angle of 266.53º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8931F8 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 49 | 248 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.03 |
| HSL | 266.53º | 0.93% | 0.58% | - |
| HSV(B) | 266.53º | 0.8% | 0.97% | - |
| XYZ | 28.36 | 14.29 | 90.07 | - |
| YUV | 98 | 212.65 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 248 | 0.45 | 0.80 | 0 | 0.03 | 266.53 | 0.93 | 0.58 |
| Hex | 89 | 31 | F8 | 2D | 50 | 0 | 3 | 10B | 5D | 3A |
| Octal | 211 | 61 | 370 | 55 | 120 | 0 | 3 | 413 | 135 | 72 |
| Binary | 10001001 | 110001 | 11111000 | 101101 | 1010000 | 0 | 11 | 100001011 | 1011101 | 111010 |
Color Harmonies of #8931F8
Complementary color
Monochromatic Colors of #8931F8
Black with #8931F8
Text Example
Text Example
White with #8931F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8931F8; }
p { color: rgb(137,49,248); }
H1.HeaderClassName
{
color: #8931F8;
}
.AnyTagClassName
{
color: #8931F8;
}
</style>
background-color css
<style>
a { background-color: #8931F8; }
a { background-color: rgb(137,49,248); }
div.DivClassName
{
background-color: #8931F8;
}
.BgClassName
{
background-color: #8931F8;
}
</style>
border-color css
<style>
span { border-color: #8931F8; }
span { border-color: rgb(137,49,248); }
td.TdClassName
{
border-color: #8931F8;
}
.TagClassName
{
border-color: #8931F8;
}
</style>