Shades of Blue Violet #8C4AF9
Tints of Blue Violet #8C4AF9
RGB
CMYK
RGB Variations
Color information
#8C4AF9 (or 0x8C4AF9) is known color: Blue Violet. HEX triplet: 8C, 4A and F9. RGB value is (140,74,249). Sum of RGB (Red+Green+Blue) = 140+74+249=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C4AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C4AF9 is #73B506. Grayscale: #717171. Windows color (decimal): -7582983 or 16337548. OLE color: 16337548.
HSL color Cylindrical-coordinate representation of color #8C4AF9: hue angle of 262.63º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C4AF9 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 74 | 249 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.02 |
| HSL | 262.63º | 0.94% | 0.63% | - |
| HSV(B) | 262.63º | 0.7% | 0.98% | - |
| XYZ | 30.36 | 17.31 | 91.36 | - |
| YUV | 113.68 | 204.37 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 249 | 0.44 | 0.70 | 0 | 0.02 | 262.63 | 0.94 | 0.63 |
| Hex | 8C | 4A | F9 | 2C | 46 | 0 | 2 | 107 | 5E | 3F |
| Octal | 214 | 112 | 371 | 54 | 106 | 0 | 2 | 407 | 136 | 77 |
| Binary | 10001100 | 1001010 | 11111001 | 101100 | 1000110 | 0 | 10 | 100000111 | 1011110 | 111111 |
Color Harmonies of #8C4AF9
Complementary color
Monochromatic Colors of #8C4AF9
Black with #8C4AF9
Text Example
Text Example
White with #8C4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AF9; }
p { color: rgb(140,74,249); }
H1.HeaderClassName
{
color: #8C4AF9;
}
.AnyTagClassName
{
color: #8C4AF9;
}
</style>
background-color css
<style>
a { background-color: #8C4AF9; }
a { background-color: rgb(140,74,249); }
div.DivClassName
{
background-color: #8C4AF9;
}
.BgClassName
{
background-color: #8C4AF9;
}
</style>
border-color css
<style>
span { border-color: #8C4AF9; }
span { border-color: rgb(140,74,249); }
td.TdClassName
{
border-color: #8C4AF9;
}
.TagClassName
{
border-color: #8C4AF9;
}
</style>