Shades of Blue Violet #8920FB
Tints of Blue Violet #8920FB
RGB
CMYK
RGB Variations
Color information
#8920FB (or 0x8920FB) is known color: Blue Violet. HEX triplet: 89, 20 and FB. RGB value is (137,32,251). Sum of RGB (Red+Green+Blue) = 137+32+251=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #8920FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8920FB is #76DF04. Grayscale: #575757. Windows color (decimal): -7790341 or 16457865. OLE color: 16457865.
HSL color Cylindrical-coordinate representation of color #8920FB: hue angle of 268.77º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8920FB is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 32 | 251 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.02 |
| HSL | 268.77º | 0.96% | 0.55% | - |
| HSV(B) | 268.77º | 0.87% | 0.98% | - |
| XYZ | 28.25 | 13.32 | 92.35 | - |
| YUV | 88.36 | 219.79 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 32 | 251 | 0.45 | 0.87 | 0 | 0.02 | 268.77 | 0.96 | 0.55 |
| Hex | 89 | 20 | FB | 2D | 57 | 0 | 2 | 10D | 60 | 37 |
| Octal | 211 | 40 | 373 | 55 | 127 | 0 | 2 | 415 | 140 | 67 |
| Binary | 10001001 | 100000 | 11111011 | 101101 | 1010111 | 0 | 10 | 100001101 | 1100000 | 110111 |
Color Harmonies of #8920FB
Complementary color
Monochromatic Colors of #8920FB
Black with #8920FB
Text Example
Text Example
White with #8920FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8920FB; }
p { color: rgb(137,32,251); }
H1.HeaderClassName
{
color: #8920FB;
}
.AnyTagClassName
{
color: #8920FB;
}
</style>
background-color css
<style>
a { background-color: #8920FB; }
a { background-color: rgb(137,32,251); }
div.DivClassName
{
background-color: #8920FB;
}
.BgClassName
{
background-color: #8920FB;
}
</style>
border-color css
<style>
span { border-color: #8920FB; }
span { border-color: rgb(137,32,251); }
td.TdClassName
{
border-color: #8920FB;
}
.TagClassName
{
border-color: #8920FB;
}
</style>