Shades of Dark Violet #8C14BD
Tints of Dark Violet #8C14BD
RGB
CMYK
RGB Variations
Color information
#8C14BD (or 0x8C14BD) is known color: Dark Violet. HEX triplet: 8C, 14 and BD. RGB value is (140,20,189). Sum of RGB (Red+Green+Blue) = 140+20+189=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C14BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C14BD is #73EB42. Grayscale: #4A4A4A. Windows color (decimal): -7596867 or 12391564. OLE color: 12391564.
HSL color Cylindrical-coordinate representation of color #8C14BD: hue angle of 282.6º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C14BD is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 20 | 189 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.26 |
| HSL | 282.6º | 0.81% | 0.41% | - |
| HSV(B) | 282.6º | 0.89% | 0.74% | - |
| XYZ | 20.25 | 9.75 | 48.96 | - |
| YUV | 75.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 189 | 0.26 | 0.89 | 0 | 0.26 | 282.6 | 0.81 | 0.41 |
| Hex | 8C | 14 | BD | 1A | 59 | 0 | 1A | 11B | 51 | 29 |
| Octal | 214 | 24 | 275 | 32 | 131 | 0 | 32 | 433 | 121 | 51 |
| Binary | 10001100 | 10100 | 10111101 | 11010 | 1011001 | 0 | 11010 | 100011011 | 1010001 | 101001 |
Color Harmonies of #8C14BD
Complementary color
Monochromatic Colors of #8C14BD
Black with #8C14BD
Text Example
Text Example
White with #8C14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C14BD; }
p { color: rgb(140,20,189); }
H1.HeaderClassName
{
color: #8C14BD;
}
.AnyTagClassName
{
color: #8C14BD;
}
</style>
background-color css
<style>
a { background-color: #8C14BD; }
a { background-color: rgb(140,20,189); }
div.DivClassName
{
background-color: #8C14BD;
}
.BgClassName
{
background-color: #8C14BD;
}
</style>
border-color css
<style>
span { border-color: #8C14BD; }
span { border-color: rgb(140,20,189); }
td.TdClassName
{
border-color: #8C14BD;
}
.TagClassName
{
border-color: #8C14BD;
}
</style>