Shades of Dark Violet #800CE5
Tints of Dark Violet #800CE5
RGB
CMYK
RGB Variations
Color information
#800CE5 (or 0x800CE5) is known color: Dark Violet. HEX triplet: 80, 0C and E5. RGB value is (128,12,229). Sum of RGB (Red+Green+Blue) = 128+12+229=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 229 (89.84% from 255 or 62.06% from 369); Max value from RGB is 229 - color contains mainly: blue. Hex color #800CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CE5 is #7FF31A. Grayscale: #464646. Windows color (decimal): -8385307 or 15010944. OLE color: 15010944.
HSL color Cylindrical-coordinate representation of color #800CE5: hue angle of 272.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CE5 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 12 | 229 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.10 |
| HSL | 272.07º | 0.9% | 0.47% | - |
| HSV(B) | 272.07º | 0.95% | 0.9% | - |
| XYZ | 23.18 | 10.51 | 74.94 | - |
| YUV | 71.42 | 216.93 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 229 | 0.44 | 0.95 | 0 | 0.10 | 272.07 | 0.9 | 0.47 |
| Hex | 80 | C | E5 | 2C | 5F | 0 | A | 110 | 5A | 2F |
| Octal | 200 | 14 | 345 | 54 | 137 | 0 | 12 | 420 | 132 | 57 |
| Binary | 10000000 | 1100 | 11100101 | 101100 | 1011111 | 0 | 1010 | 100010000 | 1011010 | 101111 |
Color Harmonies of #800CE5
Complementary color
Monochromatic Colors of #800CE5
Black with #800CE5
Text Example
Text Example
White with #800CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CE5; }
p { color: rgb(128,12,229); }
H1.HeaderClassName
{
color: #800CE5;
}
.AnyTagClassName
{
color: #800CE5;
}
</style>
background-color css
<style>
a { background-color: #800CE5; }
a { background-color: rgb(128,12,229); }
div.DivClassName
{
background-color: #800CE5;
}
.BgClassName
{
background-color: #800CE5;
}
</style>
border-color css
<style>
span { border-color: #800CE5; }
span { border-color: rgb(128,12,229); }
td.TdClassName
{
border-color: #800CE5;
}
.TagClassName
{
border-color: #800CE5;
}
</style>