Shades of Blue Violet #8C29DC
Tints of Blue Violet #8C29DC
RGB
CMYK
RGB Variations
Color information
#8C29DC (or 0x8C29DC) is known color: Blue Violet. HEX triplet: 8C, 29 and DC. RGB value is (140,41,220). Sum of RGB (Red+Green+Blue) = 140+41+220=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C29DC is #73D623. Grayscale: #5A5A5A. Windows color (decimal): -7591460 or 14428556. OLE color: 14428556.
HSL color Cylindrical-coordinate representation of color #8C29DC: hue angle of 273.18º 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 #8C29DC is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 41 | 220 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.14 |
| HSL | 273.18º | 0.72% | 0.51% | - |
| HSV(B) | 273.18º | 0.81% | 0.86% | - |
| XYZ | 24.53 | 12.33 | 68.8 | - |
| YUV | 91.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 220 | 0.36 | 0.81 | 0 | 0.14 | 273.18 | 0.72 | 0.51 |
| Hex | 8C | 29 | DC | 24 | 51 | 0 | E | 111 | 48 | 33 |
| Octal | 214 | 51 | 334 | 44 | 121 | 0 | 16 | 421 | 110 | 63 |
| Binary | 10001100 | 101001 | 11011100 | 100100 | 1010001 | 0 | 1110 | 100010001 | 1001000 | 110011 |
Color Harmonies of #8C29DC
Complementary color
Monochromatic Colors of #8C29DC
Black with #8C29DC
Text Example
Text Example
White with #8C29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C29DC; }
p { color: rgb(140,41,220); }
H1.HeaderClassName
{
color: #8C29DC;
}
.AnyTagClassName
{
color: #8C29DC;
}
</style>
background-color css
<style>
a { background-color: #8C29DC; }
a { background-color: rgb(140,41,220); }
div.DivClassName
{
background-color: #8C29DC;
}
.BgClassName
{
background-color: #8C29DC;
}
</style>
border-color css
<style>
span { border-color: #8C29DC; }
span { border-color: rgb(140,41,220); }
td.TdClassName
{
border-color: #8C29DC;
}
.TagClassName
{
border-color: #8C29DC;
}
</style>