Shades of Blue Violet #8C3BEA
Tints of Blue Violet #8C3BEA
RGB
CMYK
RGB Variations
Color information
#8C3BEA (or 0x8C3BEA) is known color: Blue Violet. HEX triplet: 8C, 3B and EA. RGB value is (140,59,234). Sum of RGB (Red+Green+Blue) = 140+59+234=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C3BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3BEA is #73C415. Grayscale: #666666. Windows color (decimal): -7586838 or 15350668. OLE color: 15350668.
HSL color Cylindrical-coordinate representation of color #8C3BEA: hue angle of 267.77º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C3BEA is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 59 | 234 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.08 |
| HSL | 267.77º | 0.81% | 0.57% | - |
| HSV(B) | 267.77º | 0.75% | 0.92% | - |
| XYZ | 27.23 | 14.64 | 79.23 | - |
| YUV | 103.17 | 201.84 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 234 | 0.40 | 0.75 | 0 | 0.08 | 267.77 | 0.81 | 0.57 |
| Hex | 8C | 3B | EA | 28 | 4B | 0 | 8 | 10C | 51 | 39 |
| Octal | 214 | 73 | 352 | 50 | 113 | 0 | 10 | 414 | 121 | 71 |
| Binary | 10001100 | 111011 | 11101010 | 101000 | 1001011 | 0 | 1000 | 100001100 | 1010001 | 111001 |
Color Harmonies of #8C3BEA
Complementary color
Monochromatic Colors of #8C3BEA
Black with #8C3BEA
Text Example
Text Example
White with #8C3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3BEA; }
p { color: rgb(140,59,234); }
H1.HeaderClassName
{
color: #8C3BEA;
}
.AnyTagClassName
{
color: #8C3BEA;
}
</style>
background-color css
<style>
a { background-color: #8C3BEA; }
a { background-color: rgb(140,59,234); }
div.DivClassName
{
background-color: #8C3BEA;
}
.BgClassName
{
background-color: #8C3BEA;
}
</style>
border-color css
<style>
span { border-color: #8C3BEA; }
span { border-color: rgb(140,59,234); }
td.TdClassName
{
border-color: #8C3BEA;
}
.TagClassName
{
border-color: #8C3BEA;
}
</style>