Shades of Blue Violet #8C4CE8
Tints of Blue Violet #8C4CE8
RGB
CMYK
RGB Variations
Color information
#8C4CE8 (or 0x8C4CE8) is known color: Blue Violet. HEX triplet: 8C, 4C and E8. RGB value is (140,76,232). Sum of RGB (Red+Green+Blue) = 140+76+232=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 232 (91.02% from 255 or 51.79% from 448); Max value from RGB is 232 - color contains mainly: blue. Hex color #8C4CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4CE8 is #73B317. Grayscale: #707070. Windows color (decimal): -7582488 or 15223948. OLE color: 15223948.
HSL color Cylindrical-coordinate representation of color #8C4CE8: hue angle of 264.62º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C4CE8 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 76 | 232 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.09 |
| HSL | 264.62º | 0.77% | 0.6% | - |
| HSV(B) | 264.62º | 0.67% | 0.91% | - |
| XYZ | 27.97 | 16.57 | 78.07 | - |
| YUV | 112.92 | 195.2 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 232 | 0.40 | 0.67 | 0 | 0.09 | 264.62 | 0.77 | 0.6 |
| Hex | 8C | 4C | E8 | 28 | 43 | 0 | 9 | 109 | 4D | 3C |
| Octal | 214 | 114 | 350 | 50 | 103 | 0 | 11 | 411 | 115 | 74 |
| Binary | 10001100 | 1001100 | 11101000 | 101000 | 1000011 | 0 | 1001 | 100001001 | 1001101 | 111100 |
Color Harmonies of #8C4CE8
Complementary color
Monochromatic Colors of #8C4CE8
Black with #8C4CE8
Text Example
Text Example
White with #8C4CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CE8; }
p { color: rgb(140,76,232); }
H1.HeaderClassName
{
color: #8C4CE8;
}
.AnyTagClassName
{
color: #8C4CE8;
}
</style>
background-color css
<style>
a { background-color: #8C4CE8; }
a { background-color: rgb(140,76,232); }
div.DivClassName
{
background-color: #8C4CE8;
}
.BgClassName
{
background-color: #8C4CE8;
}
</style>
border-color css
<style>
span { border-color: #8C4CE8; }
span { border-color: rgb(140,76,232); }
td.TdClassName
{
border-color: #8C4CE8;
}
.TagClassName
{
border-color: #8C4CE8;
}
</style>