Shades of Dark Violet #8011CE
Tints of Dark Violet #8011CE
RGB
CMYK
RGB Variations
Color information
#8011CE (or 0x8011CE) is known color: Dark Violet. HEX triplet: 80, 11 and CE. RGB value is (128,17,206). Sum of RGB (Red+Green+Blue) = 128+17+206=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #8011CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011CE is #7FEE31. Grayscale: #474747. Windows color (decimal): -8384050 or 13504896. OLE color: 13504896.
HSL color Cylindrical-coordinate representation of color #8011CE: hue angle of 275.24º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8011CE is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 17 | 206 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.19 |
| HSL | 275.24º | 0.85% | 0.44% | - |
| HSV(B) | 275.24º | 0.92% | 0.81% | - |
| XYZ | 20.24 | 9.45 | 59.15 | - |
| YUV | 71.74 | 203.77 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 206 | 0.38 | 0.92 | 0 | 0.19 | 275.24 | 0.85 | 0.44 |
| Hex | 80 | 11 | CE | 26 | 5C | 0 | 13 | 113 | 55 | 2C |
| Octal | 200 | 21 | 316 | 46 | 134 | 0 | 23 | 423 | 125 | 54 |
| Binary | 10000000 | 10001 | 11001110 | 100110 | 1011100 | 0 | 10011 | 100010011 | 1010101 | 101100 |
Color Harmonies of #8011CE
Complementary color
Monochromatic Colors of #8011CE
Black with #8011CE
Text Example
Text Example
White with #8011CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011CE; }
p { color: rgb(128,17,206); }
H1.HeaderClassName
{
color: #8011CE;
}
.AnyTagClassName
{
color: #8011CE;
}
</style>
background-color css
<style>
a { background-color: #8011CE; }
a { background-color: rgb(128,17,206); }
div.DivClassName
{
background-color: #8011CE;
}
.BgClassName
{
background-color: #8011CE;
}
</style>
border-color css
<style>
span { border-color: #8011CE; }
span { border-color: rgb(128,17,206); }
td.TdClassName
{
border-color: #8011CE;
}
.TagClassName
{
border-color: #8011CE;
}
</style>