Shades of Blue Violet #8C3EFB
Tints of Blue Violet #8C3EFB
RGB
CMYK
RGB Variations
Color information
#8C3EFB (or 0x8C3EFB) is known color: Blue Violet. HEX triplet: 8C, 3E and FB. RGB value is (140,62,251). Sum of RGB (Red+Green+Blue) = 140+62+251=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C3EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3EFB is #73C104. Grayscale: #6A6A6A. Windows color (decimal): -7586053 or 16465548. OLE color: 16465548.
HSL color Cylindrical-coordinate representation of color #8C3EFB: hue angle of 264.76º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C3EFB is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 62 | 251 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.02 |
| HSL | 264.76º | 0.96% | 0.61% | - |
| HSV(B) | 264.76º | 0.75% | 0.98% | - |
| XYZ | 29.95 | 15.99 | 92.77 | - |
| YUV | 106.87 | 209.34 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 62 | 251 | 0.44 | 0.75 | 0 | 0.02 | 264.76 | 0.96 | 0.61 |
| Hex | 8C | 3E | FB | 2C | 4B | 0 | 2 | 109 | 60 | 3D |
| Octal | 214 | 76 | 373 | 54 | 113 | 0 | 2 | 411 | 140 | 75 |
| Binary | 10001100 | 111110 | 11111011 | 101100 | 1001011 | 0 | 10 | 100001001 | 1100000 | 111101 |
Color Harmonies of #8C3EFB
Complementary color
Monochromatic Colors of #8C3EFB
Black with #8C3EFB
Text Example
Text Example
White with #8C3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3EFB; }
p { color: rgb(140,62,251); }
H1.HeaderClassName
{
color: #8C3EFB;
}
.AnyTagClassName
{
color: #8C3EFB;
}
</style>
background-color css
<style>
a { background-color: #8C3EFB; }
a { background-color: rgb(140,62,251); }
div.DivClassName
{
background-color: #8C3EFB;
}
.BgClassName
{
background-color: #8C3EFB;
}
</style>
border-color css
<style>
span { border-color: #8C3EFB; }
span { border-color: rgb(140,62,251); }
td.TdClassName
{
border-color: #8C3EFB;
}
.TagClassName
{
border-color: #8C3EFB;
}
</style>