Shades of Blue Violet #8C48E9
Tints of Blue Violet #8C48E9
RGB
CMYK
RGB Variations
Color information
#8C48E9 (or 0x8C48E9) is known color: Blue Violet. HEX triplet: 8C, 48 and E9. RGB value is (140,72,233). Sum of RGB (Red+Green+Blue) = 140+72+233=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C48E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C48E9 is #73B716. Grayscale: #6E6E6E. Windows color (decimal): -7583511 or 15288460. OLE color: 15288460.
HSL color Cylindrical-coordinate representation of color #8C48E9: hue angle of 265.34º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C48E9 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 72 | 233 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.09 |
| HSL | 265.34º | 0.79% | 0.6% | - |
| HSV(B) | 265.34º | 0.69% | 0.91% | - |
| XYZ | 27.84 | 16.09 | 78.73 | - |
| YUV | 110.69 | 197.03 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 233 | 0.40 | 0.69 | 0 | 0.09 | 265.34 | 0.79 | 0.6 |
| Hex | 8C | 48 | E9 | 28 | 45 | 0 | 9 | 109 | 4F | 3C |
| Octal | 214 | 110 | 351 | 50 | 105 | 0 | 11 | 411 | 117 | 74 |
| Binary | 10001100 | 1001000 | 11101001 | 101000 | 1000101 | 0 | 1001 | 100001001 | 1001111 | 111100 |
Color Harmonies of #8C48E9
Complementary color
Monochromatic Colors of #8C48E9
Black with #8C48E9
Text Example
Text Example
White with #8C48E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C48E9; }
p { color: rgb(140,72,233); }
H1.HeaderClassName
{
color: #8C48E9;
}
.AnyTagClassName
{
color: #8C48E9;
}
</style>
background-color css
<style>
a { background-color: #8C48E9; }
a { background-color: rgb(140,72,233); }
div.DivClassName
{
background-color: #8C48E9;
}
.BgClassName
{
background-color: #8C48E9;
}
</style>
border-color css
<style>
span { border-color: #8C48E9; }
span { border-color: rgb(140,72,233); }
td.TdClassName
{
border-color: #8C48E9;
}
.TagClassName
{
border-color: #8C48E9;
}
</style>