Shades of Blue Violet #8C1DEA
Tints of Blue Violet #8C1DEA
RGB
CMYK
RGB Variations
Color information
#8C1DEA (or 0x8C1DEA) is known color: Blue Violet. HEX triplet: 8C, 1D and EA. RGB value is (140,29,234). Sum of RGB (Red+Green+Blue) = 140+29+234=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C1DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1DEA is #73E215. Grayscale: #545454. Windows color (decimal): -7594518 or 15342988. OLE color: 15342988.
HSL color Cylindrical-coordinate representation of color #8C1DEA: hue angle of 272.49º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1DEA is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 29 | 234 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.08 |
| HSL | 272.49º | 0.83% | 0.52% | - |
| HSV(B) | 272.49º | 0.88% | 0.92% | - |
| XYZ | 26.11 | 12.39 | 78.86 | - |
| YUV | 85.56 | 211.77 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 29 | 234 | 0.40 | 0.88 | 0 | 0.08 | 272.49 | 0.83 | 0.52 |
| Hex | 8C | 1D | EA | 28 | 58 | 0 | 8 | 110 | 53 | 34 |
| Octal | 214 | 35 | 352 | 50 | 130 | 0 | 10 | 420 | 123 | 64 |
| Binary | 10001100 | 11101 | 11101010 | 101000 | 1011000 | 0 | 1000 | 100010000 | 1010011 | 110100 |
Color Harmonies of #8C1DEA
Complementary color
Monochromatic Colors of #8C1DEA
Black with #8C1DEA
Text Example
Text Example
White with #8C1DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1DEA; }
p { color: rgb(140,29,234); }
H1.HeaderClassName
{
color: #8C1DEA;
}
.AnyTagClassName
{
color: #8C1DEA;
}
</style>
background-color css
<style>
a { background-color: #8C1DEA; }
a { background-color: rgb(140,29,234); }
div.DivClassName
{
background-color: #8C1DEA;
}
.BgClassName
{
background-color: #8C1DEA;
}
</style>
border-color css
<style>
span { border-color: #8C1DEA; }
span { border-color: rgb(140,29,234); }
td.TdClassName
{
border-color: #8C1DEA;
}
.TagClassName
{
border-color: #8C1DEA;
}
</style>