Shades of Blue Violet #8C10FD
Tints of Blue Violet #8C10FD
RGB
CMYK
RGB Variations
Color information
#8C10FD (or 0x8C10FD) is known color: Blue Violet. HEX triplet: 8C, 10 and FD. RGB value is (140,16,253). Sum of RGB (Red+Green+Blue) = 140+16+253=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C10FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C10FD is #73EF02. Grayscale: #4F4F4F. Windows color (decimal): -7597827 or 16584844. OLE color: 16584844.
HSL color Cylindrical-coordinate representation of color #8C10FD: hue angle of 271.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C10FD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 16 | 253 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.01 |
| HSL | 271.39º | 0.98% | 0.53% | - |
| HSV(B) | 271.39º | 0.94% | 0.99% | - |
| XYZ | 28.73 | 13.04 | 93.93 | - |
| YUV | 80.09 | 225.58 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 253 | 0.45 | 0.94 | 0 | 0.01 | 271.39 | 0.98 | 0.53 |
| Hex | 8C | 10 | FD | 2D | 5E | 0 | 1 | 10F | 62 | 35 |
| Octal | 214 | 20 | 375 | 55 | 136 | 0 | 1 | 417 | 142 | 65 |
| Binary | 10001100 | 10000 | 11111101 | 101101 | 1011110 | 0 | 1 | 100001111 | 1100010 | 110101 |
Color Harmonies of #8C10FD
Complementary color
Monochromatic Colors of #8C10FD
Black with #8C10FD
Text Example
Text Example
White with #8C10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C10FD; }
p { color: rgb(140,16,253); }
H1.HeaderClassName
{
color: #8C10FD;
}
.AnyTagClassName
{
color: #8C10FD;
}
</style>
background-color css
<style>
a { background-color: #8C10FD; }
a { background-color: rgb(140,16,253); }
div.DivClassName
{
background-color: #8C10FD;
}
.BgClassName
{
background-color: #8C10FD;
}
</style>
border-color css
<style>
span { border-color: #8C10FD; }
span { border-color: rgb(140,16,253); }
td.TdClassName
{
border-color: #8C10FD;
}
.TagClassName
{
border-color: #8C10FD;
}
</style>