Shades of Dark Violet #800CB6
Tints of Dark Violet #800CB6
RGB
CMYK
RGB Variations
Color information
#800CB6 (or 0x800CB6) is known color: Dark Violet. HEX triplet: 80, 0C and B6. RGB value is (128,12,182). Sum of RGB (Red+Green+Blue) = 128+12+182=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #800CB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CB6 is #7FF349. Grayscale: #414141. Windows color (decimal): -8385354 or 11930752. OLE color: 11930752.
HSL color Cylindrical-coordinate representation of color #800CB6: hue angle of 280.94º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CB6 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 12 | 182 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.29 |
| HSL | 280.94º | 0.88% | 0.38% | - |
| HSV(B) | 280.94º | 0.93% | 0.71% | - |
| XYZ | 17.48 | 8.23 | 44.92 | - |
| YUV | 66.06 | 193.43 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 182 | 0.30 | 0.93 | 0 | 0.29 | 280.94 | 0.88 | 0.38 |
| Hex | 80 | C | B6 | 1E | 5D | 0 | 1D | 119 | 58 | 26 |
| Octal | 200 | 14 | 266 | 36 | 135 | 0 | 35 | 431 | 130 | 46 |
| Binary | 10000000 | 1100 | 10110110 | 11110 | 1011101 | 0 | 11101 | 100011001 | 1011000 | 100110 |
Color Harmonies of #800CB6
Complementary color
Monochromatic Colors of #800CB6
Black with #800CB6
Text Example
Text Example
White with #800CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CB6; }
p { color: rgb(128,12,182); }
H1.HeaderClassName
{
color: #800CB6;
}
.AnyTagClassName
{
color: #800CB6;
}
</style>
background-color css
<style>
a { background-color: #800CB6; }
a { background-color: rgb(128,12,182); }
div.DivClassName
{
background-color: #800CB6;
}
.BgClassName
{
background-color: #800CB6;
}
</style>
border-color css
<style>
span { border-color: #800CB6; }
span { border-color: rgb(128,12,182); }
td.TdClassName
{
border-color: #800CB6;
}
.TagClassName
{
border-color: #800CB6;
}
</style>