Shades of Blue Violet #8A1CFF
Tints of Blue Violet #8A1CFF
RGB
CMYK
RGB Variations
Color information
#8A1CFF (or 0x8A1CFF) is known color: Blue Violet. HEX triplet: 8A, 1C and FF. RGB value is (138,28,255). Sum of RGB (Red+Green+Blue) = 138+28+255=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A1CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A1CFF is #75E300. Grayscale: #555555. Windows color (decimal): -7725825 or 16718986. OLE color: 16718986.
HSL color Cylindrical-coordinate representation of color #8A1CFF: hue angle of 269.07º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1CFF is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 28 | 255 | - |
| CMYK | 0.46 | 0.89 | 0 | 0 |
| HSL | 269.07º | 1% | 0.55% | - |
| HSV(B) | 269.07º | 0.89% | 1% | - |
| XYZ | 28.95 | 13.45 | 95.68 | - |
| YUV | 86.77 | 222.94 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 255 | 0.46 | 0.89 | 0 | 0 | 269.07 | 1 | 0.55 |
| Hex | 8A | 1C | FF | 2E | 59 | 0 | 0 | 10D | 64 | 37 |
| Octal | 212 | 34 | 377 | 56 | 131 | 0 | 0 | 415 | 144 | 67 |
| Binary | 10001010 | 11100 | 11111111 | 101110 | 1011001 | 0 | 0 | 100001101 | 1100100 | 110111 |
Color Harmonies of #8A1CFF
Complementary color
Monochromatic Colors of #8A1CFF
Black with #8A1CFF
Text Example
Text Example
White with #8A1CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1CFF; }
p { color: rgb(138,28,255); }
H1.HeaderClassName
{
color: #8A1CFF;
}
.AnyTagClassName
{
color: #8A1CFF;
}
</style>
background-color css
<style>
a { background-color: #8A1CFF; }
a { background-color: rgb(138,28,255); }
div.DivClassName
{
background-color: #8A1CFF;
}
.BgClassName
{
background-color: #8A1CFF;
}
</style>
border-color css
<style>
span { border-color: #8A1CFF; }
span { border-color: rgb(138,28,255); }
td.TdClassName
{
border-color: #8A1CFF;
}
.TagClassName
{
border-color: #8A1CFF;
}
</style>