Shades of Blue Violet #8C1FFE
Tints of Blue Violet #8C1FFE
RGB
CMYK
RGB Variations
Color information
#8C1FFE (or 0x8C1FFE) is known color: Blue Violet. HEX triplet: 8C, 1F and FE. RGB value is (140,31,254). Sum of RGB (Red+Green+Blue) = 140+31+254=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C1FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1FFE is #73E001. Grayscale: #585858. Windows color (decimal): -7593986 or 16654220. OLE color: 16654220.
HSL color Cylindrical-coordinate representation of color #8C1FFE: hue angle of 269.33º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1FFE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 31 | 254 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.00 |
| HSL | 269.33º | 0.99% | 0.56% | - |
| HSV(B) | 269.33º | 0.88% | 1% | - |
| XYZ | 29.19 | 13.71 | 94.87 | - |
| YUV | 89.01 | 221.11 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 254 | 0.45 | 0.88 | 0 | 0.00 | 269.33 | 0.99 | 0.56 |
| Hex | 8C | 1F | FE | 2D | 58 | 0 | 0 | 10D | 63 | 38 |
| Octal | 214 | 37 | 376 | 55 | 130 | 0 | 0 | 415 | 143 | 70 |
| Binary | 10001100 | 11111 | 11111110 | 101101 | 1011000 | 0 | 0 | 100001101 | 1100011 | 111000 |
Color Harmonies of #8C1FFE
Complementary color
Monochromatic Colors of #8C1FFE
Black with #8C1FFE
Text Example
Text Example
White with #8C1FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1FFE; }
p { color: rgb(140,31,254); }
H1.HeaderClassName
{
color: #8C1FFE;
}
.AnyTagClassName
{
color: #8C1FFE;
}
</style>
background-color css
<style>
a { background-color: #8C1FFE; }
a { background-color: rgb(140,31,254); }
div.DivClassName
{
background-color: #8C1FFE;
}
.BgClassName
{
background-color: #8C1FFE;
}
</style>
border-color css
<style>
span { border-color: #8C1FFE; }
span { border-color: rgb(140,31,254); }
td.TdClassName
{
border-color: #8C1FFE;
}
.TagClassName
{
border-color: #8C1FFE;
}
</style>