Shades of Blue Violet #8913F0
Tints of Blue Violet #8913F0
RGB
CMYK
RGB Variations
Color information
#8913F0 (or 0x8913F0) is known color: Blue Violet. HEX triplet: 89, 13 and F0. RGB value is (137,19,240). Sum of RGB (Red+Green+Blue) = 137+19+240=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 240 (94.14% from 255 or 60.61% from 396); Max value from RGB is 240 - color contains mainly: blue. Hex color #8913F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8913F0 is #76EC0F. Grayscale: #4E4E4E. Windows color (decimal): -7793680 or 15733641. OLE color: 15733641.
HSL color Cylindrical-coordinate representation of color #8913F0: hue angle of 272.04º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8913F0 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 19 | 240 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.06 |
| HSL | 272.04º | 0.88% | 0.51% | - |
| HSV(B) | 272.04º | 0.92% | 0.94% | - |
| XYZ | 26.28 | 12.08 | 83.38 | - |
| YUV | 79.48 | 218.59 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 240 | 0.43 | 0.92 | 0 | 0.06 | 272.04 | 0.88 | 0.51 |
| Hex | 89 | 13 | F0 | 2B | 5C | 0 | 6 | 110 | 58 | 33 |
| Octal | 211 | 23 | 360 | 53 | 134 | 0 | 6 | 420 | 130 | 63 |
| Binary | 10001001 | 10011 | 11110000 | 101011 | 1011100 | 0 | 110 | 100010000 | 1011000 | 110011 |
Color Harmonies of #8913F0
Complementary color
Monochromatic Colors of #8913F0
Black with #8913F0
Text Example
Text Example
White with #8913F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913F0; }
p { color: rgb(137,19,240); }
H1.HeaderClassName
{
color: #8913F0;
}
.AnyTagClassName
{
color: #8913F0;
}
</style>
background-color css
<style>
a { background-color: #8913F0; }
a { background-color: rgb(137,19,240); }
div.DivClassName
{
background-color: #8913F0;
}
.BgClassName
{
background-color: #8913F0;
}
</style>
border-color css
<style>
span { border-color: #8913F0; }
span { border-color: rgb(137,19,240); }
td.TdClassName
{
border-color: #8913F0;
}
.TagClassName
{
border-color: #8913F0;
}
</style>