Shades of Dark Violet #8207C7
Tints of Dark Violet #8207C7
RGB
CMYK
RGB Variations
Color information
#8207C7 (or 0x8207C7) is known color: Dark Violet. HEX triplet: 82, 07 and C7. RGB value is (130,7,199). Sum of RGB (Red+Green+Blue) = 130+7+199=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 199 (78.12% from 255 or 59.23% from 336); Max value from RGB is 199 - color contains mainly: blue. Hex color #8207C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8207C7 is #7DF838. Grayscale: #414141. Windows color (decimal): -8255545 or 13043586. OLE color: 13043586.
HSL color Cylindrical-coordinate representation of color #8207C7: hue angle of 278.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8207C7 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 7 | 199 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.22 |
| HSL | 278.44º | 0.93% | 0.4% | - |
| HSV(B) | 278.44º | 0.96% | 0.78% | - |
| XYZ | 19.59 | 9.02 | 54.74 | - |
| YUV | 65.67 | 203.25 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 199 | 0.35 | 0.96 | 0 | 0.22 | 278.44 | 0.93 | 0.4 |
| Hex | 82 | 7 | C7 | 23 | 60 | 0 | 16 | 116 | 5D | 28 |
| Octal | 202 | 7 | 307 | 43 | 140 | 0 | 26 | 426 | 135 | 50 |
| Binary | 10000010 | 111 | 11000111 | 100011 | 1100000 | 0 | 10110 | 100010110 | 1011101 | 101000 |
Color Harmonies of #8207C7
Complementary color
Monochromatic Colors of #8207C7
Black with #8207C7
Text Example
Text Example
White with #8207C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8207C7; }
p { color: rgb(130,7,199); }
H1.HeaderClassName
{
color: #8207C7;
}
.AnyTagClassName
{
color: #8207C7;
}
</style>
background-color css
<style>
a { background-color: #8207C7; }
a { background-color: rgb(130,7,199); }
div.DivClassName
{
background-color: #8207C7;
}
.BgClassName
{
background-color: #8207C7;
}
</style>
border-color css
<style>
span { border-color: #8207C7; }
span { border-color: rgb(130,7,199); }
td.TdClassName
{
border-color: #8207C7;
}
.TagClassName
{
border-color: #8207C7;
}
</style>