Shades of Blue Violet #8F1CE1
Tints of Blue Violet #8F1CE1
RGB
CMYK
RGB Variations
Color information
#8F1CE1 (or 0x8F1CE1) is known color: Blue Violet. HEX triplet: 8F, 1C and E1. RGB value is (143,28,225). Sum of RGB (Red+Green+Blue) = 143+28+225=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 225 (88.28% from 255 or 56.82% from 396); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F1CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1CE1 is #70E31E. Grayscale: #545454. Windows color (decimal): -7398175 or 14752911. OLE color: 14752911.
HSL color Cylindrical-coordinate representation of color #8F1CE1: hue angle of 275.03º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1CE1 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 28 | 225 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.12 |
| HSL | 275.03º | 0.78% | 0.5% | - |
| HSV(B) | 275.03º | 0.88% | 0.88% | - |
| XYZ | 25.33 | 12.11 | 72.24 | - |
| YUV | 84.84 | 207.1 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 225 | 0.36 | 0.88 | 0 | 0.12 | 275.03 | 0.78 | 0.5 |
| Hex | 8F | 1C | E1 | 24 | 58 | 0 | C | 113 | 4E | 32 |
| Octal | 217 | 34 | 341 | 44 | 130 | 0 | 14 | 423 | 116 | 62 |
| Binary | 10001111 | 11100 | 11100001 | 100100 | 1011000 | 0 | 1100 | 100010011 | 1001110 | 110010 |
Color Harmonies of #8F1CE1
Complementary color
Monochromatic Colors of #8F1CE1
Black with #8F1CE1
Text Example
Text Example
White with #8F1CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1CE1; }
p { color: rgb(143,28,225); }
H1.HeaderClassName
{
color: #8F1CE1;
}
.AnyTagClassName
{
color: #8F1CE1;
}
</style>
background-color css
<style>
a { background-color: #8F1CE1; }
a { background-color: rgb(143,28,225); }
div.DivClassName
{
background-color: #8F1CE1;
}
.BgClassName
{
background-color: #8F1CE1;
}
</style>
border-color css
<style>
span { border-color: #8F1CE1; }
span { border-color: rgb(143,28,225); }
td.TdClassName
{
border-color: #8F1CE1;
}
.TagClassName
{
border-color: #8F1CE1;
}
</style>