Shades of Dark Violet #800BBD
Tints of Dark Violet #800BBD
RGB
CMYK
RGB Variations
Color information
#800BBD (or 0x800BBD) is known color: Dark Violet. HEX triplet: 80, 0B and BD. RGB value is (128,11,189). Sum of RGB (Red+Green+Blue) = 128+11+189=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #800BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BBD is #7FF442. Grayscale: #414141. Windows color (decimal): -8385603 or 12389248. OLE color: 12389248.
HSL color Cylindrical-coordinate representation of color #800BBD: hue angle of 279.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BBD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 11 | 189 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.26 |
| HSL | 279.44º | 0.89% | 0.39% | - |
| HSV(B) | 279.44º | 0.94% | 0.74% | - |
| XYZ | 18.21 | 8.5 | 48.83 | - |
| YUV | 66.28 | 197.26 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 189 | 0.32 | 0.94 | 0 | 0.26 | 279.44 | 0.89 | 0.39 |
| Hex | 80 | B | BD | 20 | 5E | 0 | 1A | 117 | 59 | 27 |
| Octal | 200 | 13 | 275 | 40 | 136 | 0 | 32 | 427 | 131 | 47 |
| Binary | 10000000 | 1011 | 10111101 | 100000 | 1011110 | 0 | 11010 | 100010111 | 1011001 | 100111 |
Color Harmonies of #800BBD
Complementary color
Monochromatic Colors of #800BBD
Black with #800BBD
Text Example
Text Example
White with #800BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BBD; }
p { color: rgb(128,11,189); }
H1.HeaderClassName
{
color: #800BBD;
}
.AnyTagClassName
{
color: #800BBD;
}
</style>
background-color css
<style>
a { background-color: #800BBD; }
a { background-color: rgb(128,11,189); }
div.DivClassName
{
background-color: #800BBD;
}
.BgClassName
{
background-color: #800BBD;
}
</style>
border-color css
<style>
span { border-color: #800BBD; }
span { border-color: rgb(128,11,189); }
td.TdClassName
{
border-color: #800BBD;
}
.TagClassName
{
border-color: #800BBD;
}
</style>