Shades of Blue Violet #8A1CFE
Tints of Blue Violet #8A1CFE
RGB
CMYK
RGB Variations
Color information
#8A1CFE (or 0x8A1CFE) is known color: Blue Violet. HEX triplet: 8A, 1C and FE. RGB value is (138,28,254). Sum of RGB (Red+Green+Blue) = 138+28+254=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #8A1CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1CFE is #75E301. Grayscale: #555555. Windows color (decimal): -7725826 or 16653450. OLE color: 16653450.
HSL color Cylindrical-coordinate representation of color #8A1CFE: hue angle of 269.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1CFE is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 28 | 254 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.00 |
| HSL | 269.2º | 0.99% | 0.55% | - |
| HSV(B) | 269.2º | 0.89% | 1% | - |
| XYZ | 28.79 | 13.39 | 94.83 | - |
| YUV | 86.65 | 222.44 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 254 | 0.46 | 0.89 | 0 | 0.00 | 269.2 | 0.99 | 0.55 |
| Hex | 8A | 1C | FE | 2E | 59 | 0 | 0 | 10D | 63 | 37 |
| Octal | 212 | 34 | 376 | 56 | 131 | 0 | 0 | 415 | 143 | 67 |
| Binary | 10001010 | 11100 | 11111110 | 101110 | 1011001 | 0 | 0 | 100001101 | 1100011 | 110111 |
Color Harmonies of #8A1CFE
Complementary color
Monochromatic Colors of #8A1CFE
Black with #8A1CFE
Text Example
Text Example
White with #8A1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1CFE; }
p { color: rgb(138,28,254); }
H1.HeaderClassName
{
color: #8A1CFE;
}
.AnyTagClassName
{
color: #8A1CFE;
}
</style>
background-color css
<style>
a { background-color: #8A1CFE; }
a { background-color: rgb(138,28,254); }
div.DivClassName
{
background-color: #8A1CFE;
}
.BgClassName
{
background-color: #8A1CFE;
}
</style>
border-color css
<style>
span { border-color: #8A1CFE; }
span { border-color: rgb(138,28,254); }
td.TdClassName
{
border-color: #8A1CFE;
}
.TagClassName
{
border-color: #8A1CFE;
}
</style>