Shades of Dark Violet #8011BD
Tints of Dark Violet #8011BD
RGB
CMYK
RGB Variations
Color information
#8011BD (or 0x8011BD) is known color: Dark Violet. HEX triplet: 80, 11 and BD. RGB value is (128,17,189). Sum of RGB (Red+Green+Blue) = 128+17+189=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #8011BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011BD is #7FEE42. Grayscale: #454545. Windows color (decimal): -8384067 or 12390784. OLE color: 12390784.
HSL color Cylindrical-coordinate representation of color #8011BD: hue angle of 278.72º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8011BD is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 17 | 189 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.26 |
| HSL | 278.72º | 0.83% | 0.4% | - |
| HSV(B) | 278.72º | 0.91% | 0.74% | - |
| XYZ | 18.29 | 8.66 | 48.85 | - |
| YUV | 69.8 | 195.27 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 189 | 0.32 | 0.91 | 0 | 0.26 | 278.72 | 0.83 | 0.4 |
| Hex | 80 | 11 | BD | 20 | 5B | 0 | 1A | 117 | 53 | 28 |
| Octal | 200 | 21 | 275 | 40 | 133 | 0 | 32 | 427 | 123 | 50 |
| Binary | 10000000 | 10001 | 10111101 | 100000 | 1011011 | 0 | 11010 | 100010111 | 1010011 | 101000 |
Color Harmonies of #8011BD
Complementary color
Monochromatic Colors of #8011BD
Black with #8011BD
Text Example
Text Example
White with #8011BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8011BD; }
p { color: rgb(128,17,189); }
H1.HeaderClassName
{
color: #8011BD;
}
.AnyTagClassName
{
color: #8011BD;
}
</style>
background-color css
<style>
a { background-color: #8011BD; }
a { background-color: rgb(128,17,189); }
div.DivClassName
{
background-color: #8011BD;
}
.BgClassName
{
background-color: #8011BD;
}
</style>
border-color css
<style>
span { border-color: #8011BD; }
span { border-color: rgb(128,17,189); }
td.TdClassName
{
border-color: #8011BD;
}
.TagClassName
{
border-color: #8011BD;
}
</style>