Shades of Dark Violet #800CBC
Tints of Dark Violet #800CBC
RGB
CMYK
RGB Variations
Color information
#800CBC (or 0x800CBC) is known color: Dark Violet. HEX triplet: 80, 0C and BC. RGB value is (128,12,188). Sum of RGB (Red+Green+Blue) = 128+12+188=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #800CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CBC is #7FF343. Grayscale: #424242. Windows color (decimal): -8385348 or 12323968. OLE color: 12323968.
HSL color Cylindrical-coordinate representation of color #800CBC: hue angle of 279.55º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CBC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 12 | 188 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.26 |
| HSL | 279.55º | 0.88% | 0.39% | - |
| HSV(B) | 279.55º | 0.94% | 0.74% | - |
| XYZ | 18.11 | 8.48 | 48.26 | - |
| YUV | 66.75 | 196.43 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 188 | 0.32 | 0.94 | 0 | 0.26 | 279.55 | 0.88 | 0.39 |
| Hex | 80 | C | BC | 20 | 5E | 0 | 1A | 118 | 58 | 27 |
| Octal | 200 | 14 | 274 | 40 | 136 | 0 | 32 | 430 | 130 | 47 |
| Binary | 10000000 | 1100 | 10111100 | 100000 | 1011110 | 0 | 11010 | 100011000 | 1011000 | 100111 |
Color Harmonies of #800CBC
Complementary color
Monochromatic Colors of #800CBC
Black with #800CBC
Text Example
Text Example
White with #800CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CBC; }
p { color: rgb(128,12,188); }
H1.HeaderClassName
{
color: #800CBC;
}
.AnyTagClassName
{
color: #800CBC;
}
</style>
background-color css
<style>
a { background-color: #800CBC; }
a { background-color: rgb(128,12,188); }
div.DivClassName
{
background-color: #800CBC;
}
.BgClassName
{
background-color: #800CBC;
}
</style>
border-color css
<style>
span { border-color: #800CBC; }
span { border-color: rgb(128,12,188); }
td.TdClassName
{
border-color: #800CBC;
}
.TagClassName
{
border-color: #800CBC;
}
</style>