Shades of Blue Violet #8912FE
Tints of Blue Violet #8912FE
RGB
CMYK
RGB Variations
Color information
#8912FE (or 0x8912FE) is known color: Blue Violet. HEX triplet: 89, 12 and FE. RGB value is (137,18,254). Sum of RGB (Red+Green+Blue) = 137+18+254=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #8912FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8912FE is #76ED01. Grayscale: #4F4F4F. Windows color (decimal): -7793922 or 16650889. OLE color: 16650889.
HSL color Cylindrical-coordinate representation of color #8912FE: hue angle of 270.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8912FE is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 18 | 254 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.00 |
| HSL | 270.25º | 0.99% | 0.53% | - |
| HSV(B) | 270.25º | 0.93% | 1% | - |
| XYZ | 28.42 | 12.91 | 94.76 | - |
| YUV | 80.49 | 225.92 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 254 | 0.46 | 0.93 | 0 | 0.00 | 270.25 | 0.99 | 0.53 |
| Hex | 89 | 12 | FE | 2E | 5D | 0 | 0 | 10E | 63 | 35 |
| Octal | 211 | 22 | 376 | 56 | 135 | 0 | 0 | 416 | 143 | 65 |
| Binary | 10001001 | 10010 | 11111110 | 101110 | 1011101 | 0 | 0 | 100001110 | 1100011 | 110101 |
Color Harmonies of #8912FE
Complementary color
Monochromatic Colors of #8912FE
Black with #8912FE
Text Example
Text Example
White with #8912FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8912FE; }
p { color: rgb(137,18,254); }
H1.HeaderClassName
{
color: #8912FE;
}
.AnyTagClassName
{
color: #8912FE;
}
</style>
background-color css
<style>
a { background-color: #8912FE; }
a { background-color: rgb(137,18,254); }
div.DivClassName
{
background-color: #8912FE;
}
.BgClassName
{
background-color: #8912FE;
}
</style>
border-color css
<style>
span { border-color: #8912FE; }
span { border-color: rgb(137,18,254); }
td.TdClassName
{
border-color: #8912FE;
}
.TagClassName
{
border-color: #8912FE;
}
</style>