Shades of Blue Violet #8F29EE
Tints of Blue Violet #8F29EE
RGB
CMYK
RGB Variations
Color information
#8F29EE (or 0x8F29EE) is known color: Blue Violet. HEX triplet: 8F, 29 and EE. RGB value is (143,41,238). Sum of RGB (Red+Green+Blue) = 143+41+238=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F29EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F29EE is #70D611. Grayscale: #5D5D5D. Windows color (decimal): -7394834 or 15608207. OLE color: 15608207.
HSL color Cylindrical-coordinate representation of color #8F29EE: hue angle of 271.07º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F29EE is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 41 | 238 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.07 |
| HSL | 271.07º | 0.85% | 0.55% | - |
| HSV(B) | 271.07º | 0.83% | 0.93% | - |
| XYZ | 27.55 | 13.6 | 82.06 | - |
| YUV | 93.96 | 209.29 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 238 | 0.40 | 0.83 | 0 | 0.07 | 271.07 | 0.85 | 0.55 |
| Hex | 8F | 29 | EE | 28 | 53 | 0 | 7 | 10F | 55 | 37 |
| Octal | 217 | 51 | 356 | 50 | 123 | 0 | 7 | 417 | 125 | 67 |
| Binary | 10001111 | 101001 | 11101110 | 101000 | 1010011 | 0 | 111 | 100001111 | 1010101 | 110111 |
Color Harmonies of #8F29EE
Complementary color
Monochromatic Colors of #8F29EE
Black with #8F29EE
Text Example
Text Example
White with #8F29EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F29EE; }
p { color: rgb(143,41,238); }
H1.HeaderClassName
{
color: #8F29EE;
}
.AnyTagClassName
{
color: #8F29EE;
}
</style>
background-color css
<style>
a { background-color: #8F29EE; }
a { background-color: rgb(143,41,238); }
div.DivClassName
{
background-color: #8F29EE;
}
.BgClassName
{
background-color: #8F29EE;
}
</style>
border-color css
<style>
span { border-color: #8F29EE; }
span { border-color: rgb(143,41,238); }
td.TdClassName
{
border-color: #8F29EE;
}
.TagClassName
{
border-color: #8F29EE;
}
</style>