Shades of Blue Violet #8A27FF
Tints of Blue Violet #8A27FF
RGB
CMYK
RGB Variations
Color information
#8A27FF (or 0x8A27FF) is known color: Blue Violet. HEX triplet: 8A, 27 and FF. RGB value is (138,39,255). Sum of RGB (Red+Green+Blue) = 138+39+255=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A27FF is #75D800. Grayscale: #5C5C5C. Windows color (decimal): -7723009 or 16721802. OLE color: 16721802.
HSL color Cylindrical-coordinate representation of color #8A27FF: hue angle of 267.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A27FF is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 39 | 255 | - |
| CMYK | 0.46 | 0.85 | 0 | 0 |
| HSL | 267.5º | 1% | 0.58% | - |
| HSV(B) | 267.5º | 0.85% | 1% | - |
| XYZ | 29.26 | 14.07 | 95.78 | - |
| YUV | 93.23 | 219.3 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 255 | 0.46 | 0.85 | 0 | 0 | 267.5 | 1 | 0.58 |
| Hex | 8A | 27 | FF | 2E | 55 | 0 | 0 | 10C | 64 | 3A |
| Octal | 212 | 47 | 377 | 56 | 125 | 0 | 0 | 414 | 144 | 72 |
| Binary | 10001010 | 100111 | 11111111 | 101110 | 1010101 | 0 | 0 | 100001100 | 1100100 | 111010 |
Color Harmonies of #8A27FF
Complementary color
Monochromatic Colors of #8A27FF
Black with #8A27FF
Text Example
Text Example
White with #8A27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A27FF; }
p { color: rgb(138,39,255); }
H1.HeaderClassName
{
color: #8A27FF;
}
.AnyTagClassName
{
color: #8A27FF;
}
</style>
background-color css
<style>
a { background-color: #8A27FF; }
a { background-color: rgb(138,39,255); }
div.DivClassName
{
background-color: #8A27FF;
}
.BgClassName
{
background-color: #8A27FF;
}
</style>
border-color css
<style>
span { border-color: #8A27FF; }
span { border-color: rgb(138,39,255); }
td.TdClassName
{
border-color: #8A27FF;
}
.TagClassName
{
border-color: #8A27FF;
}
</style>