Shades of Blue Violet #8F1EEC
Tints of Blue Violet #8F1EEC
RGB
CMYK
RGB Variations
Color information
#8F1EEC (or 0x8F1EEC) is known color: Blue Violet. HEX triplet: 8F, 1E and EC. RGB value is (143,30,236). Sum of RGB (Red+Green+Blue) = 143+30+236=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F1EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1EEC is #70E113. Grayscale: #565656. Windows color (decimal): -7397652 or 15474319. OLE color: 15474319.
HSL color Cylindrical-coordinate representation of color #8F1EEC: hue angle of 272.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1EEC is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 30 | 236 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.07 |
| HSL | 272.91º | 0.84% | 0.52% | - |
| HSV(B) | 272.91º | 0.87% | 0.93% | - |
| XYZ | 26.93 | 12.82 | 80.41 | - |
| YUV | 87.27 | 211.94 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 236 | 0.39 | 0.87 | 0 | 0.07 | 272.91 | 0.84 | 0.52 |
| Hex | 8F | 1E | EC | 27 | 57 | 0 | 7 | 111 | 54 | 34 |
| Octal | 217 | 36 | 354 | 47 | 127 | 0 | 7 | 421 | 124 | 64 |
| Binary | 10001111 | 11110 | 11101100 | 100111 | 1010111 | 0 | 111 | 100010001 | 1010100 | 110100 |
Color Harmonies of #8F1EEC
Complementary color
Monochromatic Colors of #8F1EEC
Black with #8F1EEC
Text Example
Text Example
White with #8F1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EEC; }
p { color: rgb(143,30,236); }
H1.HeaderClassName
{
color: #8F1EEC;
}
.AnyTagClassName
{
color: #8F1EEC;
}
</style>
background-color css
<style>
a { background-color: #8F1EEC; }
a { background-color: rgb(143,30,236); }
div.DivClassName
{
background-color: #8F1EEC;
}
.BgClassName
{
background-color: #8F1EEC;
}
</style>
border-color css
<style>
span { border-color: #8F1EEC; }
span { border-color: rgb(143,30,236); }
td.TdClassName
{
border-color: #8F1EEC;
}
.TagClassName
{
border-color: #8F1EEC;
}
</style>