Shades of Blue Violet #8C27FC
Tints of Blue Violet #8C27FC
RGB
CMYK
RGB Variations
Color information
#8C27FC (or 0x8C27FC) is known color: Blue Violet. HEX triplet: 8C, 27 and FC. RGB value is (140,39,252). Sum of RGB (Red+Green+Blue) = 140+39+252=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C27FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C27FC is #73D803. Grayscale: #5C5C5C. Windows color (decimal): -7591940 or 16525196. OLE color: 16525196.
HSL color Cylindrical-coordinate representation of color #8C27FC: hue angle of 268.45º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C27FC is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 39 | 252 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.01 |
| HSL | 268.45º | 0.97% | 0.57% | - |
| HSV(B) | 268.45º | 0.85% | 0.99% | - |
| XYZ | 29.11 | 14.05 | 93.27 | - |
| YUV | 93.48 | 217.46 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 39 | 252 | 0.44 | 0.85 | 0 | 0.01 | 268.45 | 0.97 | 0.57 |
| Hex | 8C | 27 | FC | 2C | 55 | 0 | 1 | 10C | 61 | 39 |
| Octal | 214 | 47 | 374 | 54 | 125 | 0 | 1 | 414 | 141 | 71 |
| Binary | 10001100 | 100111 | 11111100 | 101100 | 1010101 | 0 | 1 | 100001100 | 1100001 | 111001 |
Color Harmonies of #8C27FC
Complementary color
Monochromatic Colors of #8C27FC
Black with #8C27FC
Text Example
Text Example
White with #8C27FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C27FC; }
p { color: rgb(140,39,252); }
H1.HeaderClassName
{
color: #8C27FC;
}
.AnyTagClassName
{
color: #8C27FC;
}
</style>
background-color css
<style>
a { background-color: #8C27FC; }
a { background-color: rgb(140,39,252); }
div.DivClassName
{
background-color: #8C27FC;
}
.BgClassName
{
background-color: #8C27FC;
}
</style>
border-color css
<style>
span { border-color: #8C27FC; }
span { border-color: rgb(140,39,252); }
td.TdClassName
{
border-color: #8C27FC;
}
.TagClassName
{
border-color: #8C27FC;
}
</style>