Shades of Blue Violet #8A28FE
Tints of Blue Violet #8A28FE
RGB
CMYK
RGB Variations
Color information
#8A28FE (or 0x8A28FE) is known color: Blue Violet. HEX triplet: 8A, 28 and FE. RGB value is (138,40,254). Sum of RGB (Red+Green+Blue) = 138+40+254=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 40 (16.02% from 255 or 9.26% 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 #8A28FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A28FE is #75D701. Grayscale: #5C5C5C. Windows color (decimal): -7722754 or 16656522. OLE color: 16656522.
HSL color Cylindrical-coordinate representation of color #8A28FE: hue angle of 267.48º 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 #8A28FE is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 40 | 254 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.00 |
| HSL | 267.48º | 0.99% | 0.58% | - |
| HSV(B) | 267.48º | 0.84% | 1% | - |
| XYZ | 29.13 | 14.08 | 94.95 | - |
| YUV | 93.7 | 218.47 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 254 | 0.46 | 0.84 | 0 | 0.00 | 267.48 | 0.99 | 0.58 |
| Hex | 8A | 28 | FE | 2E | 54 | 0 | 0 | 10B | 63 | 3A |
| Octal | 212 | 50 | 376 | 56 | 124 | 0 | 0 | 413 | 143 | 72 |
| Binary | 10001010 | 101000 | 11111110 | 101110 | 1010100 | 0 | 0 | 100001011 | 1100011 | 111010 |
Color Harmonies of #8A28FE
Complementary color
Monochromatic Colors of #8A28FE
Black with #8A28FE
Text Example
Text Example
White with #8A28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A28FE; }
p { color: rgb(138,40,254); }
H1.HeaderClassName
{
color: #8A28FE;
}
.AnyTagClassName
{
color: #8A28FE;
}
</style>
background-color css
<style>
a { background-color: #8A28FE; }
a { background-color: rgb(138,40,254); }
div.DivClassName
{
background-color: #8A28FE;
}
.BgClassName
{
background-color: #8A28FE;
}
</style>
border-color css
<style>
span { border-color: #8A28FE; }
span { border-color: rgb(138,40,254); }
td.TdClassName
{
border-color: #8A28FE;
}
.TagClassName
{
border-color: #8A28FE;
}
</style>