Shades of Blue Violet #8C2AFB
Tints of Blue Violet #8C2AFB
RGB
CMYK
RGB Variations
Color information
#8C2AFB (or 0x8C2AFB) is known color: Blue Violet. HEX triplet: 8C, 2A and FB. RGB value is (140,42,251). Sum of RGB (Red+Green+Blue) = 140+42+251=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C2AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AFB is #73D504. Grayscale: #5E5E5E. Windows color (decimal): -7591173 or 16460428. OLE color: 16460428.
HSL color Cylindrical-coordinate representation of color #8C2AFB: hue angle of 268.13º degrees, saturation: 0.96, 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 #8C2AFB is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 42 | 251 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.02 |
| HSL | 268.13º | 0.96% | 0.57% | - |
| HSV(B) | 268.13º | 0.83% | 0.98% | - |
| XYZ | 29.06 | 14.2 | 92.48 | - |
| YUV | 95.13 | 215.97 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 251 | 0.44 | 0.83 | 0 | 0.02 | 268.13 | 0.96 | 0.57 |
| Hex | 8C | 2A | FB | 2C | 53 | 0 | 2 | 10C | 60 | 39 |
| Octal | 214 | 52 | 373 | 54 | 123 | 0 | 2 | 414 | 140 | 71 |
| Binary | 10001100 | 101010 | 11111011 | 101100 | 1010011 | 0 | 10 | 100001100 | 1100000 | 111001 |
Color Harmonies of #8C2AFB
Complementary color
Monochromatic Colors of #8C2AFB
Black with #8C2AFB
Text Example
Text Example
White with #8C2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2AFB; }
p { color: rgb(140,42,251); }
H1.HeaderClassName
{
color: #8C2AFB;
}
.AnyTagClassName
{
color: #8C2AFB;
}
</style>
background-color css
<style>
a { background-color: #8C2AFB; }
a { background-color: rgb(140,42,251); }
div.DivClassName
{
background-color: #8C2AFB;
}
.BgClassName
{
background-color: #8C2AFB;
}
</style>
border-color css
<style>
span { border-color: #8C2AFB; }
span { border-color: rgb(140,42,251); }
td.TdClassName
{
border-color: #8C2AFB;
}
.TagClassName
{
border-color: #8C2AFB;
}
</style>