Shades of Dark Violet #800CB0
Tints of Dark Violet #800CB0
RGB
CMYK
RGB Variations
Color information
#800CB0 (or 0x800CB0) is known color: Dark Violet. HEX triplet: 80, 0C and B0. RGB value is (128,12,176). Sum of RGB (Red+Green+Blue) = 128+12+176=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 176 (69.14% from 255 or 55.70% from 316); Max value from RGB is 176 - color contains mainly: blue. Hex color #800CB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800CB0 is #7FF34F. Grayscale: #404040. Windows color (decimal): -8385360 or 11537536. OLE color: 11537536.
HSL color Cylindrical-coordinate representation of color #800CB0: hue angle of 282.44º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CB0 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 12 | 176 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.31 |
| HSL | 282.44º | 0.87% | 0.37% | - |
| HSV(B) | 282.44º | 0.93% | 0.69% | - |
| XYZ | 16.87 | 7.99 | 41.73 | - |
| YUV | 65.38 | 190.43 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 176 | 0.27 | 0.93 | 0 | 0.31 | 282.44 | 0.87 | 0.37 |
| Hex | 80 | C | B0 | 1B | 5D | 0 | 1F | 11A | 57 | 25 |
| Octal | 200 | 14 | 260 | 33 | 135 | 0 | 37 | 432 | 127 | 45 |
| Binary | 10000000 | 1100 | 10110000 | 11011 | 1011101 | 0 | 11111 | 100011010 | 1010111 | 100101 |
Color Harmonies of #800CB0
Complementary color
Monochromatic Colors of #800CB0
Black with #800CB0
Text Example
Text Example
White with #800CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CB0; }
p { color: rgb(128,12,176); }
H1.HeaderClassName
{
color: #800CB0;
}
.AnyTagClassName
{
color: #800CB0;
}
</style>
background-color css
<style>
a { background-color: #800CB0; }
a { background-color: rgb(128,12,176); }
div.DivClassName
{
background-color: #800CB0;
}
.BgClassName
{
background-color: #800CB0;
}
</style>
border-color css
<style>
span { border-color: #800CB0; }
span { border-color: rgb(128,12,176); }
td.TdClassName
{
border-color: #800CB0;
}
.TagClassName
{
border-color: #800CB0;
}
</style>