Shades of Blue Violet #8C0FFE
Tints of Blue Violet #8C0FFE
RGB
CMYK
RGB Variations
Color information
#8C0FFE (or 0x8C0FFE) is known color: Blue Violet. HEX triplet: 8C, 0F and FE. RGB value is (140,15,254). Sum of RGB (Red+Green+Blue) = 140+15+254=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 15 (6.25% from 255 or 3.67% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FFE is #73F001. Grayscale: #4E4E4E. Windows color (decimal): -7598082 or 16650124. OLE color: 16650124.
HSL color Cylindrical-coordinate representation of color #8C0FFE: hue angle of 271.38º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0FFE is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 15 | 254 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.00 |
| HSL | 271.38º | 0.99% | 0.53% | - |
| HSV(B) | 271.38º | 0.94% | 1% | - |
| XYZ | 28.88 | 13.07 | 94.77 | - |
| YUV | 79.62 | 226.41 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 254 | 0.45 | 0.94 | 0 | 0.00 | 271.38 | 0.99 | 0.53 |
| Hex | 8C | F | FE | 2D | 5E | 0 | 0 | 10F | 63 | 35 |
| Octal | 214 | 17 | 376 | 55 | 136 | 0 | 0 | 417 | 143 | 65 |
| Binary | 10001100 | 1111 | 11111110 | 101101 | 1011110 | 0 | 0 | 100001111 | 1100011 | 110101 |
Color Harmonies of #8C0FFE
Complementary color
Monochromatic Colors of #8C0FFE
Black with #8C0FFE
Text Example
Text Example
White with #8C0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0FFE; }
p { color: rgb(140,15,254); }
H1.HeaderClassName
{
color: #8C0FFE;
}
.AnyTagClassName
{
color: #8C0FFE;
}
</style>
background-color css
<style>
a { background-color: #8C0FFE; }
a { background-color: rgb(140,15,254); }
div.DivClassName
{
background-color: #8C0FFE;
}
.BgClassName
{
background-color: #8C0FFE;
}
</style>
border-color css
<style>
span { border-color: #8C0FFE; }
span { border-color: rgb(140,15,254); }
td.TdClassName
{
border-color: #8C0FFE;
}
.TagClassName
{
border-color: #8C0FFE;
}
</style>