Shades of Blue Violet #8C15FC
Tints of Blue Violet #8C15FC
RGB
CMYK
RGB Variations
Color information
#8C15FC (or 0x8C15FC) is known color: Blue Violet. HEX triplet: 8C, 15 and FC. RGB value is (140,21,252). Sum of RGB (Red+Green+Blue) = 140+21+252=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C15FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C15FC is #73EA03. Grayscale: #525252. Windows color (decimal): -7596548 or 16520588. OLE color: 16520588.
HSL color Cylindrical-coordinate representation of color #8C15FC: hue angle of 270.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C15FC is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 21 | 252 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.01 |
| HSL | 270.91º | 0.97% | 0.54% | - |
| HSV(B) | 270.91º | 0.92% | 0.99% | - |
| XYZ | 28.65 | 13.14 | 93.12 | - |
| YUV | 82.92 | 223.42 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 252 | 0.44 | 0.92 | 0 | 0.01 | 270.91 | 0.97 | 0.54 |
| Hex | 8C | 15 | FC | 2C | 5C | 0 | 1 | 10F | 61 | 36 |
| Octal | 214 | 25 | 374 | 54 | 134 | 0 | 1 | 417 | 141 | 66 |
| Binary | 10001100 | 10101 | 11111100 | 101100 | 1011100 | 0 | 1 | 100001111 | 1100001 | 110110 |
Color Harmonies of #8C15FC
Complementary color
Monochromatic Colors of #8C15FC
Black with #8C15FC
Text Example
Text Example
White with #8C15FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C15FC; }
p { color: rgb(140,21,252); }
H1.HeaderClassName
{
color: #8C15FC;
}
.AnyTagClassName
{
color: #8C15FC;
}
</style>
background-color css
<style>
a { background-color: #8C15FC; }
a { background-color: rgb(140,21,252); }
div.DivClassName
{
background-color: #8C15FC;
}
.BgClassName
{
background-color: #8C15FC;
}
</style>
border-color css
<style>
span { border-color: #8C15FC; }
span { border-color: rgb(140,21,252); }
td.TdClassName
{
border-color: #8C15FC;
}
.TagClassName
{
border-color: #8C15FC;
}
</style>