Shades of Blue Violet #8C1CEA
Tints of Blue Violet #8C1CEA
RGB
CMYK
RGB Variations
Color information
#8C1CEA (or 0x8C1CEA) is known color: Blue Violet. HEX triplet: 8C, 1C and EA. RGB value is (140,28,234). Sum of RGB (Red+Green+Blue) = 140+28+234=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 234 (91.80% from 255 or 58.21% from 402); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C1CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C1CEA is #73E315. Grayscale: #545454. Windows color (decimal): -7594774 or 15342732. OLE color: 15342732.
HSL color Cylindrical-coordinate representation of color #8C1CEA: hue angle of 272.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C1CEA is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 28 | 234 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.08 |
| HSL | 272.62º | 0.83% | 0.51% | - |
| HSV(B) | 272.62º | 0.88% | 0.92% | - |
| XYZ | 26.08 | 12.35 | 78.85 | - |
| YUV | 84.97 | 212.11 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 28 | 234 | 0.40 | 0.88 | 0 | 0.08 | 272.62 | 0.83 | 0.51 |
| Hex | 8C | 1C | EA | 28 | 58 | 0 | 8 | 111 | 53 | 33 |
| Octal | 214 | 34 | 352 | 50 | 130 | 0 | 10 | 421 | 123 | 63 |
| Binary | 10001100 | 11100 | 11101010 | 101000 | 1011000 | 0 | 1000 | 100010001 | 1010011 | 110011 |
Color Harmonies of #8C1CEA
Complementary color
Monochromatic Colors of #8C1CEA
Black with #8C1CEA
Text Example
Text Example
White with #8C1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1CEA; }
p { color: rgb(140,28,234); }
H1.HeaderClassName
{
color: #8C1CEA;
}
.AnyTagClassName
{
color: #8C1CEA;
}
</style>
background-color css
<style>
a { background-color: #8C1CEA; }
a { background-color: rgb(140,28,234); }
div.DivClassName
{
background-color: #8C1CEA;
}
.BgClassName
{
background-color: #8C1CEA;
}
</style>
border-color css
<style>
span { border-color: #8C1CEA; }
span { border-color: rgb(140,28,234); }
td.TdClassName
{
border-color: #8C1CEA;
}
.TagClassName
{
border-color: #8C1CEA;
}
</style>