Shades of Blue Violet #8A1EF8
Tints of Blue Violet #8A1EF8
RGB
CMYK
RGB Variations
Color information
#8A1EF8 (or 0x8A1EF8) is known color: Blue Violet. HEX triplet: 8A, 1E and F8. RGB value is (138,30,248). Sum of RGB (Red+Green+Blue) = 138+30+248=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 248 (97.27% from 255 or 59.62% from 416); Max value from RGB is 248 - color contains mainly: blue. Hex color #8A1EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1EF8 is #75E107. Grayscale: #565656. Windows color (decimal): -7725320 or 16260746. OLE color: 16260746.
HSL color Cylindrical-coordinate representation of color #8A1EF8: hue angle of 269.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1EF8 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 30 | 248 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.03 |
| HSL | 269.72º | 0.94% | 0.55% | - |
| HSV(B) | 269.72º | 0.88% | 0.97% | - |
| XYZ | 27.89 | 13.11 | 89.87 | - |
| YUV | 87.14 | 218.78 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 30 | 248 | 0.44 | 0.88 | 0 | 0.03 | 269.72 | 0.94 | 0.55 |
| Hex | 8A | 1E | F8 | 2C | 58 | 0 | 3 | 10E | 5E | 37 |
| Octal | 212 | 36 | 370 | 54 | 130 | 0 | 3 | 416 | 136 | 67 |
| Binary | 10001010 | 11110 | 11111000 | 101100 | 1011000 | 0 | 11 | 100001110 | 1011110 | 110111 |
Color Harmonies of #8A1EF8
Complementary color
Monochromatic Colors of #8A1EF8
Black with #8A1EF8
Text Example
Text Example
White with #8A1EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1EF8; }
p { color: rgb(138,30,248); }
H1.HeaderClassName
{
color: #8A1EF8;
}
.AnyTagClassName
{
color: #8A1EF8;
}
</style>
background-color css
<style>
a { background-color: #8A1EF8; }
a { background-color: rgb(138,30,248); }
div.DivClassName
{
background-color: #8A1EF8;
}
.BgClassName
{
background-color: #8A1EF8;
}
</style>
border-color css
<style>
span { border-color: #8A1EF8; }
span { border-color: rgb(138,30,248); }
td.TdClassName
{
border-color: #8A1EF8;
}
.TagClassName
{
border-color: #8A1EF8;
}
</style>