Shades of Blue Violet #8928FE
Tints of Blue Violet #8928FE
RGB
CMYK
RGB Variations
Color information
#8928FE (or 0x8928FE) is known color: Blue Violet. HEX triplet: 89, 28 and FE. RGB value is (137,40,254). Sum of RGB (Red+Green+Blue) = 137+40+254=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #8928FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8928FE is #76D701. Grayscale: #5C5C5C. Windows color (decimal): -7788290 or 16656521. OLE color: 16656521.
HSL color Cylindrical-coordinate representation of color #8928FE: hue angle of 267.2º 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 #8928FE is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 40 | 254 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.00 |
| HSL | 267.2º | 0.99% | 0.58% | - |
| HSV(B) | 267.2º | 0.84% | 1% | - |
| XYZ | 28.96 | 13.99 | 94.94 | - |
| YUV | 93.4 | 218.64 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 254 | 0.46 | 0.84 | 0 | 0.00 | 267.2 | 0.99 | 0.58 |
| Hex | 89 | 28 | FE | 2E | 54 | 0 | 0 | 10B | 63 | 3A |
| Octal | 211 | 50 | 376 | 56 | 124 | 0 | 0 | 413 | 143 | 72 |
| Binary | 10001001 | 101000 | 11111110 | 101110 | 1010100 | 0 | 0 | 100001011 | 1100011 | 111010 |
Color Harmonies of #8928FE
Complementary color
Monochromatic Colors of #8928FE
Black with #8928FE
Text Example
Text Example
White with #8928FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928FE; }
p { color: rgb(137,40,254); }
H1.HeaderClassName
{
color: #8928FE;
}
.AnyTagClassName
{
color: #8928FE;
}
</style>
background-color css
<style>
a { background-color: #8928FE; }
a { background-color: rgb(137,40,254); }
div.DivClassName
{
background-color: #8928FE;
}
.BgClassName
{
background-color: #8928FE;
}
</style>
border-color css
<style>
span { border-color: #8928FE; }
span { border-color: rgb(137,40,254); }
td.TdClassName
{
border-color: #8928FE;
}
.TagClassName
{
border-color: #8928FE;
}
</style>