Shades of Dark Violet #8007DB
Tints of Dark Violet #8007DB
RGB
CMYK
RGB Variations
Color information
#8007DB (or 0x8007DB) is known color: Dark Violet. HEX triplet: 80, 07 and DB. RGB value is (128,7,219). Sum of RGB (Red+Green+Blue) = 128+7+219=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #8007DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007DB is #7FF824. Grayscale: #424242. Windows color (decimal): -8386597 or 14354304. OLE color: 14354304.
HSL color Cylindrical-coordinate representation of color #8007DB: hue angle of 274.25º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007DB is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 7 | 219 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.14 |
| HSL | 274.25º | 0.94% | 0.44% | - |
| HSV(B) | 274.25º | 0.97% | 0.86% | - |
| XYZ | 21.76 | 9.86 | 67.77 | - |
| YUV | 67.35 | 213.59 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 219 | 0.42 | 0.97 | 0 | 0.14 | 274.25 | 0.94 | 0.44 |
| Hex | 80 | 7 | DB | 2A | 61 | 0 | E | 112 | 5E | 2C |
| Octal | 200 | 7 | 333 | 52 | 141 | 0 | 16 | 422 | 136 | 54 |
| Binary | 10000000 | 111 | 11011011 | 101010 | 1100001 | 0 | 1110 | 100010010 | 1011110 | 101100 |
Color Harmonies of #8007DB
Complementary color
Monochromatic Colors of #8007DB
Black with #8007DB
Text Example
Text Example
White with #8007DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8007DB; }
p { color: rgb(128,7,219); }
H1.HeaderClassName
{
color: #8007DB;
}
.AnyTagClassName
{
color: #8007DB;
}
</style>
background-color css
<style>
a { background-color: #8007DB; }
a { background-color: rgb(128,7,219); }
div.DivClassName
{
background-color: #8007DB;
}
.BgClassName
{
background-color: #8007DB;
}
</style>
border-color css
<style>
span { border-color: #8007DB; }
span { border-color: rgb(128,7,219); }
td.TdClassName
{
border-color: #8007DB;
}
.TagClassName
{
border-color: #8007DB;
}
</style>