Shades of Blue Violet #8C3BEB
Tints of Blue Violet #8C3BEB
RGB
CMYK
RGB Variations
Color information
#8C3BEB (or 0x8C3BEB) is known color: Blue Violet. HEX triplet: 8C, 3B and EB. RGB value is (140,59,235). Sum of RGB (Red+Green+Blue) = 140+59+235=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C3BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3BEB is #73C414. Grayscale: #666666. Windows color (decimal): -7586837 or 15416204. OLE color: 15416204.
HSL color Cylindrical-coordinate representation of color #8C3BEB: hue angle of 267.61º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C3BEB is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 59 | 235 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.08 |
| HSL | 267.61º | 0.81% | 0.58% | - |
| HSV(B) | 267.61º | 0.75% | 0.92% | - |
| XYZ | 27.37 | 14.7 | 79.99 | - |
| YUV | 103.28 | 202.34 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 235 | 0.40 | 0.75 | 0 | 0.08 | 267.61 | 0.81 | 0.58 |
| Hex | 8C | 3B | EB | 28 | 4B | 0 | 8 | 10C | 51 | 3A |
| Octal | 214 | 73 | 353 | 50 | 113 | 0 | 10 | 414 | 121 | 72 |
| Binary | 10001100 | 111011 | 11101011 | 101000 | 1001011 | 0 | 1000 | 100001100 | 1010001 | 111010 |
Color Harmonies of #8C3BEB
Complementary color
Monochromatic Colors of #8C3BEB
Black with #8C3BEB
Text Example
Text Example
White with #8C3BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3BEB; }
p { color: rgb(140,59,235); }
H1.HeaderClassName
{
color: #8C3BEB;
}
.AnyTagClassName
{
color: #8C3BEB;
}
</style>
background-color css
<style>
a { background-color: #8C3BEB; }
a { background-color: rgb(140,59,235); }
div.DivClassName
{
background-color: #8C3BEB;
}
.BgClassName
{
background-color: #8C3BEB;
}
</style>
border-color css
<style>
span { border-color: #8C3BEB; }
span { border-color: rgb(140,59,235); }
td.TdClassName
{
border-color: #8C3BEB;
}
.TagClassName
{
border-color: #8C3BEB;
}
</style>