Shades of Blue Violet #8F1EE0
Tints of Blue Violet #8F1EE0
RGB
CMYK
RGB Variations
Color information
#8F1EE0 (or 0x8F1EE0) is known color: Blue Violet. HEX triplet: 8F, 1E and E0. RGB value is (143,30,224). Sum of RGB (Red+Green+Blue) = 143+30+224=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F1EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1EE0 is #70E11F. Grayscale: #555555. Windows color (decimal): -7397664 or 14687887. OLE color: 14687887.
HSL color Cylindrical-coordinate representation of color #8F1EE0: hue angle of 274.95º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F1EE0 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 30 | 224 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.12 |
| HSL | 274.95º | 0.76% | 0.5% | - |
| HSV(B) | 274.95º | 0.87% | 0.88% | - |
| XYZ | 25.25 | 12.15 | 71.54 | - |
| YUV | 85.9 | 205.94 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 30 | 224 | 0.36 | 0.87 | 0 | 0.12 | 274.95 | 0.76 | 0.5 |
| Hex | 8F | 1E | E0 | 24 | 57 | 0 | C | 113 | 4C | 32 |
| Octal | 217 | 36 | 340 | 44 | 127 | 0 | 14 | 423 | 114 | 62 |
| Binary | 10001111 | 11110 | 11100000 | 100100 | 1010111 | 0 | 1100 | 100010011 | 1001100 | 110010 |
Color Harmonies of #8F1EE0
Complementary color
Monochromatic Colors of #8F1EE0
Black with #8F1EE0
Text Example
Text Example
White with #8F1EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EE0; }
p { color: rgb(143,30,224); }
H1.HeaderClassName
{
color: #8F1EE0;
}
.AnyTagClassName
{
color: #8F1EE0;
}
</style>
background-color css
<style>
a { background-color: #8F1EE0; }
a { background-color: rgb(143,30,224); }
div.DivClassName
{
background-color: #8F1EE0;
}
.BgClassName
{
background-color: #8F1EE0;
}
</style>
border-color css
<style>
span { border-color: #8F1EE0; }
span { border-color: rgb(143,30,224); }
td.TdClassName
{
border-color: #8F1EE0;
}
.TagClassName
{
border-color: #8F1EE0;
}
</style>