Shades of Dark Violet #7E08DB
Tints of Dark Violet #7E08DB
RGB
CMYK
RGB Variations
Color information
#7E08DB (or 0x7E08DB) is known color: Dark Violet. HEX triplet: 7E, 08 and DB. RGB value is (126,8,219). Sum of RGB (Red+Green+Blue) = 126+8+219=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E08DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7E08DB is #81F724. Grayscale: #424242. Windows color (decimal): -8517413 or 14354558. OLE color: 14354558.
HSL color Cylindrical-coordinate representation of color #7E08DB: hue angle of 273.55º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E08DB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 8 | 219 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.14 |
| HSL | 273.55º | 0.93% | 0.45% | - |
| HSV(B) | 273.55º | 0.96% | 0.86% | - |
| XYZ | 21.48 | 9.72 | 67.76 | - |
| YUV | 67.34 | 213.59 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 219 | 0.42 | 0.96 | 0 | 0.14 | 273.55 | 0.93 | 0.45 |
| Hex | 7E | 8 | DB | 2A | 60 | 0 | E | 112 | 5D | 2D |
| Octal | 176 | 10 | 333 | 52 | 140 | 0 | 16 | 422 | 135 | 55 |
| Binary | 1111110 | 1000 | 11011011 | 101010 | 1100000 | 0 | 1110 | 100010010 | 1011101 | 101101 |
Color Harmonies of #7E08DB
Complementary color
Monochromatic Colors of #7E08DB
Black with #7E08DB
Text Example
Text Example
White with #7E08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E08DB; }
p { color: rgb(126,8,219); }
H1.HeaderClassName
{
color: #7E08DB;
}
.AnyTagClassName
{
color: #7E08DB;
}
</style>
background-color css
<style>
a { background-color: #7E08DB; }
a { background-color: rgb(126,8,219); }
div.DivClassName
{
background-color: #7E08DB;
}
.BgClassName
{
background-color: #7E08DB;
}
</style>
border-color css
<style>
span { border-color: #7E08DB; }
span { border-color: rgb(126,8,219); }
td.TdClassName
{
border-color: #7E08DB;
}
.TagClassName
{
border-color: #7E08DB;
}
</style>