Shades of Blue Violet #8C0FFF
Tints of Blue Violet #8C0FFF
RGB
CMYK
RGB Variations
Color information
#8C0FFF (or 0x8C0FFF) is known color: Blue Violet. HEX triplet: 8C, 0F and FF. RGB value is (140,15,255). Sum of RGB (Red+Green+Blue) = 140+15+255=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FFF is #73F000. Grayscale: #4E4E4E. Windows color (decimal): -7598081 or 16715660. OLE color: 16715660.
HSL color Cylindrical-coordinate representation of color #8C0FFF: hue angle of 271.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0FFF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 15 | 255 | - |
| CMYK | 0.45 | 0.94 | 0 | 0 |
| HSL | 271.25º | 1% | 0.53% | - |
| HSV(B) | 271.25º | 0.94% | 1% | - |
| XYZ | 29.04 | 13.14 | 95.61 | - |
| YUV | 79.74 | 226.91 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 255 | 0.45 | 0.94 | 0 | 0 | 271.25 | 1 | 0.53 |
| Hex | 8C | F | FF | 2D | 5E | 0 | 0 | 10F | 64 | 35 |
| Octal | 214 | 17 | 377 | 55 | 136 | 0 | 0 | 417 | 144 | 65 |
| Binary | 10001100 | 1111 | 11111111 | 101101 | 1011110 | 0 | 0 | 100001111 | 1100100 | 110101 |
Color Harmonies of #8C0FFF
Complementary color
Monochromatic Colors of #8C0FFF
Black with #8C0FFF
Text Example
Text Example
White with #8C0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FFF; }
p { color: rgb(140,15,255); }
H1.HeaderClassName
{
color: #8C0FFF;
}
.AnyTagClassName
{
color: #8C0FFF;
}
</style>
background-color css
<style>
a { background-color: #8C0FFF; }
a { background-color: rgb(140,15,255); }
div.DivClassName
{
background-color: #8C0FFF;
}
.BgClassName
{
background-color: #8C0FFF;
}
</style>
border-color css
<style>
span { border-color: #8C0FFF; }
span { border-color: rgb(140,15,255); }
td.TdClassName
{
border-color: #8C0FFF;
}
.TagClassName
{
border-color: #8C0FFF;
}
</style>