Shades of Blue Violet #8F19EE
Tints of Blue Violet #8F19EE
RGB
CMYK
RGB Variations
Color information
#8F19EE (or 0x8F19EE) is known color: Blue Violet. HEX triplet: 8F, 19 and EE. RGB value is (143,25,238). Sum of RGB (Red+Green+Blue) = 143+25+238=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F19EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F19EE is #70E611. Grayscale: #535353. Windows color (decimal): -7398930 or 15604111. OLE color: 15604111.
HSL color Cylindrical-coordinate representation of color #8F19EE: hue angle of 273.24º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F19EE is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 25 | 238 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.07 |
| HSL | 273.24º | 0.86% | 0.52% | - |
| HSV(B) | 273.24º | 0.89% | 0.93% | - |
| XYZ | 27.11 | 12.71 | 81.91 | - |
| YUV | 84.56 | 214.59 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 238 | 0.40 | 0.89 | 0 | 0.07 | 273.24 | 0.86 | 0.52 |
| Hex | 8F | 19 | EE | 28 | 59 | 0 | 7 | 111 | 56 | 34 |
| Octal | 217 | 31 | 356 | 50 | 131 | 0 | 7 | 421 | 126 | 64 |
| Binary | 10001111 | 11001 | 11101110 | 101000 | 1011001 | 0 | 111 | 100010001 | 1010110 | 110100 |
Color Harmonies of #8F19EE
Complementary color
Monochromatic Colors of #8F19EE
Black with #8F19EE
Text Example
Text Example
White with #8F19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F19EE; }
p { color: rgb(143,25,238); }
H1.HeaderClassName
{
color: #8F19EE;
}
.AnyTagClassName
{
color: #8F19EE;
}
</style>
background-color css
<style>
a { background-color: #8F19EE; }
a { background-color: rgb(143,25,238); }
div.DivClassName
{
background-color: #8F19EE;
}
.BgClassName
{
background-color: #8F19EE;
}
</style>
border-color css
<style>
span { border-color: #8F19EE; }
span { border-color: rgb(143,25,238); }
td.TdClassName
{
border-color: #8F19EE;
}
.TagClassName
{
border-color: #8F19EE;
}
</style>