Shades of Dark Violet #8207DB
Tints of Dark Violet #8207DB
RGB
CMYK
RGB Variations
Color information
#8207DB (or 0x8207DB) is known color: Dark Violet. HEX triplet: 82, 07 and DB. RGB value is (130,7,219). Sum of RGB (Red+Green+Blue) = 130+7+219=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #8207DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8207DB is #7DF824. Grayscale: #434343. Windows color (decimal): -8255525 or 14354306. OLE color: 14354306.
HSL color Cylindrical-coordinate representation of color #8207DB: hue angle of 274.81º 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 #8207DB is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 7 | 219 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.14 |
| HSL | 274.81º | 0.94% | 0.44% | - |
| HSV(B) | 274.81º | 0.97% | 0.86% | - |
| XYZ | 22.07 | 10.01 | 67.79 | - |
| YUV | 67.95 | 213.25 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 219 | 0.41 | 0.97 | 0 | 0.14 | 274.81 | 0.94 | 0.44 |
| Hex | 82 | 7 | DB | 29 | 61 | 0 | E | 113 | 5E | 2C |
| Octal | 202 | 7 | 333 | 51 | 141 | 0 | 16 | 423 | 136 | 54 |
| Binary | 10000010 | 111 | 11011011 | 101001 | 1100001 | 0 | 1110 | 100010011 | 1011110 | 101100 |
Color Harmonies of #8207DB
Complementary color
Monochromatic Colors of #8207DB
Black with #8207DB
Text Example
Text Example
White with #8207DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8207DB; }
p { color: rgb(130,7,219); }
H1.HeaderClassName
{
color: #8207DB;
}
.AnyTagClassName
{
color: #8207DB;
}
</style>
background-color css
<style>
a { background-color: #8207DB; }
a { background-color: rgb(130,7,219); }
div.DivClassName
{
background-color: #8207DB;
}
.BgClassName
{
background-color: #8207DB;
}
</style>
border-color css
<style>
span { border-color: #8207DB; }
span { border-color: rgb(130,7,219); }
td.TdClassName
{
border-color: #8207DB;
}
.TagClassName
{
border-color: #8207DB;
}
</style>