Shades of Dark Violet #8011CD
Tints of Dark Violet #8011CD
RGB
CMYK
RGB Variations
Color information
#8011CD (or 0x8011CD) is known color: Dark Violet. HEX triplet: 80, 11 and CD. RGB value is (128,17,205). Sum of RGB (Red+Green+Blue) = 128+17+205=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #8011CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011CD is #7FEE32. Grayscale: #464646. Windows color (decimal): -8384051 or 13439360. OLE color: 13439360.
HSL color Cylindrical-coordinate representation of color #8011CD: hue angle of 275.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8011CD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 17 | 205 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.20 |
| HSL | 275.43º | 0.85% | 0.44% | - |
| HSV(B) | 275.43º | 0.92% | 0.8% | - |
| XYZ | 20.12 | 9.4 | 58.51 | - |
| YUV | 71.62 | 203.27 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 205 | 0.38 | 0.92 | 0 | 0.20 | 275.43 | 0.85 | 0.44 |
| Hex | 80 | 11 | CD | 26 | 5C | 0 | 14 | 113 | 55 | 2C |
| Octal | 200 | 21 | 315 | 46 | 134 | 0 | 24 | 423 | 125 | 54 |
| Binary | 10000000 | 10001 | 11001101 | 100110 | 1011100 | 0 | 10100 | 100010011 | 1010101 | 101100 |
Color Harmonies of #8011CD
Complementary color
Monochromatic Colors of #8011CD
Black with #8011CD
Text Example
Text Example
White with #8011CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011CD; }
p { color: rgb(128,17,205); }
H1.HeaderClassName
{
color: #8011CD;
}
.AnyTagClassName
{
color: #8011CD;
}
</style>
background-color css
<style>
a { background-color: #8011CD; }
a { background-color: rgb(128,17,205); }
div.DivClassName
{
background-color: #8011CD;
}
.BgClassName
{
background-color: #8011CD;
}
</style>
border-color css
<style>
span { border-color: #8011CD; }
span { border-color: rgb(128,17,205); }
td.TdClassName
{
border-color: #8011CD;
}
.TagClassName
{
border-color: #8011CD;
}
</style>