Shades of Blue Violet #8011DC
Tints of Blue Violet #8011DC
RGB
CMYK
RGB Variations
Color information
#8011DC (or 0x8011DC) is known color: Blue Violet. HEX triplet: 80, 11 and DC. RGB value is (128,17,220). Sum of RGB (Red+Green+Blue) = 128+17+220=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #8011DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011DC is #7FEE23. Grayscale: #484848. Windows color (decimal): -8384036 or 14422400. OLE color: 14422400.
HSL color Cylindrical-coordinate representation of color #8011DC: hue angle of 272.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8011DC is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 17 | 220 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.14 |
| HSL | 272.81º | 0.86% | 0.46% | - |
| HSV(B) | 272.81º | 0.92% | 0.86% | - |
| XYZ | 22.02 | 10.16 | 68.51 | - |
| YUV | 73.33 | 210.77 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 220 | 0.42 | 0.92 | 0 | 0.14 | 272.81 | 0.86 | 0.46 |
| Hex | 80 | 11 | DC | 2A | 5C | 0 | E | 111 | 56 | 2E |
| Octal | 200 | 21 | 334 | 52 | 134 | 0 | 16 | 421 | 126 | 56 |
| Binary | 10000000 | 10001 | 11011100 | 101010 | 1011100 | 0 | 1110 | 100010001 | 1010110 | 101110 |
Color Harmonies of #8011DC
Complementary color
Monochromatic Colors of #8011DC
Black with #8011DC
Text Example
Text Example
White with #8011DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011DC; }
p { color: rgb(128,17,220); }
H1.HeaderClassName
{
color: #8011DC;
}
.AnyTagClassName
{
color: #8011DC;
}
</style>
background-color css
<style>
a { background-color: #8011DC; }
a { background-color: rgb(128,17,220); }
div.DivClassName
{
background-color: #8011DC;
}
.BgClassName
{
background-color: #8011DC;
}
</style>
border-color css
<style>
span { border-color: #8011DC; }
span { border-color: rgb(128,17,220); }
td.TdClassName
{
border-color: #8011DC;
}
.TagClassName
{
border-color: #8011DC;
}
</style>