Shades of Blue Violet #8A1FED
Tints of Blue Violet #8A1FED
RGB
CMYK
RGB Variations
Color information
#8A1FED (or 0x8A1FED) is known color: Blue Violet. HEX triplet: 8A, 1F and ED. RGB value is (138,31,237). Sum of RGB (Red+Green+Blue) = 138+31+237=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #8A1FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1FED is #75E012. Grayscale: #555555. Windows color (decimal): -7725075 or 15540106. OLE color: 15540106.
HSL color Cylindrical-coordinate representation of color #8A1FED: hue angle of 271.17º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1FED is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 31 | 237 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.07 |
| HSL | 271.17º | 0.85% | 0.53% | - |
| HSV(B) | 271.17º | 0.87% | 0.93% | - |
| XYZ | 26.26 | 12.5 | 81.15 | - |
| YUV | 86.48 | 212.95 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 237 | 0.42 | 0.87 | 0 | 0.07 | 271.17 | 0.85 | 0.53 |
| Hex | 8A | 1F | ED | 2A | 57 | 0 | 7 | 10F | 55 | 35 |
| Octal | 212 | 37 | 355 | 52 | 127 | 0 | 7 | 417 | 125 | 65 |
| Binary | 10001010 | 11111 | 11101101 | 101010 | 1010111 | 0 | 111 | 100001111 | 1010101 | 110101 |
Color Harmonies of #8A1FED
Complementary color
Monochromatic Colors of #8A1FED
Black with #8A1FED
Text Example
Text Example
White with #8A1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1FED; }
p { color: rgb(138,31,237); }
H1.HeaderClassName
{
color: #8A1FED;
}
.AnyTagClassName
{
color: #8A1FED;
}
</style>
background-color css
<style>
a { background-color: #8A1FED; }
a { background-color: rgb(138,31,237); }
div.DivClassName
{
background-color: #8A1FED;
}
.BgClassName
{
background-color: #8A1FED;
}
</style>
border-color css
<style>
span { border-color: #8A1FED; }
span { border-color: rgb(138,31,237); }
td.TdClassName
{
border-color: #8A1FED;
}
.TagClassName
{
border-color: #8A1FED;
}
</style>