Shades of Blue Violet #8C3BDA
Tints of Blue Violet #8C3BDA
RGB
CMYK
RGB Variations
Color information
#8C3BDA (or 0x8C3BDA) is known color: Blue Violet. HEX triplet: 8C, 3B and DA. RGB value is (140,59,218). Sum of RGB (Red+Green+Blue) = 140+59+218=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C3BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3BDA is #73C425. Grayscale: #646464. Windows color (decimal): -7586854 or 14302092. OLE color: 14302092.
HSL color Cylindrical-coordinate representation of color #8C3BDA: hue angle of 270.57º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8C3BDA is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 59 | 218 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.15 |
| HSL | 270.57º | 0.68% | 0.54% | - |
| HSV(B) | 270.57º | 0.73% | 0.85% | - |
| XYZ | 25.03 | 13.77 | 67.67 | - |
| YUV | 101.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 218 | 0.36 | 0.73 | 0 | 0.15 | 270.57 | 0.68 | 0.54 |
| Hex | 8C | 3B | DA | 24 | 49 | 0 | F | 10F | 44 | 36 |
| Octal | 214 | 73 | 332 | 44 | 111 | 0 | 17 | 417 | 104 | 66 |
| Binary | 10001100 | 111011 | 11011010 | 100100 | 1001001 | 0 | 1111 | 100001111 | 1000100 | 110110 |
Color Harmonies of #8C3BDA
Complementary color
Monochromatic Colors of #8C3BDA
Black with #8C3BDA
Text Example
Text Example
White with #8C3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3BDA; }
p { color: rgb(140,59,218); }
H1.HeaderClassName
{
color: #8C3BDA;
}
.AnyTagClassName
{
color: #8C3BDA;
}
</style>
background-color css
<style>
a { background-color: #8C3BDA; }
a { background-color: rgb(140,59,218); }
div.DivClassName
{
background-color: #8C3BDA;
}
.BgClassName
{
background-color: #8C3BDA;
}
</style>
border-color css
<style>
span { border-color: #8C3BDA; }
span { border-color: rgb(140,59,218); }
td.TdClassName
{
border-color: #8C3BDA;
}
.TagClassName
{
border-color: #8C3BDA;
}
</style>