Shades of Blue Violet #8C3AFB
Tints of Blue Violet #8C3AFB
RGB
CMYK
RGB Variations
Color information
#8C3AFB (or 0x8C3AFB) is known color: Blue Violet. HEX triplet: 8C, 3A and FB. RGB value is (140,58,251). Sum of RGB (Red+Green+Blue) = 140+58+251=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C3AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C3AFB is #73C504. Grayscale: #676767. Windows color (decimal): -7587077 or 16464524. OLE color: 16464524.
HSL color Cylindrical-coordinate representation of color #8C3AFB: hue angle of 265.49º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C3AFB is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 58 | 251 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.02 |
| HSL | 265.49º | 0.96% | 0.61% | - |
| HSV(B) | 265.49º | 0.77% | 0.98% | - |
| XYZ | 29.74 | 15.57 | 92.7 | - |
| YUV | 104.52 | 210.67 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 251 | 0.44 | 0.77 | 0 | 0.02 | 265.49 | 0.96 | 0.61 |
| Hex | 8C | 3A | FB | 2C | 4D | 0 | 2 | 109 | 60 | 3D |
| Octal | 214 | 72 | 373 | 54 | 115 | 0 | 2 | 411 | 140 | 75 |
| Binary | 10001100 | 111010 | 11111011 | 101100 | 1001101 | 0 | 10 | 100001001 | 1100000 | 111101 |
Color Harmonies of #8C3AFB
Complementary color
Monochromatic Colors of #8C3AFB
Black with #8C3AFB
Text Example
Text Example
White with #8C3AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3AFB; }
p { color: rgb(140,58,251); }
H1.HeaderClassName
{
color: #8C3AFB;
}
.AnyTagClassName
{
color: #8C3AFB;
}
</style>
background-color css
<style>
a { background-color: #8C3AFB; }
a { background-color: rgb(140,58,251); }
div.DivClassName
{
background-color: #8C3AFB;
}
.BgClassName
{
background-color: #8C3AFB;
}
</style>
border-color css
<style>
span { border-color: #8C3AFB; }
span { border-color: rgb(140,58,251); }
td.TdClassName
{
border-color: #8C3AFB;
}
.TagClassName
{
border-color: #8C3AFB;
}
</style>