Shades of Dark Violet #800BDD
Tints of Dark Violet #800BDD
RGB
CMYK
RGB Variations
Color information
#800BDD (or 0x800BDD) is known color: Dark Violet. HEX triplet: 80, 0B and DD. RGB value is (128,11,221). Sum of RGB (Red+Green+Blue) = 128+11+221=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #800BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800BDD is #7FF422. Grayscale: #454545. Windows color (decimal): -8385571 or 14486400. OLE color: 14486400.
HSL color Cylindrical-coordinate representation of color #800BDD: hue angle of 273.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BDD is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 11 | 221 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.13 |
| HSL | 273.43º | 0.91% | 0.45% | - |
| HSV(B) | 273.43º | 0.95% | 0.87% | - |
| XYZ | 22.07 | 10.05 | 69.18 | - |
| YUV | 69.92 | 213.26 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 221 | 0.42 | 0.95 | 0 | 0.13 | 273.43 | 0.91 | 0.45 |
| Hex | 80 | B | DD | 2A | 5F | 0 | D | 111 | 5B | 2D |
| Octal | 200 | 13 | 335 | 52 | 137 | 0 | 15 | 421 | 133 | 55 |
| Binary | 10000000 | 1011 | 11011101 | 101010 | 1011111 | 0 | 1101 | 100010001 | 1011011 | 101101 |
Color Harmonies of #800BDD
Complementary color
Monochromatic Colors of #800BDD
Black with #800BDD
Text Example
Text Example
White with #800BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800BDD; }
p { color: rgb(128,11,221); }
H1.HeaderClassName
{
color: #800BDD;
}
.AnyTagClassName
{
color: #800BDD;
}
</style>
background-color css
<style>
a { background-color: #800BDD; }
a { background-color: rgb(128,11,221); }
div.DivClassName
{
background-color: #800BDD;
}
.BgClassName
{
background-color: #800BDD;
}
</style>
border-color css
<style>
span { border-color: #800BDD; }
span { border-color: rgb(128,11,221); }
td.TdClassName
{
border-color: #800BDD;
}
.TagClassName
{
border-color: #800BDD;
}
</style>