Shades of Blue Violet #8C10FB
Tints of Blue Violet #8C10FB
RGB
CMYK
RGB Variations
Color information
#8C10FB (or 0x8C10FB) is known color: Blue Violet. HEX triplet: 8C, 10 and FB. RGB value is (140,16,251). Sum of RGB (Red+Green+Blue) = 140+16+251=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 16 (6.64% from 255 or 3.93% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C10FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C10FB is #73EF04. Grayscale: #4F4F4F. Windows color (decimal): -7597829 or 16453772. OLE color: 16453772.
HSL color Cylindrical-coordinate representation of color #8C10FB: hue angle of 271.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C10FB is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 16 | 251 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.02 |
| HSL | 271.66º | 0.97% | 0.52% | - |
| HSV(B) | 271.66º | 0.94% | 0.98% | - |
| XYZ | 28.41 | 12.91 | 92.26 | - |
| YUV | 79.87 | 224.58 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 251 | 0.44 | 0.94 | 0 | 0.02 | 271.66 | 0.97 | 0.52 |
| Hex | 8C | 10 | FB | 2C | 5E | 0 | 2 | 110 | 61 | 34 |
| Octal | 214 | 20 | 373 | 54 | 136 | 0 | 2 | 420 | 141 | 64 |
| Binary | 10001100 | 10000 | 11111011 | 101100 | 1011110 | 0 | 10 | 100010000 | 1100001 | 110100 |
Color Harmonies of #8C10FB
Complementary color
Monochromatic Colors of #8C10FB
Black with #8C10FB
Text Example
Text Example
White with #8C10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C10FB; }
p { color: rgb(140,16,251); }
H1.HeaderClassName
{
color: #8C10FB;
}
.AnyTagClassName
{
color: #8C10FB;
}
</style>
background-color css
<style>
a { background-color: #8C10FB; }
a { background-color: rgb(140,16,251); }
div.DivClassName
{
background-color: #8C10FB;
}
.BgClassName
{
background-color: #8C10FB;
}
</style>
border-color css
<style>
span { border-color: #8C10FB; }
span { border-color: rgb(140,16,251); }
td.TdClassName
{
border-color: #8C10FB;
}
.TagClassName
{
border-color: #8C10FB;
}
</style>