Shades of Blue Violet #8C2AF1
Tints of Blue Violet #8C2AF1
RGB
CMYK
RGB Variations
Color information
#8C2AF1 (or 0x8C2AF1) is known color: Blue Violet. HEX triplet: 8C, 2A and F1. RGB value is (140,42,241). Sum of RGB (Red+Green+Blue) = 140+42+241=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C2AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AF1 is #73D50E. Grayscale: #5D5D5D. Windows color (decimal): -7591183 or 15805068. OLE color: 15805068.
HSL color Cylindrical-coordinate representation of color #8C2AF1: hue angle of 269.55º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C2AF1 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 42 | 241 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.05 |
| HSL | 269.55º | 0.88% | 0.55% | - |
| HSV(B) | 269.55º | 0.83% | 0.95% | - |
| XYZ | 27.52 | 13.58 | 84.39 | - |
| YUV | 93.99 | 210.97 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 241 | 0.42 | 0.83 | 0 | 0.05 | 269.55 | 0.88 | 0.55 |
| Hex | 8C | 2A | F1 | 2A | 53 | 0 | 5 | 10E | 58 | 37 |
| Octal | 214 | 52 | 361 | 52 | 123 | 0 | 5 | 416 | 130 | 67 |
| Binary | 10001100 | 101010 | 11110001 | 101010 | 1010011 | 0 | 101 | 100001110 | 1011000 | 110111 |
Color Harmonies of #8C2AF1
Complementary color
Monochromatic Colors of #8C2AF1
Black with #8C2AF1
Text Example
Text Example
White with #8C2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AF1; }
p { color: rgb(140,42,241); }
H1.HeaderClassName
{
color: #8C2AF1;
}
.AnyTagClassName
{
color: #8C2AF1;
}
</style>
background-color css
<style>
a { background-color: #8C2AF1; }
a { background-color: rgb(140,42,241); }
div.DivClassName
{
background-color: #8C2AF1;
}
.BgClassName
{
background-color: #8C2AF1;
}
</style>
border-color css
<style>
span { border-color: #8C2AF1; }
span { border-color: rgb(140,42,241); }
td.TdClassName
{
border-color: #8C2AF1;
}
.TagClassName
{
border-color: #8C2AF1;
}
</style>