Shades of Blue Violet #8F24E1
Tints of Blue Violet #8F24E1
RGB
CMYK
RGB Variations
Color information
#8F24E1 (or 0x8F24E1) is known color: Blue Violet. HEX triplet: 8F, 24 and E1. RGB value is (143,36,225). Sum of RGB (Red+Green+Blue) = 143+36+225=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F24E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24E1 is #70DB1E. Grayscale: #585858. Windows color (decimal): -7396127 or 14754959. OLE color: 14754959.
HSL color Cylindrical-coordinate representation of color #8F24E1: hue angle of 273.97º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F24E1 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 36 | 225 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.12 |
| HSL | 273.97º | 0.76% | 0.51% | - |
| HSV(B) | 273.97º | 0.84% | 0.88% | - |
| XYZ | 25.55 | 12.54 | 72.31 | - |
| YUV | 89.54 | 204.45 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 225 | 0.36 | 0.84 | 0 | 0.12 | 273.97 | 0.76 | 0.51 |
| Hex | 8F | 24 | E1 | 24 | 54 | 0 | C | 112 | 4C | 33 |
| Octal | 217 | 44 | 341 | 44 | 124 | 0 | 14 | 422 | 114 | 63 |
| Binary | 10001111 | 100100 | 11100001 | 100100 | 1010100 | 0 | 1100 | 100010010 | 1001100 | 110011 |
Color Harmonies of #8F24E1
Complementary color
Monochromatic Colors of #8F24E1
Black with #8F24E1
Text Example
Text Example
White with #8F24E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F24E1; }
p { color: rgb(143,36,225); }
H1.HeaderClassName
{
color: #8F24E1;
}
.AnyTagClassName
{
color: #8F24E1;
}
</style>
background-color css
<style>
a { background-color: #8F24E1; }
a { background-color: rgb(143,36,225); }
div.DivClassName
{
background-color: #8F24E1;
}
.BgClassName
{
background-color: #8F24E1;
}
</style>
border-color css
<style>
span { border-color: #8F24E1; }
span { border-color: rgb(143,36,225); }
td.TdClassName
{
border-color: #8F24E1;
}
.TagClassName
{
border-color: #8F24E1;
}
</style>