Shades of Dark Violet #8007DC
Tints of Dark Violet #8007DC
RGB
CMYK
RGB Variations
Color information
#8007DC (or 0x8007DC) is known color: Dark Violet. HEX triplet: 80, 07 and DC. RGB value is (128,7,220). Sum of RGB (Red+Green+Blue) = 128+7+220=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #8007DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007DC is #7FF823. Grayscale: #424242. Windows color (decimal): -8386596 or 14419840. OLE color: 14419840.
HSL color Cylindrical-coordinate representation of color #8007DC: hue angle of 274.08º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007DC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 7 | 220 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.14 |
| HSL | 274.08º | 0.94% | 0.45% | - |
| HSV(B) | 274.08º | 0.97% | 0.86% | - |
| XYZ | 21.9 | 9.91 | 68.47 | - |
| YUV | 67.46 | 214.09 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 220 | 0.42 | 0.97 | 0 | 0.14 | 274.08 | 0.94 | 0.45 |
| Hex | 80 | 7 | DC | 2A | 61 | 0 | E | 112 | 5E | 2D |
| Octal | 200 | 7 | 334 | 52 | 141 | 0 | 16 | 422 | 136 | 55 |
| Binary | 10000000 | 111 | 11011100 | 101010 | 1100001 | 0 | 1110 | 100010010 | 1011110 | 101101 |
Color Harmonies of #8007DC
Complementary color
Monochromatic Colors of #8007DC
Black with #8007DC
Text Example
Text Example
White with #8007DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8007DC; }
p { color: rgb(128,7,220); }
H1.HeaderClassName
{
color: #8007DC;
}
.AnyTagClassName
{
color: #8007DC;
}
</style>
background-color css
<style>
a { background-color: #8007DC; }
a { background-color: rgb(128,7,220); }
div.DivClassName
{
background-color: #8007DC;
}
.BgClassName
{
background-color: #8007DC;
}
</style>
border-color css
<style>
span { border-color: #8007DC; }
span { border-color: rgb(128,7,220); }
td.TdClassName
{
border-color: #8007DC;
}
.TagClassName
{
border-color: #8007DC;
}
</style>