Shades of Blue Violet #8F29DC
Tints of Blue Violet #8F29DC
RGB
CMYK
RGB Variations
Color information
#8F29DC (or 0x8F29DC) is known color: Blue Violet. HEX triplet: 8F, 29 and DC. RGB value is (143,41,220). Sum of RGB (Red+Green+Blue) = 143+41+220=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F29DC is #70D623. Grayscale: #5B5B5B. Windows color (decimal): -7394852 or 14428559. OLE color: 14428559.
HSL color Cylindrical-coordinate representation of color #8F29DC: hue angle of 274.19º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F29DC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 41 | 220 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.14 |
| HSL | 274.19º | 0.72% | 0.51% | - |
| HSV(B) | 274.19º | 0.81% | 0.86% | - |
| XYZ | 25.04 | 12.59 | 68.82 | - |
| YUV | 91.9 | 200.29 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 41 | 220 | 0.35 | 0.81 | 0 | 0.14 | 274.19 | 0.72 | 0.51 |
| Hex | 8F | 29 | DC | 23 | 51 | 0 | E | 112 | 48 | 33 |
| Octal | 217 | 51 | 334 | 43 | 121 | 0 | 16 | 422 | 110 | 63 |
| Binary | 10001111 | 101001 | 11011100 | 100011 | 1010001 | 0 | 1110 | 100010010 | 1001000 | 110011 |
Color Harmonies of #8F29DC
Complementary color
Monochromatic Colors of #8F29DC
Black with #8F29DC
Text Example
Text Example
White with #8F29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F29DC; }
p { color: rgb(143,41,220); }
H1.HeaderClassName
{
color: #8F29DC;
}
.AnyTagClassName
{
color: #8F29DC;
}
</style>
background-color css
<style>
a { background-color: #8F29DC; }
a { background-color: rgb(143,41,220); }
div.DivClassName
{
background-color: #8F29DC;
}
.BgClassName
{
background-color: #8F29DC;
}
</style>
border-color css
<style>
span { border-color: #8F29DC; }
span { border-color: rgb(143,41,220); }
td.TdClassName
{
border-color: #8F29DC;
}
.TagClassName
{
border-color: #8F29DC;
}
</style>