Shades of Dark Violet #800CE1
Tints of Dark Violet #800CE1
RGB
CMYK
RGB Variations
Color information
#800CE1 (or 0x800CE1) is known color: Dark Violet. HEX triplet: 80, 0C and E1. RGB value is (128,12,225). Sum of RGB (Red+Green+Blue) = 128+12+225=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 225 (88.28% from 255 or 61.64% from 365); Max value from RGB is 225 - color contains mainly: blue. Hex color #800CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CE1 is #7FF31E. Grayscale: #464646. Windows color (decimal): -8385311 or 14748800. OLE color: 14748800.
HSL color Cylindrical-coordinate representation of color #800CE1: hue angle of 272.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CE1 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 12 | 225 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.12 |
| HSL | 272.68º | 0.9% | 0.46% | - |
| HSV(B) | 272.68º | 0.95% | 0.88% | - |
| XYZ | 22.62 | 10.29 | 72.03 | - |
| YUV | 70.97 | 214.93 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 225 | 0.43 | 0.95 | 0 | 0.12 | 272.68 | 0.9 | 0.46 |
| Hex | 80 | C | E1 | 2B | 5F | 0 | C | 111 | 5A | 2E |
| Octal | 200 | 14 | 341 | 53 | 137 | 0 | 14 | 421 | 132 | 56 |
| Binary | 10000000 | 1100 | 11100001 | 101011 | 1011111 | 0 | 1100 | 100010001 | 1011010 | 101110 |
Color Harmonies of #800CE1
Complementary color
Monochromatic Colors of #800CE1
Black with #800CE1
Text Example
Text Example
White with #800CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CE1; }
p { color: rgb(128,12,225); }
H1.HeaderClassName
{
color: #800CE1;
}
.AnyTagClassName
{
color: #800CE1;
}
</style>
background-color css
<style>
a { background-color: #800CE1; }
a { background-color: rgb(128,12,225); }
div.DivClassName
{
background-color: #800CE1;
}
.BgClassName
{
background-color: #800CE1;
}
</style>
border-color css
<style>
span { border-color: #800CE1; }
span { border-color: rgb(128,12,225); }
td.TdClassName
{
border-color: #800CE1;
}
.TagClassName
{
border-color: #800CE1;
}
</style>