Shades of Blue Violet #8C10FF
Tints of Blue Violet #8C10FF
RGB
CMYK
RGB Variations
Color information
#8C10FF (or 0x8C10FF) is known color: Blue Violet. HEX triplet: 8C, 10 and FF. RGB value is (140,16,255). Sum of RGB (Red+Green+Blue) = 140+16+255=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C10FF is #73EF00. Grayscale: #4F4F4F. Windows color (decimal): -7597825 or 16715916. OLE color: 16715916.
HSL color Cylindrical-coordinate representation of color #8C10FF: hue angle of 271.13º 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 #8C10FF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 16 | 255 | - |
| CMYK | 0.45 | 0.94 | 0 | 0 |
| HSL | 271.13º | 1% | 0.53% | - |
| HSV(B) | 271.13º | 0.94% | 1% | - |
| XYZ | 29.05 | 13.17 | 95.62 | - |
| YUV | 80.32 | 226.58 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 255 | 0.45 | 0.94 | 0 | 0 | 271.13 | 1 | 0.53 |
| Hex | 8C | 10 | FF | 2D | 5E | 0 | 0 | 10F | 64 | 35 |
| Octal | 214 | 20 | 377 | 55 | 136 | 0 | 0 | 417 | 144 | 65 |
| Binary | 10001100 | 10000 | 11111111 | 101101 | 1011110 | 0 | 0 | 100001111 | 1100100 | 110101 |
Color Harmonies of #8C10FF
Complementary color
Monochromatic Colors of #8C10FF
Black with #8C10FF
Text Example
Text Example
White with #8C10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C10FF; }
p { color: rgb(140,16,255); }
H1.HeaderClassName
{
color: #8C10FF;
}
.AnyTagClassName
{
color: #8C10FF;
}
</style>
background-color css
<style>
a { background-color: #8C10FF; }
a { background-color: rgb(140,16,255); }
div.DivClassName
{
background-color: #8C10FF;
}
.BgClassName
{
background-color: #8C10FF;
}
</style>
border-color css
<style>
span { border-color: #8C10FF; }
span { border-color: rgb(140,16,255); }
td.TdClassName
{
border-color: #8C10FF;
}
.TagClassName
{
border-color: #8C10FF;
}
</style>