Shades of Dark Violet #800CCE
Tints of Dark Violet #800CCE
RGB
CMYK
RGB Variations
Color information
#800CCE (or 0x800CCE) is known color: Dark Violet. HEX triplet: 80, 0C and CE. RGB value is (128,12,206). Sum of RGB (Red+Green+Blue) = 128+12+206=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #800CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CCE is #7FF331. Grayscale: #444444. Windows color (decimal): -8385330 or 13503616. OLE color: 13503616.
HSL color Cylindrical-coordinate representation of color #800CCE: hue angle of 275.88º 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 #800CCE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 12 | 206 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.19 |
| HSL | 275.88º | 0.89% | 0.43% | - |
| HSV(B) | 275.88º | 0.94% | 0.81% | - |
| XYZ | 20.17 | 9.31 | 59.13 | - |
| YUV | 68.8 | 205.43 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 206 | 0.38 | 0.94 | 0 | 0.19 | 275.88 | 0.89 | 0.43 |
| Hex | 80 | C | CE | 26 | 5E | 0 | 13 | 114 | 59 | 2B |
| Octal | 200 | 14 | 316 | 46 | 136 | 0 | 23 | 424 | 131 | 53 |
| Binary | 10000000 | 1100 | 11001110 | 100110 | 1011110 | 0 | 10011 | 100010100 | 1011001 | 101011 |
Color Harmonies of #800CCE
Complementary color
Monochromatic Colors of #800CCE
Black with #800CCE
Text Example
Text Example
White with #800CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CCE; }
p { color: rgb(128,12,206); }
H1.HeaderClassName
{
color: #800CCE;
}
.AnyTagClassName
{
color: #800CCE;
}
</style>
background-color css
<style>
a { background-color: #800CCE; }
a { background-color: rgb(128,12,206); }
div.DivClassName
{
background-color: #800CCE;
}
.BgClassName
{
background-color: #800CCE;
}
</style>
border-color css
<style>
span { border-color: #800CCE; }
span { border-color: rgb(128,12,206); }
td.TdClassName
{
border-color: #800CCE;
}
.TagClassName
{
border-color: #800CCE;
}
</style>