Shades of Dark Violet #800FCC
Tints of Dark Violet #800FCC
RGB
CMYK
RGB Variations
Color information
#800FCC (or 0x800FCC) is known color: Dark Violet. HEX triplet: 80, 0F and CC. RGB value is (128,15,204). Sum of RGB (Red+Green+Blue) = 128+15+204=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #800FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FCC is #7FF033. Grayscale: #454545. Windows color (decimal): -8384564 or 13373312. OLE color: 13373312.
HSL color Cylindrical-coordinate representation of color #800FCC: hue angle of 275.87º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FCC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 15 | 204 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.2 |
| HSL | 275.87º | 0.86% | 0.43% | - |
| HSV(B) | 275.87º | 0.93% | 0.8% | - |
| XYZ | 19.97 | 9.29 | 57.87 | - |
| YUV | 70.33 | 203.44 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 204 | 0.37 | 0.93 | 0 | 0.2 | 275.87 | 0.86 | 0.43 |
| Hex | 80 | F | CC | 25 | 5D | 0 | 14 | 114 | 56 | 2B |
| Octal | 200 | 17 | 314 | 45 | 135 | 0 | 24 | 424 | 126 | 53 |
| Binary | 10000000 | 1111 | 11001100 | 100101 | 1011101 | 0 | 10100 | 100010100 | 1010110 | 101011 |
Color Harmonies of #800FCC
Complementary color
Monochromatic Colors of #800FCC
Black with #800FCC
Text Example
Text Example
White with #800FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FCC; }
p { color: rgb(128,15,204); }
H1.HeaderClassName
{
color: #800FCC;
}
.AnyTagClassName
{
color: #800FCC;
}
</style>
background-color css
<style>
a { background-color: #800FCC; }
a { background-color: rgb(128,15,204); }
div.DivClassName
{
background-color: #800FCC;
}
.BgClassName
{
background-color: #800FCC;
}
</style>
border-color css
<style>
span { border-color: #800FCC; }
span { border-color: rgb(128,15,204); }
td.TdClassName
{
border-color: #800FCC;
}
.TagClassName
{
border-color: #800FCC;
}
</style>