Shades of Blue Violet #8C27FF
Tints of Blue Violet #8C27FF
RGB
CMYK
RGB Variations
Color information
#8C27FF (or 0x8C27FF) is known color: Blue Violet. HEX triplet: 8C, 27 and FF. RGB value is (140,39,255). Sum of RGB (Red+Green+Blue) = 140+39+255=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C27FF is #73D800. Grayscale: #5D5D5D. Windows color (decimal): -7591937 or 16721804. OLE color: 16721804.
HSL color Cylindrical-coordinate representation of color #8C27FF: hue angle of 268.06º 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 #8C27FF is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 39 | 255 | - |
| CMYK | 0.45 | 0.85 | 0 | 0 |
| HSL | 268.06º | 1% | 0.58% | - |
| HSV(B) | 268.06º | 0.85% | 1% | - |
| XYZ | 29.59 | 14.25 | 95.8 | - |
| YUV | 93.82 | 218.96 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 255 | 0.45 | 0.85 | 0 | 0 | 268.06 | 1 | 0.58 |
| Hex | 8C | 27 | FF | 2D | 55 | 0 | 0 | 10C | 64 | 3A |
| Octal | 214 | 47 | 377 | 55 | 125 | 0 | 0 | 414 | 144 | 72 |
| Binary | 10001100 | 100111 | 11111111 | 101101 | 1010101 | 0 | 0 | 100001100 | 1100100 | 111010 |
Color Harmonies of #8C27FF
Complementary color
Monochromatic Colors of #8C27FF
Black with #8C27FF
Text Example
Text Example
White with #8C27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27FF; }
p { color: rgb(140,39,255); }
H1.HeaderClassName
{
color: #8C27FF;
}
.AnyTagClassName
{
color: #8C27FF;
}
</style>
background-color css
<style>
a { background-color: #8C27FF; }
a { background-color: rgb(140,39,255); }
div.DivClassName
{
background-color: #8C27FF;
}
.BgClassName
{
background-color: #8C27FF;
}
</style>
border-color css
<style>
span { border-color: #8C27FF; }
span { border-color: rgb(140,39,255); }
td.TdClassName
{
border-color: #8C27FF;
}
.TagClassName
{
border-color: #8C27FF;
}
</style>