Shades of Dark Violet #800CDD
Tints of Dark Violet #800CDD
RGB
CMYK
RGB Variations
Color information
#800CDD (or 0x800CDD) is known color: Dark Violet. HEX triplet: 80, 0C and DD. RGB value is (128,12,221). Sum of RGB (Red+Green+Blue) = 128+12+221=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #800CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CDD is #7FF322. Grayscale: #454545. Windows color (decimal): -8385315 or 14486656. OLE color: 14486656.
HSL color Cylindrical-coordinate representation of color #800CDD: hue angle of 273.3º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CDD is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 12 | 221 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.13 |
| HSL | 273.3º | 0.9% | 0.46% | - |
| HSV(B) | 273.3º | 0.95% | 0.87% | - |
| XYZ | 22.08 | 10.07 | 69.19 | - |
| YUV | 70.51 | 212.93 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 221 | 0.42 | 0.95 | 0 | 0.13 | 273.3 | 0.9 | 0.46 |
| Hex | 80 | C | DD | 2A | 5F | 0 | D | 111 | 5A | 2E |
| Octal | 200 | 14 | 335 | 52 | 137 | 0 | 15 | 421 | 132 | 56 |
| Binary | 10000000 | 1100 | 11011101 | 101010 | 1011111 | 0 | 1101 | 100010001 | 1011010 | 101110 |
Color Harmonies of #800CDD
Complementary color
Monochromatic Colors of #800CDD
Black with #800CDD
Text Example
Text Example
White with #800CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CDD; }
p { color: rgb(128,12,221); }
H1.HeaderClassName
{
color: #800CDD;
}
.AnyTagClassName
{
color: #800CDD;
}
</style>
background-color css
<style>
a { background-color: #800CDD; }
a { background-color: rgb(128,12,221); }
div.DivClassName
{
background-color: #800CDD;
}
.BgClassName
{
background-color: #800CDD;
}
</style>
border-color css
<style>
span { border-color: #800CDD; }
span { border-color: rgb(128,12,221); }
td.TdClassName
{
border-color: #800CDD;
}
.TagClassName
{
border-color: #800CDD;
}
</style>