Shades of Blue Violet #8C29FE
Tints of Blue Violet #8C29FE
RGB
CMYK
RGB Variations
Color information
#8C29FE (or 0x8C29FE) is known color: Blue Violet. HEX triplet: 8C, 29 and FE. RGB value is (140,41,254). Sum of RGB (Red+Green+Blue) = 140+41+254=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C29FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C29FE is #73D601. Grayscale: #5E5E5E. Windows color (decimal): -7591426 or 16656780. OLE color: 16656780.
HSL color Cylindrical-coordinate representation of color #8C29FE: hue angle of 267.89º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C29FE is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 41 | 254 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.00 |
| HSL | 267.89º | 0.99% | 0.58% | - |
| HSV(B) | 267.89º | 0.84% | 1% | - |
| XYZ | 29.5 | 14.32 | 94.97 | - |
| YUV | 94.88 | 217.8 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 41 | 254 | 0.45 | 0.84 | 0 | 0.00 | 267.89 | 0.99 | 0.58 |
| Hex | 8C | 29 | FE | 2D | 54 | 0 | 0 | 10C | 63 | 3A |
| Octal | 214 | 51 | 376 | 55 | 124 | 0 | 0 | 414 | 143 | 72 |
| Binary | 10001100 | 101001 | 11111110 | 101101 | 1010100 | 0 | 0 | 100001100 | 1100011 | 111010 |
Color Harmonies of #8C29FE
Complementary color
Monochromatic Colors of #8C29FE
Black with #8C29FE
Text Example
Text Example
White with #8C29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C29FE; }
p { color: rgb(140,41,254); }
H1.HeaderClassName
{
color: #8C29FE;
}
.AnyTagClassName
{
color: #8C29FE;
}
</style>
background-color css
<style>
a { background-color: #8C29FE; }
a { background-color: rgb(140,41,254); }
div.DivClassName
{
background-color: #8C29FE;
}
.BgClassName
{
background-color: #8C29FE;
}
</style>
border-color css
<style>
span { border-color: #8C29FE; }
span { border-color: rgb(140,41,254); }
td.TdClassName
{
border-color: #8C29FE;
}
.TagClassName
{
border-color: #8C29FE;
}
</style>