Shades of Blue Violet #8C2CF2
Tints of Blue Violet #8C2CF2
RGB
CMYK
RGB Variations
Color information
#8C2CF2 (or 0x8C2CF2) is known color: Blue Violet. HEX triplet: 8C, 2C and F2. RGB value is (140,44,242). Sum of RGB (Red+Green+Blue) = 140+44+242=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #8C2CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2CF2 is #73D30D. Grayscale: #5E5E5E. Windows color (decimal): -7590670 or 15871116. OLE color: 15871116.
HSL color Cylindrical-coordinate representation of color #8C2CF2: hue angle of 269.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2CF2 is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 44 | 242 | - |
| CMYK | 0.42 | 0.82 | 0 | 0.05 |
| HSL | 269.09º | 0.88% | 0.56% | - |
| HSV(B) | 269.09º | 0.82% | 0.95% | - |
| XYZ | 27.74 | 13.79 | 85.2 | - |
| YUV | 95.28 | 210.8 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 44 | 242 | 0.42 | 0.82 | 0 | 0.05 | 269.09 | 0.88 | 0.56 |
| Hex | 8C | 2C | F2 | 2A | 52 | 0 | 5 | 10D | 58 | 38 |
| Octal | 214 | 54 | 362 | 52 | 122 | 0 | 5 | 415 | 130 | 70 |
| Binary | 10001100 | 101100 | 11110010 | 101010 | 1010010 | 0 | 101 | 100001101 | 1011000 | 111000 |
Color Harmonies of #8C2CF2
Complementary color
Monochromatic Colors of #8C2CF2
Black with #8C2CF2
Text Example
Text Example
White with #8C2CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2CF2; }
p { color: rgb(140,44,242); }
H1.HeaderClassName
{
color: #8C2CF2;
}
.AnyTagClassName
{
color: #8C2CF2;
}
</style>
background-color css
<style>
a { background-color: #8C2CF2; }
a { background-color: rgb(140,44,242); }
div.DivClassName
{
background-color: #8C2CF2;
}
.BgClassName
{
background-color: #8C2CF2;
}
</style>
border-color css
<style>
span { border-color: #8C2CF2; }
span { border-color: rgb(140,44,242); }
td.TdClassName
{
border-color: #8C2CF2;
}
.TagClassName
{
border-color: #8C2CF2;
}
</style>