Shades of Blue Violet #8C3ADB
Tints of Blue Violet #8C3ADB
RGB
CMYK
RGB Variations
Color information
#8C3ADB (or 0x8C3ADB) is known color: Blue Violet. HEX triplet: 8C, 3A and DB. RGB value is (140,58,219). Sum of RGB (Red+Green+Blue) = 140+58+219=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C3ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3ADB is #73C524. Grayscale: #646464. Windows color (decimal): -7587109 or 14367372. OLE color: 14367372.
HSL color Cylindrical-coordinate representation of color #8C3ADB: hue angle of 270.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C3ADB is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 58 | 219 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.14 |
| HSL | 270.56º | 0.69% | 0.54% | - |
| HSV(B) | 270.56º | 0.74% | 0.86% | - |
| XYZ | 25.11 | 13.72 | 68.34 | - |
| YUV | 100.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 58 | 219 | 0.36 | 0.74 | 0 | 0.14 | 270.56 | 0.69 | 0.54 |
| Hex | 8C | 3A | DB | 24 | 4A | 0 | E | 10F | 45 | 36 |
| Octal | 214 | 72 | 333 | 44 | 112 | 0 | 16 | 417 | 105 | 66 |
| Binary | 10001100 | 111010 | 11011011 | 100100 | 1001010 | 0 | 1110 | 100001111 | 1000101 | 110110 |
Color Harmonies of #8C3ADB
Complementary color
Monochromatic Colors of #8C3ADB
Black with #8C3ADB
Text Example
Text Example
White with #8C3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3ADB; }
p { color: rgb(140,58,219); }
H1.HeaderClassName
{
color: #8C3ADB;
}
.AnyTagClassName
{
color: #8C3ADB;
}
</style>
background-color css
<style>
a { background-color: #8C3ADB; }
a { background-color: rgb(140,58,219); }
div.DivClassName
{
background-color: #8C3ADB;
}
.BgClassName
{
background-color: #8C3ADB;
}
</style>
border-color css
<style>
span { border-color: #8C3ADB; }
span { border-color: rgb(140,58,219); }
td.TdClassName
{
border-color: #8C3ADB;
}
.TagClassName
{
border-color: #8C3ADB;
}
</style>