Shades of Blue Violet #8C2BFB
Tints of Blue Violet #8C2BFB
RGB
CMYK
RGB Variations
Color information
#8C2BFB (or 0x8C2BFB) is known color: Blue Violet. HEX triplet: 8C, 2B and FB. RGB value is (140,43,251). Sum of RGB (Red+Green+Blue) = 140+43+251=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C2BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2BFB is #73D404. Grayscale: #5E5E5E. Windows color (decimal): -7590917 or 16460684. OLE color: 16460684.
HSL color Cylindrical-coordinate representation of color #8C2BFB: hue angle of 267.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C2BFB is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 43 | 251 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.02 |
| HSL | 267.98º | 0.96% | 0.58% | - |
| HSV(B) | 267.98º | 0.83% | 0.98% | - |
| XYZ | 29.09 | 14.27 | 92.49 | - |
| YUV | 95.72 | 215.64 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 43 | 251 | 0.44 | 0.83 | 0 | 0.02 | 267.98 | 0.96 | 0.58 |
| Hex | 8C | 2B | FB | 2C | 53 | 0 | 2 | 10C | 60 | 3A |
| Octal | 214 | 53 | 373 | 54 | 123 | 0 | 2 | 414 | 140 | 72 |
| Binary | 10001100 | 101011 | 11111011 | 101100 | 1010011 | 0 | 10 | 100001100 | 1100000 | 111010 |
Color Harmonies of #8C2BFB
Complementary color
Monochromatic Colors of #8C2BFB
Black with #8C2BFB
Text Example
Text Example
White with #8C2BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2BFB; }
p { color: rgb(140,43,251); }
H1.HeaderClassName
{
color: #8C2BFB;
}
.AnyTagClassName
{
color: #8C2BFB;
}
</style>
background-color css
<style>
a { background-color: #8C2BFB; }
a { background-color: rgb(140,43,251); }
div.DivClassName
{
background-color: #8C2BFB;
}
.BgClassName
{
background-color: #8C2BFB;
}
</style>
border-color css
<style>
span { border-color: #8C2BFB; }
span { border-color: rgb(140,43,251); }
td.TdClassName
{
border-color: #8C2BFB;
}
.TagClassName
{
border-color: #8C2BFB;
}
</style>