Shades of Blue Violet #8A1CFA
Tints of Blue Violet #8A1CFA
RGB
CMYK
RGB Variations
Color information
#8A1CFA (or 0x8A1CFA) is known color: Blue Violet. HEX triplet: 8A, 1C and FA. RGB value is (138,28,250). Sum of RGB (Red+Green+Blue) = 138+28+250=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A1CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1CFA is #75E305. Grayscale: #555555. Windows color (decimal): -7725830 or 16391306. OLE color: 16391306.
HSL color Cylindrical-coordinate representation of color #8A1CFA: hue angle of 269.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1CFA is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 28 | 250 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.02 |
| HSL | 269.73º | 0.96% | 0.55% | - |
| HSV(B) | 269.73º | 0.89% | 0.98% | - |
| XYZ | 28.15 | 13.14 | 91.49 | - |
| YUV | 86.2 | 220.44 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 250 | 0.45 | 0.89 | 0 | 0.02 | 269.73 | 0.96 | 0.55 |
| Hex | 8A | 1C | FA | 2D | 59 | 0 | 2 | 10E | 60 | 37 |
| Octal | 212 | 34 | 372 | 55 | 131 | 0 | 2 | 416 | 140 | 67 |
| Binary | 10001010 | 11100 | 11111010 | 101101 | 1011001 | 0 | 10 | 100001110 | 1100000 | 110111 |
Color Harmonies of #8A1CFA
Complementary color
Monochromatic Colors of #8A1CFA
Black with #8A1CFA
Text Example
Text Example
White with #8A1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1CFA; }
p { color: rgb(138,28,250); }
H1.HeaderClassName
{
color: #8A1CFA;
}
.AnyTagClassName
{
color: #8A1CFA;
}
</style>
background-color css
<style>
a { background-color: #8A1CFA; }
a { background-color: rgb(138,28,250); }
div.DivClassName
{
background-color: #8A1CFA;
}
.BgClassName
{
background-color: #8A1CFA;
}
</style>
border-color css
<style>
span { border-color: #8A1CFA; }
span { border-color: rgb(138,28,250); }
td.TdClassName
{
border-color: #8A1CFA;
}
.TagClassName
{
border-color: #8A1CFA;
}
</style>