Shades of Blue Violet #8C2ADB
Tints of Blue Violet #8C2ADB
RGB
CMYK
RGB Variations
Color information
#8C2ADB (or 0x8C2ADB) is known color: Blue Violet. HEX triplet: 8C, 2A and DB. RGB value is (140,42,219). Sum of RGB (Red+Green+Blue) = 140+42+219=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C2ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2ADB is #73D524. Grayscale: #5A5A5A. Windows color (decimal): -7591205 or 14363276. OLE color: 14363276.
HSL color Cylindrical-coordinate representation of color #8C2ADB: hue angle of 273.22º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2ADB is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 42 | 219 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.14 |
| HSL | 273.22º | 0.71% | 0.51% | - |
| HSV(B) | 273.22º | 0.81% | 0.86% | - |
| XYZ | 24.43 | 12.35 | 68.11 | - |
| YUV | 91.48 | 199.97 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 42 | 219 | 0.36 | 0.81 | 0 | 0.14 | 273.22 | 0.71 | 0.51 |
| Hex | 8C | 2A | DB | 24 | 51 | 0 | E | 111 | 47 | 33 |
| Octal | 214 | 52 | 333 | 44 | 121 | 0 | 16 | 421 | 107 | 63 |
| Binary | 10001100 | 101010 | 11011011 | 100100 | 1010001 | 0 | 1110 | 100010001 | 1000111 | 110011 |
Color Harmonies of #8C2ADB
Complementary color
Monochromatic Colors of #8C2ADB
Black with #8C2ADB
Text Example
Text Example
White with #8C2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2ADB; }
p { color: rgb(140,42,219); }
H1.HeaderClassName
{
color: #8C2ADB;
}
.AnyTagClassName
{
color: #8C2ADB;
}
</style>
background-color css
<style>
a { background-color: #8C2ADB; }
a { background-color: rgb(140,42,219); }
div.DivClassName
{
background-color: #8C2ADB;
}
.BgClassName
{
background-color: #8C2ADB;
}
</style>
border-color css
<style>
span { border-color: #8C2ADB; }
span { border-color: rgb(140,42,219); }
td.TdClassName
{
border-color: #8C2ADB;
}
.TagClassName
{
border-color: #8C2ADB;
}
</style>