Shades of Blue Violet #8C28EB
Tints of Blue Violet #8C28EB
RGB
CMYK
RGB Variations
Color information
#8C28EB (or 0x8C28EB) is known color: Blue Violet. HEX triplet: 8C, 28 and EB. RGB value is (140,40,235). Sum of RGB (Red+Green+Blue) = 140+40+235=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C28EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C28EB is #73D714. Grayscale: #5B5B5B. Windows color (decimal): -7591701 or 15411340. OLE color: 15411340.
HSL color Cylindrical-coordinate representation of color #8C28EB: hue angle of 270.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C28EB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 40 | 235 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.08 |
| HSL | 270.77º | 0.83% | 0.54% | - |
| HSV(B) | 270.77º | 0.83% | 0.92% | - |
| XYZ | 26.57 | 13.09 | 79.72 | - |
| YUV | 92.13 | 208.63 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 235 | 0.40 | 0.83 | 0 | 0.08 | 270.77 | 0.83 | 0.54 |
| Hex | 8C | 28 | EB | 28 | 53 | 0 | 8 | 10F | 53 | 36 |
| Octal | 214 | 50 | 353 | 50 | 123 | 0 | 10 | 417 | 123 | 66 |
| Binary | 10001100 | 101000 | 11101011 | 101000 | 1010011 | 0 | 1000 | 100001111 | 1010011 | 110110 |
Color Harmonies of #8C28EB
Complementary color
Monochromatic Colors of #8C28EB
Black with #8C28EB
Text Example
Text Example
White with #8C28EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C28EB; }
p { color: rgb(140,40,235); }
H1.HeaderClassName
{
color: #8C28EB;
}
.AnyTagClassName
{
color: #8C28EB;
}
</style>
background-color css
<style>
a { background-color: #8C28EB; }
a { background-color: rgb(140,40,235); }
div.DivClassName
{
background-color: #8C28EB;
}
.BgClassName
{
background-color: #8C28EB;
}
</style>
border-color css
<style>
span { border-color: #8C28EB; }
span { border-color: rgb(140,40,235); }
td.TdClassName
{
border-color: #8C28EB;
}
.TagClassName
{
border-color: #8C28EB;
}
</style>