Shades of Dark Violet #800CBA
Tints of Dark Violet #800CBA
RGB
CMYK
RGB Variations
Color information
#800CBA (or 0x800CBA) is known color: Dark Violet. HEX triplet: 80, 0C and BA. RGB value is (128,12,186). Sum of RGB (Red+Green+Blue) = 128+12+186=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #800CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CBA is #7FF345. Grayscale: #414141. Windows color (decimal): -8385350 or 12192896. OLE color: 12192896.
HSL color Cylindrical-coordinate representation of color #800CBA: hue angle of 280º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CBA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 12 | 186 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.27 |
| HSL | 280º | 0.88% | 0.39% | - |
| HSV(B) | 280º | 0.94% | 0.73% | - |
| XYZ | 17.9 | 8.4 | 47.13 | - |
| YUV | 66.52 | 195.43 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 186 | 0.31 | 0.94 | 0 | 0.27 | 280 | 0.88 | 0.39 |
| Hex | 80 | C | BA | 1F | 5E | 0 | 1B | 118 | 58 | 27 |
| Octal | 200 | 14 | 272 | 37 | 136 | 0 | 33 | 430 | 130 | 47 |
| Binary | 10000000 | 1100 | 10111010 | 11111 | 1011110 | 0 | 11011 | 100011000 | 1011000 | 100111 |
Color Harmonies of #800CBA
Complementary color
Monochromatic Colors of #800CBA
Black with #800CBA
Text Example
Text Example
White with #800CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CBA; }
p { color: rgb(128,12,186); }
H1.HeaderClassName
{
color: #800CBA;
}
.AnyTagClassName
{
color: #800CBA;
}
</style>
background-color css
<style>
a { background-color: #800CBA; }
a { background-color: rgb(128,12,186); }
div.DivClassName
{
background-color: #800CBA;
}
.BgClassName
{
background-color: #800CBA;
}
</style>
border-color css
<style>
span { border-color: #800CBA; }
span { border-color: rgb(128,12,186); }
td.TdClassName
{
border-color: #800CBA;
}
.TagClassName
{
border-color: #800CBA;
}
</style>