Shades of Blue Violet #8929FE
Tints of Blue Violet #8929FE
RGB
CMYK
RGB Variations
Color information
#8929FE (or 0x8929FE) is known color: Blue Violet. HEX triplet: 89, 29 and FE. RGB value is (137,41,254). Sum of RGB (Red+Green+Blue) = 137+41+254=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #8929FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8929FE is #76D601. Grayscale: #5D5D5D. Windows color (decimal): -7788034 or 16656777. OLE color: 16656777.
HSL color Cylindrical-coordinate representation of color #8929FE: hue angle of 267.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8929FE is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 41 | 254 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.00 |
| HSL | 267.04º | 0.99% | 0.58% | - |
| HSV(B) | 267.04º | 0.84% | 1% | - |
| XYZ | 29 | 14.06 | 94.95 | - |
| YUV | 93.99 | 218.3 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 41 | 254 | 0.46 | 0.84 | 0 | 0.00 | 267.04 | 0.99 | 0.58 |
| Hex | 89 | 29 | FE | 2E | 54 | 0 | 0 | 10B | 63 | 3A |
| Octal | 211 | 51 | 376 | 56 | 124 | 0 | 0 | 413 | 143 | 72 |
| Binary | 10001001 | 101001 | 11111110 | 101110 | 1010100 | 0 | 0 | 100001011 | 1100011 | 111010 |
Color Harmonies of #8929FE
Complementary color
Monochromatic Colors of #8929FE
Black with #8929FE
Text Example
Text Example
White with #8929FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8929FE; }
p { color: rgb(137,41,254); }
H1.HeaderClassName
{
color: #8929FE;
}
.AnyTagClassName
{
color: #8929FE;
}
</style>
background-color css
<style>
a { background-color: #8929FE; }
a { background-color: rgb(137,41,254); }
div.DivClassName
{
background-color: #8929FE;
}
.BgClassName
{
background-color: #8929FE;
}
</style>
border-color css
<style>
span { border-color: #8929FE; }
span { border-color: rgb(137,41,254); }
td.TdClassName
{
border-color: #8929FE;
}
.TagClassName
{
border-color: #8929FE;
}
</style>