Shades of Blue Violet #8C1FEB
Tints of Blue Violet #8C1FEB
RGB
CMYK
RGB Variations
Color information
#8C1FEB (or 0x8C1FEB) is known color: Blue Violet. HEX triplet: 8C, 1F and EB. RGB value is (140,31,235). Sum of RGB (Red+Green+Blue) = 140+31+235=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C1FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1FEB is #73E014. Grayscale: #565656. Windows color (decimal): -7594005 or 15409036. OLE color: 15409036.
HSL color Cylindrical-coordinate representation of color #8C1FEB: hue angle of 272.06º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1FEB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 31 | 235 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.08 |
| HSL | 272.06º | 0.84% | 0.52% | - |
| HSV(B) | 272.06º | 0.87% | 0.92% | - |
| XYZ | 26.3 | 12.55 | 79.63 | - |
| YUV | 86.85 | 211.61 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 235 | 0.40 | 0.87 | 0 | 0.08 | 272.06 | 0.84 | 0.52 |
| Hex | 8C | 1F | EB | 28 | 57 | 0 | 8 | 110 | 54 | 34 |
| Octal | 214 | 37 | 353 | 50 | 127 | 0 | 10 | 420 | 124 | 64 |
| Binary | 10001100 | 11111 | 11101011 | 101000 | 1010111 | 0 | 1000 | 100010000 | 1010100 | 110100 |
Color Harmonies of #8C1FEB
Complementary color
Monochromatic Colors of #8C1FEB
Black with #8C1FEB
Text Example
Text Example
White with #8C1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1FEB; }
p { color: rgb(140,31,235); }
H1.HeaderClassName
{
color: #8C1FEB;
}
.AnyTagClassName
{
color: #8C1FEB;
}
</style>
background-color css
<style>
a { background-color: #8C1FEB; }
a { background-color: rgb(140,31,235); }
div.DivClassName
{
background-color: #8C1FEB;
}
.BgClassName
{
background-color: #8C1FEB;
}
</style>
border-color css
<style>
span { border-color: #8C1FEB; }
span { border-color: rgb(140,31,235); }
td.TdClassName
{
border-color: #8C1FEB;
}
.TagClassName
{
border-color: #8C1FEB;
}
</style>