Shades of Blue Violet #8C4AF8
Tints of Blue Violet #8C4AF8
RGB
CMYK
RGB Variations
Color information
#8C4AF8 (or 0x8C4AF8) is known color: Blue Violet. HEX triplet: 8C, 4A and F8. RGB value is (140,74,248). Sum of RGB (Red+Green+Blue) = 140+74+248=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C4AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4AF8 is #73B507. Grayscale: #707070. Windows color (decimal): -7582984 or 16272012. OLE color: 16272012.
HSL color Cylindrical-coordinate representation of color #8C4AF8: hue angle of 262.76º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C4AF8 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 74 | 248 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.03 |
| HSL | 262.76º | 0.93% | 0.63% | - |
| HSV(B) | 262.76º | 0.7% | 0.97% | - |
| XYZ | 30.21 | 17.25 | 90.54 | - |
| YUV | 113.57 | 203.87 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 248 | 0.44 | 0.70 | 0 | 0.03 | 262.76 | 0.93 | 0.63 |
| Hex | 8C | 4A | F8 | 2C | 46 | 0 | 3 | 107 | 5D | 3F |
| Octal | 214 | 112 | 370 | 54 | 106 | 0 | 3 | 407 | 135 | 77 |
| Binary | 10001100 | 1001010 | 11111000 | 101100 | 1000110 | 0 | 11 | 100000111 | 1011101 | 111111 |
Color Harmonies of #8C4AF8
Complementary color
Monochromatic Colors of #8C4AF8
Black with #8C4AF8
Text Example
Text Example
White with #8C4AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AF8; }
p { color: rgb(140,74,248); }
H1.HeaderClassName
{
color: #8C4AF8;
}
.AnyTagClassName
{
color: #8C4AF8;
}
</style>
background-color css
<style>
a { background-color: #8C4AF8; }
a { background-color: rgb(140,74,248); }
div.DivClassName
{
background-color: #8C4AF8;
}
.BgClassName
{
background-color: #8C4AF8;
}
</style>
border-color css
<style>
span { border-color: #8C4AF8; }
span { border-color: rgb(140,74,248); }
td.TdClassName
{
border-color: #8C4AF8;
}
.TagClassName
{
border-color: #8C4AF8;
}
</style>