Shades of Blue Violet #8A0CFA
Tints of Blue Violet #8A0CFA
RGB
CMYK
RGB Variations
Color information
#8A0CFA (or 0x8A0CFA) is known color: Blue Violet. HEX triplet: 8A, 0C and FA. RGB value is (138,12,250). Sum of RGB (Red+Green+Blue) = 138+12+250=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A0CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0CFA is #75F305. Grayscale: #4B4B4B. Windows color (decimal): -7729926 or 16387210. OLE color: 16387210.
HSL color Cylindrical-coordinate representation of color #8A0CFA: hue angle of 271.76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0CFA is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 12 | 250 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.02 |
| HSL | 271.76º | 0.96% | 0.51% | - |
| HSV(B) | 271.76º | 0.95% | 0.98% | - |
| XYZ | 27.87 | 12.57 | 91.4 | - |
| YUV | 76.81 | 225.74 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 250 | 0.45 | 0.95 | 0 | 0.02 | 271.76 | 0.96 | 0.51 |
| Hex | 8A | C | FA | 2D | 5F | 0 | 2 | 110 | 60 | 33 |
| Octal | 212 | 14 | 372 | 55 | 137 | 0 | 2 | 420 | 140 | 63 |
| Binary | 10001010 | 1100 | 11111010 | 101101 | 1011111 | 0 | 10 | 100010000 | 1100000 | 110011 |
Color Harmonies of #8A0CFA
Complementary color
Monochromatic Colors of #8A0CFA
Black with #8A0CFA
Text Example
Text Example
White with #8A0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0CFA; }
p { color: rgb(138,12,250); }
H1.HeaderClassName
{
color: #8A0CFA;
}
.AnyTagClassName
{
color: #8A0CFA;
}
</style>
background-color css
<style>
a { background-color: #8A0CFA; }
a { background-color: rgb(138,12,250); }
div.DivClassName
{
background-color: #8A0CFA;
}
.BgClassName
{
background-color: #8A0CFA;
}
</style>
border-color css
<style>
span { border-color: #8A0CFA; }
span { border-color: rgb(138,12,250); }
td.TdClassName
{
border-color: #8A0CFA;
}
.TagClassName
{
border-color: #8A0CFA;
}
</style>