Shades of Blue Violet #8912FB
Tints of Blue Violet #8912FB
RGB
CMYK
RGB Variations
Color information
#8912FB (or 0x8912FB) is known color: Blue Violet. HEX triplet: 89, 12 and FB. RGB value is (137,18,251). Sum of RGB (Red+Green+Blue) = 137+18+251=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #8912FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8912FB is #76ED04. Grayscale: #4F4F4F. Windows color (decimal): -7793925 or 16454281. OLE color: 16454281.
HSL color Cylindrical-coordinate representation of color #8912FB: hue angle of 270.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8912FB is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 18 | 251 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.02 |
| HSL | 270.64º | 0.97% | 0.53% | - |
| HSV(B) | 270.64º | 0.93% | 0.98% | - |
| XYZ | 27.95 | 12.72 | 92.25 | - |
| YUV | 80.14 | 224.42 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 251 | 0.45 | 0.93 | 0 | 0.02 | 270.64 | 0.97 | 0.53 |
| Hex | 89 | 12 | FB | 2D | 5D | 0 | 2 | 10F | 61 | 35 |
| Octal | 211 | 22 | 373 | 55 | 135 | 0 | 2 | 417 | 141 | 65 |
| Binary | 10001001 | 10010 | 11111011 | 101101 | 1011101 | 0 | 10 | 100001111 | 1100001 | 110101 |
Color Harmonies of #8912FB
Complementary color
Monochromatic Colors of #8912FB
Black with #8912FB
Text Example
Text Example
White with #8912FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912FB; }
p { color: rgb(137,18,251); }
H1.HeaderClassName
{
color: #8912FB;
}
.AnyTagClassName
{
color: #8912FB;
}
</style>
background-color css
<style>
a { background-color: #8912FB; }
a { background-color: rgb(137,18,251); }
div.DivClassName
{
background-color: #8912FB;
}
.BgClassName
{
background-color: #8912FB;
}
</style>
border-color css
<style>
span { border-color: #8912FB; }
span { border-color: rgb(137,18,251); }
td.TdClassName
{
border-color: #8912FB;
}
.TagClassName
{
border-color: #8912FB;
}
</style>