Shades of Blue Violet #8C3AEC
Tints of Blue Violet #8C3AEC
RGB
CMYK
RGB Variations
Color information
#8C3AEC (or 0x8C3AEC) is known color: Blue Violet. HEX triplet: 8C, 3A and EC. RGB value is (140,58,236). Sum of RGB (Red+Green+Blue) = 140+58+236=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #8C3AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3AEC is #73C513. Grayscale: #666666. Windows color (decimal): -7587092 or 15481484. OLE color: 15481484.
HSL color Cylindrical-coordinate representation of color #8C3AEC: hue angle of 267.64º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C3AEC is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 58 | 236 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.07 |
| HSL | 267.64º | 0.82% | 0.58% | - |
| HSV(B) | 267.64º | 0.75% | 0.93% | - |
| XYZ | 27.47 | 14.66 | 80.74 | - |
| YUV | 102.81 | 203.17 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 236 | 0.41 | 0.75 | 0 | 0.07 | 267.64 | 0.82 | 0.58 |
| Hex | 8C | 3A | EC | 29 | 4B | 0 | 7 | 10C | 52 | 3A |
| Octal | 214 | 72 | 354 | 51 | 113 | 0 | 7 | 414 | 122 | 72 |
| Binary | 10001100 | 111010 | 11101100 | 101001 | 1001011 | 0 | 111 | 100001100 | 1010010 | 111010 |
Color Harmonies of #8C3AEC
Complementary color
Monochromatic Colors of #8C3AEC
Black with #8C3AEC
Text Example
Text Example
White with #8C3AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3AEC; }
p { color: rgb(140,58,236); }
H1.HeaderClassName
{
color: #8C3AEC;
}
.AnyTagClassName
{
color: #8C3AEC;
}
</style>
background-color css
<style>
a { background-color: #8C3AEC; }
a { background-color: rgb(140,58,236); }
div.DivClassName
{
background-color: #8C3AEC;
}
.BgClassName
{
background-color: #8C3AEC;
}
</style>
border-color css
<style>
span { border-color: #8C3AEC; }
span { border-color: rgb(140,58,236); }
td.TdClassName
{
border-color: #8C3AEC;
}
.TagClassName
{
border-color: #8C3AEC;
}
</style>