Shades of Blue Violet #8C3AF8
Tints of Blue Violet #8C3AF8
RGB
CMYK
RGB Variations
Color information
#8C3AF8 (or 0x8C3AF8) is known color: Blue Violet. HEX triplet: 8C, 3A and F8. RGB value is (140,58,248). Sum of RGB (Red+Green+Blue) = 140+58+248=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #8C3AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3AF8 is #73C507. Grayscale: #676767. Windows color (decimal): -7587080 or 16267916. OLE color: 16267916.
HSL color Cylindrical-coordinate representation of color #8C3AF8: hue angle of 265.89º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C3AF8 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 58 | 248 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.03 |
| HSL | 265.89º | 0.93% | 0.6% | - |
| HSV(B) | 265.89º | 0.77% | 0.97% | - |
| XYZ | 29.27 | 15.38 | 90.23 | - |
| YUV | 104.18 | 209.17 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 248 | 0.44 | 0.77 | 0 | 0.03 | 265.89 | 0.93 | 0.6 |
| Hex | 8C | 3A | F8 | 2C | 4D | 0 | 3 | 10A | 5D | 3C |
| Octal | 214 | 72 | 370 | 54 | 115 | 0 | 3 | 412 | 135 | 74 |
| Binary | 10001100 | 111010 | 11111000 | 101100 | 1001101 | 0 | 11 | 100001010 | 1011101 | 111100 |
Color Harmonies of #8C3AF8
Complementary color
Monochromatic Colors of #8C3AF8
Black with #8C3AF8
Text Example
Text Example
White with #8C3AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3AF8; }
p { color: rgb(140,58,248); }
H1.HeaderClassName
{
color: #8C3AF8;
}
.AnyTagClassName
{
color: #8C3AF8;
}
</style>
background-color css
<style>
a { background-color: #8C3AF8; }
a { background-color: rgb(140,58,248); }
div.DivClassName
{
background-color: #8C3AF8;
}
.BgClassName
{
background-color: #8C3AF8;
}
</style>
border-color css
<style>
span { border-color: #8C3AF8; }
span { border-color: rgb(140,58,248); }
td.TdClassName
{
border-color: #8C3AF8;
}
.TagClassName
{
border-color: #8C3AF8;
}
</style>