Shades of Dark Violet #8C0DBA
Tints of Dark Violet #8C0DBA
RGB
CMYK
RGB Variations
Color information
#8C0DBA (or 0x8C0DBA) is known color: Dark Violet. HEX triplet: 8C, 0D and BA. RGB value is (140,13,186). Sum of RGB (Red+Green+Blue) = 140+13+186=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C0DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0DBA is #73F245. Grayscale: #464646. Windows color (decimal): -7598662 or 12193164. OLE color: 12193164.
HSL color Cylindrical-coordinate representation of color #8C0DBA: hue angle of 284.05º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0DBA is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 13 | 186 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.27 |
| HSL | 284.05º | 0.87% | 0.39% | - |
| HSV(B) | 284.05º | 0.93% | 0.73% | - |
| XYZ | 19.82 | 9.41 | 47.23 | - |
| YUV | 70.7 | 193.08 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 186 | 0.25 | 0.93 | 0 | 0.27 | 284.05 | 0.87 | 0.39 |
| Hex | 8C | D | BA | 19 | 5D | 0 | 1B | 11C | 57 | 27 |
| Octal | 214 | 15 | 272 | 31 | 135 | 0 | 33 | 434 | 127 | 47 |
| Binary | 10001100 | 1101 | 10111010 | 11001 | 1011101 | 0 | 11011 | 100011100 | 1010111 | 100111 |
Color Harmonies of #8C0DBA
Complementary color
Monochromatic Colors of #8C0DBA
Black with #8C0DBA
Text Example
Text Example
White with #8C0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0DBA; }
p { color: rgb(140,13,186); }
H1.HeaderClassName
{
color: #8C0DBA;
}
.AnyTagClassName
{
color: #8C0DBA;
}
</style>
background-color css
<style>
a { background-color: #8C0DBA; }
a { background-color: rgb(140,13,186); }
div.DivClassName
{
background-color: #8C0DBA;
}
.BgClassName
{
background-color: #8C0DBA;
}
</style>
border-color css
<style>
span { border-color: #8C0DBA; }
span { border-color: rgb(140,13,186); }
td.TdClassName
{
border-color: #8C0DBA;
}
.TagClassName
{
border-color: #8C0DBA;
}
</style>