Shades of Blue Violet #8C1EF3
Tints of Blue Violet #8C1EF3
RGB
CMYK
RGB Variations
Color information
#8C1EF3 (or 0x8C1EF3) is known color: Blue Violet. HEX triplet: 8C, 1E and F3. RGB value is (140,30,243). Sum of RGB (Red+Green+Blue) = 140+30+243=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 243 (95.31% from 255 or 58.84% from 413); Max value from RGB is 243 - color contains mainly: blue. Hex color #8C1EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1EF3 is #73E10C. Grayscale: #565656. Windows color (decimal): -7594253 or 15933068. OLE color: 15933068.
HSL color Cylindrical-coordinate representation of color #8C1EF3: hue angle of 270.99º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1EF3 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 30 | 243 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.05 |
| HSL | 270.99º | 0.9% | 0.54% | - |
| HSV(B) | 270.99º | 0.88% | 0.95% | - |
| XYZ | 27.46 | 12.98 | 85.85 | - |
| YUV | 87.17 | 215.94 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 30 | 243 | 0.42 | 0.88 | 0 | 0.05 | 270.99 | 0.9 | 0.54 |
| Hex | 8C | 1E | F3 | 2A | 58 | 0 | 5 | 10F | 5A | 36 |
| Octal | 214 | 36 | 363 | 52 | 130 | 0 | 5 | 417 | 132 | 66 |
| Binary | 10001100 | 11110 | 11110011 | 101010 | 1011000 | 0 | 101 | 100001111 | 1011010 | 110110 |
Color Harmonies of #8C1EF3
Complementary color
Monochromatic Colors of #8C1EF3
Black with #8C1EF3
Text Example
Text Example
White with #8C1EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1EF3; }
p { color: rgb(140,30,243); }
H1.HeaderClassName
{
color: #8C1EF3;
}
.AnyTagClassName
{
color: #8C1EF3;
}
</style>
background-color css
<style>
a { background-color: #8C1EF3; }
a { background-color: rgb(140,30,243); }
div.DivClassName
{
background-color: #8C1EF3;
}
.BgClassName
{
background-color: #8C1EF3;
}
</style>
border-color css
<style>
span { border-color: #8C1EF3; }
span { border-color: rgb(140,30,243); }
td.TdClassName
{
border-color: #8C1EF3;
}
.TagClassName
{
border-color: #8C1EF3;
}
</style>