Shades of Dark Violet #800CB7
Tints of Dark Violet #800CB7
RGB
CMYK
RGB Variations
Color information
#800CB7 (or 0x800CB7) is known color: Dark Violet. HEX triplet: 80, 0C and B7. RGB value is (128,12,183). Sum of RGB (Red+Green+Blue) = 128+12+183=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 183 (71.88% from 255 or 56.66% from 323); Max value from RGB is 183 - color contains mainly: blue. Hex color #800CB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CB7 is #7FF348. Grayscale: #414141. Windows color (decimal): -8385353 or 11996288. OLE color: 11996288.
HSL color Cylindrical-coordinate representation of color #800CB7: hue angle of 280.7º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CB7 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 12 | 183 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.28 |
| HSL | 280.7º | 0.88% | 0.38% | - |
| HSV(B) | 280.7º | 0.93% | 0.72% | - |
| XYZ | 17.58 | 8.27 | 45.47 | - |
| YUV | 66.18 | 193.93 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 183 | 0.30 | 0.93 | 0 | 0.28 | 280.7 | 0.88 | 0.38 |
| Hex | 80 | C | B7 | 1E | 5D | 0 | 1C | 119 | 58 | 26 |
| Octal | 200 | 14 | 267 | 36 | 135 | 0 | 34 | 431 | 130 | 46 |
| Binary | 10000000 | 1100 | 10110111 | 11110 | 1011101 | 0 | 11100 | 100011001 | 1011000 | 100110 |
Color Harmonies of #800CB7
Complementary color
Monochromatic Colors of #800CB7
Black with #800CB7
Text Example
Text Example
White with #800CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CB7; }
p { color: rgb(128,12,183); }
H1.HeaderClassName
{
color: #800CB7;
}
.AnyTagClassName
{
color: #800CB7;
}
</style>
background-color css
<style>
a { background-color: #800CB7; }
a { background-color: rgb(128,12,183); }
div.DivClassName
{
background-color: #800CB7;
}
.BgClassName
{
background-color: #800CB7;
}
</style>
border-color css
<style>
span { border-color: #800CB7; }
span { border-color: rgb(128,12,183); }
td.TdClassName
{
border-color: #800CB7;
}
.TagClassName
{
border-color: #800CB7;
}
</style>