Shades of Dark Violet #800BD4
Tints of Dark Violet #800BD4
RGB
CMYK
RGB Variations
Color information
#800BD4 (or 0x800BD4) is known color: Dark Violet. HEX triplet: 80, 0B and D4. RGB value is (128,11,212). Sum of RGB (Red+Green+Blue) = 128+11+212=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 212 (83.20% from 255 or 60.40% from 351); Max value from RGB is 212 - color contains mainly: blue. Hex color #800BD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BD4 is #7FF42B. Grayscale: #444444. Windows color (decimal): -8385580 or 13896576. OLE color: 13896576.
HSL color Cylindrical-coordinate representation of color #800BD4: hue angle of 274.93º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BD4 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 11 | 212 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.17 |
| HSL | 274.93º | 0.9% | 0.44% | - |
| HSV(B) | 274.93º | 0.95% | 0.83% | - |
| XYZ | 20.91 | 9.58 | 63.04 | - |
| YUV | 68.9 | 208.76 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 212 | 0.40 | 0.95 | 0 | 0.17 | 274.93 | 0.9 | 0.44 |
| Hex | 80 | B | D4 | 28 | 5F | 0 | 11 | 113 | 5A | 2C |
| Octal | 200 | 13 | 324 | 50 | 137 | 0 | 21 | 423 | 132 | 54 |
| Binary | 10000000 | 1011 | 11010100 | 101000 | 1011111 | 0 | 10001 | 100010011 | 1011010 | 101100 |
Color Harmonies of #800BD4
Complementary color
Monochromatic Colors of #800BD4
Black with #800BD4
Text Example
Text Example
White with #800BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BD4; }
p { color: rgb(128,11,212); }
H1.HeaderClassName
{
color: #800BD4;
}
.AnyTagClassName
{
color: #800BD4;
}
</style>
background-color css
<style>
a { background-color: #800BD4; }
a { background-color: rgb(128,11,212); }
div.DivClassName
{
background-color: #800BD4;
}
.BgClassName
{
background-color: #800BD4;
}
</style>
border-color css
<style>
span { border-color: #800BD4; }
span { border-color: rgb(128,11,212); }
td.TdClassName
{
border-color: #800BD4;
}
.TagClassName
{
border-color: #800BD4;
}
</style>