Shades of Dark Violet #800BD9
Tints of Dark Violet #800BD9
RGB
CMYK
RGB Variations
Color information
#800BD9 (or 0x800BD9) is known color: Dark Violet. HEX triplet: 80, 0B and D9. RGB value is (128,11,217). Sum of RGB (Red+Green+Blue) = 128+11+217=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 217 (85.16% from 255 or 60.96% from 356); Max value from RGB is 217 - color contains mainly: blue. Hex color #800BD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BD9 is #7FF426. Grayscale: #444444. Windows color (decimal): -8385575 or 14224256. OLE color: 14224256.
HSL color Cylindrical-coordinate representation of color #800BD9: hue angle of 274.08º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BD9 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 11 | 217 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.15 |
| HSL | 274.08º | 0.9% | 0.45% | - |
| HSV(B) | 274.08º | 0.95% | 0.85% | - |
| XYZ | 21.55 | 9.84 | 66.41 | - |
| YUV | 69.47 | 211.26 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 217 | 0.41 | 0.95 | 0 | 0.15 | 274.08 | 0.9 | 0.45 |
| Hex | 80 | B | D9 | 29 | 5F | 0 | F | 112 | 5A | 2D |
| Octal | 200 | 13 | 331 | 51 | 137 | 0 | 17 | 422 | 132 | 55 |
| Binary | 10000000 | 1011 | 11011001 | 101001 | 1011111 | 0 | 1111 | 100010010 | 1011010 | 101101 |
Color Harmonies of #800BD9
Complementary color
Monochromatic Colors of #800BD9
Black with #800BD9
Text Example
Text Example
White with #800BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BD9; }
p { color: rgb(128,11,217); }
H1.HeaderClassName
{
color: #800BD9;
}
.AnyTagClassName
{
color: #800BD9;
}
</style>
background-color css
<style>
a { background-color: #800BD9; }
a { background-color: rgb(128,11,217); }
div.DivClassName
{
background-color: #800BD9;
}
.BgClassName
{
background-color: #800BD9;
}
</style>
border-color css
<style>
span { border-color: #800BD9; }
span { border-color: rgb(128,11,217); }
td.TdClassName
{
border-color: #800BD9;
}
.TagClassName
{
border-color: #800BD9;
}
</style>