Shades of Blue Violet #8C28EF
Tints of Blue Violet #8C28EF
RGB
CMYK
RGB Variations
Color information
#8C28EF (or 0x8C28EF) is known color: Blue Violet. HEX triplet: 8C, 28 and EF. RGB value is (140,40,239). Sum of RGB (Red+Green+Blue) = 140+40+239=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C28EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C28EF is #73D710. Grayscale: #5B5B5B. Windows color (decimal): -7591697 or 15673484. OLE color: 15673484.
HSL color Cylindrical-coordinate representation of color #8C28EF: hue angle of 270.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C28EF is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 40 | 239 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.06 |
| HSL | 270.15º | 0.86% | 0.55% | - |
| HSV(B) | 270.15º | 0.83% | 0.94% | - |
| XYZ | 27.15 | 13.33 | 82.8 | - |
| YUV | 92.59 | 210.63 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 239 | 0.41 | 0.83 | 0 | 0.06 | 270.15 | 0.86 | 0.55 |
| Hex | 8C | 28 | EF | 29 | 53 | 0 | 6 | 10E | 56 | 37 |
| Octal | 214 | 50 | 357 | 51 | 123 | 0 | 6 | 416 | 126 | 67 |
| Binary | 10001100 | 101000 | 11101111 | 101001 | 1010011 | 0 | 110 | 100001110 | 1010110 | 110111 |
Color Harmonies of #8C28EF
Complementary color
Monochromatic Colors of #8C28EF
Black with #8C28EF
Text Example
Text Example
White with #8C28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C28EF; }
p { color: rgb(140,40,239); }
H1.HeaderClassName
{
color: #8C28EF;
}
.AnyTagClassName
{
color: #8C28EF;
}
</style>
background-color css
<style>
a { background-color: #8C28EF; }
a { background-color: rgb(140,40,239); }
div.DivClassName
{
background-color: #8C28EF;
}
.BgClassName
{
background-color: #8C28EF;
}
</style>
border-color css
<style>
span { border-color: #8C28EF; }
span { border-color: rgb(140,40,239); }
td.TdClassName
{
border-color: #8C28EF;
}
.TagClassName
{
border-color: #8C28EF;
}
</style>