Shades of Blue Violet #8C15FF
Tints of Blue Violet #8C15FF
RGB
CMYK
RGB Variations
Color information
#8C15FF (or 0x8C15FF) is known color: Blue Violet. HEX triplet: 8C, 15 and FF. RGB value is (140,21,255). Sum of RGB (Red+Green+Blue) = 140+21+255=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C15FF is #73EA00. Grayscale: #525252. Windows color (decimal): -7596545 or 16717196. OLE color: 16717196.
HSL color Cylindrical-coordinate representation of color #8C15FF: hue angle of 270.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C15FF is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 21 | 255 | - |
| CMYK | 0.45 | 0.92 | 0 | 0 |
| HSL | 270.51º | 1% | 0.54% | - |
| HSV(B) | 270.51º | 0.92% | 1% | - |
| XYZ | 29.13 | 13.33 | 95.65 | - |
| YUV | 83.26 | 224.92 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 21 | 255 | 0.45 | 0.92 | 0 | 0 | 270.51 | 1 | 0.54 |
| Hex | 8C | 15 | FF | 2D | 5C | 0 | 0 | 10F | 64 | 36 |
| Octal | 214 | 25 | 377 | 55 | 134 | 0 | 0 | 417 | 144 | 66 |
| Binary | 10001100 | 10101 | 11111111 | 101101 | 1011100 | 0 | 0 | 100001111 | 1100100 | 110110 |
Color Harmonies of #8C15FF
Complementary color
Monochromatic Colors of #8C15FF
Black with #8C15FF
Text Example
Text Example
White with #8C15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C15FF; }
p { color: rgb(140,21,255); }
H1.HeaderClassName
{
color: #8C15FF;
}
.AnyTagClassName
{
color: #8C15FF;
}
</style>
background-color css
<style>
a { background-color: #8C15FF; }
a { background-color: rgb(140,21,255); }
div.DivClassName
{
background-color: #8C15FF;
}
.BgClassName
{
background-color: #8C15FF;
}
</style>
border-color css
<style>
span { border-color: #8C15FF; }
span { border-color: rgb(140,21,255); }
td.TdClassName
{
border-color: #8C15FF;
}
.TagClassName
{
border-color: #8C15FF;
}
</style>