Shades of Blue Violet #8A14FF
Tints of Blue Violet #8A14FF
RGB
CMYK
RGB Variations
Color information
#8A14FF (or 0x8A14FF) is known color: Blue Violet. HEX triplet: 8A, 14 and FF. RGB value is (138,20,255). Sum of RGB (Red+Green+Blue) = 138+20+255=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A14FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A14FF is #75EB00. Grayscale: #515151. Windows color (decimal): -7727873 or 16716938. OLE color: 16716938.
HSL color Cylindrical-coordinate representation of color #8A14FF: hue angle of 270.13º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A14FF is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 20 | 255 | - |
| CMYK | 0.46 | 0.92 | 0 | 0 |
| HSL | 270.13º | 1% | 0.54% | - |
| HSV(B) | 270.13º | 0.92% | 1% | - |
| XYZ | 28.78 | 13.12 | 95.62 | - |
| YUV | 82.07 | 225.59 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 20 | 255 | 0.46 | 0.92 | 0 | 0 | 270.13 | 1 | 0.54 |
| Hex | 8A | 14 | FF | 2E | 5C | 0 | 0 | 10E | 64 | 36 |
| Octal | 212 | 24 | 377 | 56 | 134 | 0 | 0 | 416 | 144 | 66 |
| Binary | 10001010 | 10100 | 11111111 | 101110 | 1011100 | 0 | 0 | 100001110 | 1100100 | 110110 |
Color Harmonies of #8A14FF
Complementary color
Monochromatic Colors of #8A14FF
Black with #8A14FF
Text Example
Text Example
White with #8A14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A14FF; }
p { color: rgb(138,20,255); }
H1.HeaderClassName
{
color: #8A14FF;
}
.AnyTagClassName
{
color: #8A14FF;
}
</style>
background-color css
<style>
a { background-color: #8A14FF; }
a { background-color: rgb(138,20,255); }
div.DivClassName
{
background-color: #8A14FF;
}
.BgClassName
{
background-color: #8A14FF;
}
</style>
border-color css
<style>
span { border-color: #8A14FF; }
span { border-color: rgb(138,20,255); }
td.TdClassName
{
border-color: #8A14FF;
}
.TagClassName
{
border-color: #8A14FF;
}
</style>