Shades of Dark Violet #800CDE
Tints of Dark Violet #800CDE
RGB
CMYK
RGB Variations
Color information
#800CDE (or 0x800CDE) is known color: Dark Violet. HEX triplet: 80, 0C and DE. RGB value is (128,12,222). Sum of RGB (Red+Green+Blue) = 128+12+222=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #800CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CDE is #7FF321. Grayscale: #454545. Windows color (decimal): -8385314 or 14552192. OLE color: 14552192.
HSL color Cylindrical-coordinate representation of color #800CDE: hue angle of 273.14º 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 #800CDE is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 12 | 222 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.13 |
| HSL | 273.14º | 0.9% | 0.46% | - |
| HSV(B) | 273.14º | 0.95% | 0.87% | - |
| XYZ | 22.22 | 10.13 | 69.89 | - |
| YUV | 70.62 | 213.43 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 222 | 0.42 | 0.95 | 0 | 0.13 | 273.14 | 0.9 | 0.46 |
| Hex | 80 | C | DE | 2A | 5F | 0 | D | 111 | 5A | 2E |
| Octal | 200 | 14 | 336 | 52 | 137 | 0 | 15 | 421 | 132 | 56 |
| Binary | 10000000 | 1100 | 11011110 | 101010 | 1011111 | 0 | 1101 | 100010001 | 1011010 | 101110 |
Color Harmonies of #800CDE
Complementary color
Monochromatic Colors of #800CDE
Black with #800CDE
Text Example
Text Example
White with #800CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800CDE; }
p { color: rgb(128,12,222); }
H1.HeaderClassName
{
color: #800CDE;
}
.AnyTagClassName
{
color: #800CDE;
}
</style>
background-color css
<style>
a { background-color: #800CDE; }
a { background-color: rgb(128,12,222); }
div.DivClassName
{
background-color: #800CDE;
}
.BgClassName
{
background-color: #800CDE;
}
</style>
border-color css
<style>
span { border-color: #800CDE; }
span { border-color: rgb(128,12,222); }
td.TdClassName
{
border-color: #800CDE;
}
.TagClassName
{
border-color: #800CDE;
}
</style>