Shades of Blue Violet #8910F0
Tints of Blue Violet #8910F0
RGB
CMYK
RGB Variations
Color information
#8910F0 (or 0x8910F0) is known color: Blue Violet. HEX triplet: 89, 10 and F0. RGB value is (137,16,240). Sum of RGB (Red+Green+Blue) = 137+16+240=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 240 (94.14% from 255 or 61.07% from 393); Max value from RGB is 240 - color contains mainly: blue. Hex color #8910F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8910F0 is #76EF0F. Grayscale: #4C4C4C. Windows color (decimal): -7794448 or 15732873. OLE color: 15732873.
HSL color Cylindrical-coordinate representation of color #8910F0: hue angle of 272.41º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8910F0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 16 | 240 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.06 |
| HSL | 272.41º | 0.88% | 0.5% | - |
| HSV(B) | 272.41º | 0.93% | 0.94% | - |
| XYZ | 26.23 | 11.98 | 83.37 | - |
| YUV | 77.72 | 219.59 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 240 | 0.43 | 0.93 | 0 | 0.06 | 272.41 | 0.88 | 0.5 |
| Hex | 89 | 10 | F0 | 2B | 5D | 0 | 6 | 110 | 58 | 32 |
| Octal | 211 | 20 | 360 | 53 | 135 | 0 | 6 | 420 | 130 | 62 |
| Binary | 10001001 | 10000 | 11110000 | 101011 | 1011101 | 0 | 110 | 100010000 | 1011000 | 110010 |
Color Harmonies of #8910F0
Complementary color
Monochromatic Colors of #8910F0
Black with #8910F0
Text Example
Text Example
White with #8910F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8910F0; }
p { color: rgb(137,16,240); }
H1.HeaderClassName
{
color: #8910F0;
}
.AnyTagClassName
{
color: #8910F0;
}
</style>
background-color css
<style>
a { background-color: #8910F0; }
a { background-color: rgb(137,16,240); }
div.DivClassName
{
background-color: #8910F0;
}
.BgClassName
{
background-color: #8910F0;
}
</style>
border-color css
<style>
span { border-color: #8910F0; }
span { border-color: rgb(137,16,240); }
td.TdClassName
{
border-color: #8910F0;
}
.TagClassName
{
border-color: #8910F0;
}
</style>