Shades of Dark Violet #8511DB
Tints of Dark Violet #8511DB
RGB
CMYK
RGB Variations
Color information
#8511DB (or 0x8511DB) is known color: Dark Violet. HEX triplet: 85, 11 and DB. RGB value is (133,17,219). Sum of RGB (Red+Green+Blue) = 133+17+219=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #8511DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8511DB is #7AEE24. Grayscale: #4A4A4A. Windows color (decimal): -8056357 or 14356869. OLE color: 14356869.
HSL color Cylindrical-coordinate representation of color #8511DB: hue angle of 274.46º 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 #8511DB is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 17 | 219 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.14 |
| HSL | 274.46º | 0.86% | 0.46% | - |
| HSV(B) | 274.46º | 0.92% | 0.86% | - |
| XYZ | 22.66 | 10.5 | 67.85 | - |
| YUV | 74.71 | 209.43 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 219 | 0.39 | 0.92 | 0 | 0.14 | 274.46 | 0.86 | 0.46 |
| Hex | 85 | 11 | DB | 27 | 5C | 0 | E | 112 | 56 | 2E |
| Octal | 205 | 21 | 333 | 47 | 134 | 0 | 16 | 422 | 126 | 56 |
| Binary | 10000101 | 10001 | 11011011 | 100111 | 1011100 | 0 | 1110 | 100010010 | 1010110 | 101110 |
Color Harmonies of #8511DB
Complementary color
Monochromatic Colors of #8511DB
Black with #8511DB
Text Example
Text Example
White with #8511DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8511DB; }
p { color: rgb(133,17,219); }
H1.HeaderClassName
{
color: #8511DB;
}
.AnyTagClassName
{
color: #8511DB;
}
</style>
background-color css
<style>
a { background-color: #8511DB; }
a { background-color: rgb(133,17,219); }
div.DivClassName
{
background-color: #8511DB;
}
.BgClassName
{
background-color: #8511DB;
}
</style>
border-color css
<style>
span { border-color: #8511DB; }
span { border-color: rgb(133,17,219); }
td.TdClassName
{
border-color: #8511DB;
}
.TagClassName
{
border-color: #8511DB;
}
</style>