Shades of Blue Violet #8C2AF9
Tints of Blue Violet #8C2AF9
RGB
CMYK
RGB Variations
Color information
#8C2AF9 (or 0x8C2AF9) is known color: Blue Violet. HEX triplet: 8C, 2A and F9. RGB value is (140,42,249). Sum of RGB (Red+Green+Blue) = 140+42+249=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C2AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AF9 is #73D506. Grayscale: #5E5E5E. Windows color (decimal): -7591175 or 16329356. OLE color: 16329356.
HSL color Cylindrical-coordinate representation of color #8C2AF9: hue angle of 268.41º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C2AF9 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 42 | 249 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.02 |
| HSL | 268.41º | 0.95% | 0.57% | - |
| HSV(B) | 268.41º | 0.83% | 0.98% | - |
| XYZ | 28.74 | 14.07 | 90.82 | - |
| YUV | 94.9 | 214.97 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 249 | 0.44 | 0.83 | 0 | 0.02 | 268.41 | 0.95 | 0.57 |
| Hex | 8C | 2A | F9 | 2C | 53 | 0 | 2 | 10C | 5F | 39 |
| Octal | 214 | 52 | 371 | 54 | 123 | 0 | 2 | 414 | 137 | 71 |
| Binary | 10001100 | 101010 | 11111001 | 101100 | 1010011 | 0 | 10 | 100001100 | 1011111 | 111001 |
Color Harmonies of #8C2AF9
Complementary color
Monochromatic Colors of #8C2AF9
Black with #8C2AF9
Text Example
Text Example
White with #8C2AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AF9; }
p { color: rgb(140,42,249); }
H1.HeaderClassName
{
color: #8C2AF9;
}
.AnyTagClassName
{
color: #8C2AF9;
}
</style>
background-color css
<style>
a { background-color: #8C2AF9; }
a { background-color: rgb(140,42,249); }
div.DivClassName
{
background-color: #8C2AF9;
}
.BgClassName
{
background-color: #8C2AF9;
}
</style>
border-color css
<style>
span { border-color: #8C2AF9; }
span { border-color: rgb(140,42,249); }
td.TdClassName
{
border-color: #8C2AF9;
}
.TagClassName
{
border-color: #8C2AF9;
}
</style>