Shades of Dark Violet #800CCF
Tints of Dark Violet #800CCF
RGB
CMYK
RGB Variations
Color information
#800CCF (or 0x800CCF) is known color: Dark Violet. HEX triplet: 80, 0C and CF. RGB value is (128,12,207). Sum of RGB (Red+Green+Blue) = 128+12+207=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #800CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CCF is #7FF330. Grayscale: #444444. Windows color (decimal): -8385329 or 13569152. OLE color: 13569152.
HSL color Cylindrical-coordinate representation of color #800CCF: hue angle of 275.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CCF is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 12 | 207 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.19 |
| HSL | 275.69º | 0.89% | 0.43% | - |
| HSV(B) | 275.69º | 0.94% | 0.81% | - |
| XYZ | 20.3 | 9.36 | 59.77 | - |
| YUV | 68.91 | 205.93 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 207 | 0.38 | 0.94 | 0 | 0.19 | 275.69 | 0.89 | 0.43 |
| Hex | 80 | C | CF | 26 | 5E | 0 | 13 | 114 | 59 | 2B |
| Octal | 200 | 14 | 317 | 46 | 136 | 0 | 23 | 424 | 131 | 53 |
| Binary | 10000000 | 1100 | 11001111 | 100110 | 1011110 | 0 | 10011 | 100010100 | 1011001 | 101011 |
Color Harmonies of #800CCF
Complementary color
Monochromatic Colors of #800CCF
Black with #800CCF
Text Example
Text Example
White with #800CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CCF; }
p { color: rgb(128,12,207); }
H1.HeaderClassName
{
color: #800CCF;
}
.AnyTagClassName
{
color: #800CCF;
}
</style>
background-color css
<style>
a { background-color: #800CCF; }
a { background-color: rgb(128,12,207); }
div.DivClassName
{
background-color: #800CCF;
}
.BgClassName
{
background-color: #800CCF;
}
</style>
border-color css
<style>
span { border-color: #800CCF; }
span { border-color: rgb(128,12,207); }
td.TdClassName
{
border-color: #800CCF;
}
.TagClassName
{
border-color: #800CCF;
}
</style>