Shades of Blue Violet #8A0FFA
Tints of Blue Violet #8A0FFA
RGB
CMYK
RGB Variations
Color information
#8A0FFA (or 0x8A0FFA) is known color: Blue Violet. HEX triplet: 8A, 0F and FA. RGB value is (138,15,250). Sum of RGB (Red+Green+Blue) = 138+15+250=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0FFA is #75F005. Grayscale: #4D4D4D. Windows color (decimal): -7729158 or 16387978. OLE color: 16387978.
HSL color Cylindrical-coordinate representation of color #8A0FFA: hue angle of 271.4º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0FFA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 15 | 250 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.02 |
| HSL | 271.4º | 0.96% | 0.52% | - |
| HSV(B) | 271.4º | 0.94% | 0.98% | - |
| XYZ | 27.91 | 12.65 | 91.41 | - |
| YUV | 78.57 | 224.75 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 15 | 250 | 0.45 | 0.94 | 0 | 0.02 | 271.4 | 0.96 | 0.52 |
| Hex | 8A | F | FA | 2D | 5E | 0 | 2 | 10F | 60 | 34 |
| Octal | 212 | 17 | 372 | 55 | 136 | 0 | 2 | 417 | 140 | 64 |
| Binary | 10001010 | 1111 | 11111010 | 101101 | 1011110 | 0 | 10 | 100001111 | 1100000 | 110100 |
Color Harmonies of #8A0FFA
Complementary color
Monochromatic Colors of #8A0FFA
Black with #8A0FFA
Text Example
Text Example
White with #8A0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0FFA; }
p { color: rgb(138,15,250); }
H1.HeaderClassName
{
color: #8A0FFA;
}
.AnyTagClassName
{
color: #8A0FFA;
}
</style>
background-color css
<style>
a { background-color: #8A0FFA; }
a { background-color: rgb(138,15,250); }
div.DivClassName
{
background-color: #8A0FFA;
}
.BgClassName
{
background-color: #8A0FFA;
}
</style>
border-color css
<style>
span { border-color: #8A0FFA; }
span { border-color: rgb(138,15,250); }
td.TdClassName
{
border-color: #8A0FFA;
}
.TagClassName
{
border-color: #8A0FFA;
}
</style>