Shades of Blue Violet #8947F8
Tints of Blue Violet #8947F8
RGB
CMYK
RGB Variations
Color information
#8947F8 (or 0x8947F8) is known color: Blue Violet. HEX triplet: 89, 47 and F8. RGB value is (137,71,248). Sum of RGB (Red+Green+Blue) = 137+71+248=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #8947F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8947F8 is #76B807. Grayscale: #6E6E6E. Windows color (decimal): -7780360 or 16271241. OLE color: 16271241.
HSL color Cylindrical-coordinate representation of color #8947F8: hue angle of 262.37º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8947F8 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 71 | 248 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.03 |
| HSL | 262.37º | 0.93% | 0.63% | - |
| HSV(B) | 262.37º | 0.71% | 0.97% | - |
| XYZ | 29.51 | 16.6 | 90.46 | - |
| YUV | 110.91 | 205.37 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 248 | 0.45 | 0.71 | 0 | 0.03 | 262.37 | 0.93 | 0.63 |
| Hex | 89 | 47 | F8 | 2D | 47 | 0 | 3 | 106 | 5D | 3F |
| Octal | 211 | 107 | 370 | 55 | 107 | 0 | 3 | 406 | 135 | 77 |
| Binary | 10001001 | 1000111 | 11111000 | 101101 | 1000111 | 0 | 11 | 100000110 | 1011101 | 111111 |
Color Harmonies of #8947F8
Complementary color
Monochromatic Colors of #8947F8
Black with #8947F8
Text Example
Text Example
White with #8947F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8947F8; }
p { color: rgb(137,71,248); }
H1.HeaderClassName
{
color: #8947F8;
}
.AnyTagClassName
{
color: #8947F8;
}
</style>
background-color css
<style>
a { background-color: #8947F8; }
a { background-color: rgb(137,71,248); }
div.DivClassName
{
background-color: #8947F8;
}
.BgClassName
{
background-color: #8947F8;
}
</style>
border-color css
<style>
span { border-color: #8947F8; }
span { border-color: rgb(137,71,248); }
td.TdClassName
{
border-color: #8947F8;
}
.TagClassName
{
border-color: #8947F8;
}
</style>