Shades of Blue Violet #8C48F5
Tints of Blue Violet #8C48F5
RGB
CMYK
RGB Variations
Color information
#8C48F5 (or 0x8C48F5) is known color: Blue Violet. HEX triplet: 8C, 48 and F5. RGB value is (140,72,245). Sum of RGB (Red+Green+Blue) = 140+72+245=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #8C48F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C48F5 is #73B70A. Grayscale: #6F6F6F. Windows color (decimal): -7583499 or 16074892. OLE color: 16074892.
HSL color Cylindrical-coordinate representation of color #8C48F5: hue angle of 263.58º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C48F5 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 72 | 245 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.04 |
| HSL | 263.58º | 0.9% | 0.62% | - |
| HSV(B) | 263.58º | 0.71% | 0.96% | - |
| XYZ | 29.61 | 16.8 | 88.07 | - |
| YUV | 112.05 | 203.03 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 245 | 0.43 | 0.71 | 0 | 0.04 | 263.58 | 0.9 | 0.62 |
| Hex | 8C | 48 | F5 | 2B | 47 | 0 | 4 | 108 | 5A | 3E |
| Octal | 214 | 110 | 365 | 53 | 107 | 0 | 4 | 410 | 132 | 76 |
| Binary | 10001100 | 1001000 | 11110101 | 101011 | 1000111 | 0 | 100 | 100001000 | 1011010 | 111110 |
Color Harmonies of #8C48F5
Complementary color
Monochromatic Colors of #8C48F5
Black with #8C48F5
Text Example
Text Example
White with #8C48F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C48F5; }
p { color: rgb(140,72,245); }
H1.HeaderClassName
{
color: #8C48F5;
}
.AnyTagClassName
{
color: #8C48F5;
}
</style>
background-color css
<style>
a { background-color: #8C48F5; }
a { background-color: rgb(140,72,245); }
div.DivClassName
{
background-color: #8C48F5;
}
.BgClassName
{
background-color: #8C48F5;
}
</style>
border-color css
<style>
span { border-color: #8C48F5; }
span { border-color: rgb(140,72,245); }
td.TdClassName
{
border-color: #8C48F5;
}
.TagClassName
{
border-color: #8C48F5;
}
</style>