Shades of Dark Violet #8207C1
Tints of Dark Violet #8207C1
RGB
CMYK
RGB Variations
Color information
#8207C1 (or 0x8207C1) is known color: Dark Violet. HEX triplet: 82, 07 and C1. RGB value is (130,7,193). Sum of RGB (Red+Green+Blue) = 130+7+193=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #8207C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8207C1 is #7DF83E. Grayscale: #404040. Windows color (decimal): -8255551 or 12650370. OLE color: 12650370.
HSL color Cylindrical-coordinate representation of color #8207C1: hue angle of 279.68º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8207C1 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 7 | 193 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.24 |
| HSL | 279.68º | 0.93% | 0.39% | - |
| HSV(B) | 279.68º | 0.96% | 0.76% | - |
| XYZ | 18.91 | 8.75 | 51.14 | - |
| YUV | 64.98 | 200.25 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 193 | 0.33 | 0.96 | 0 | 0.24 | 279.68 | 0.93 | 0.39 |
| Hex | 82 | 7 | C1 | 21 | 60 | 0 | 18 | 118 | 5D | 27 |
| Octal | 202 | 7 | 301 | 41 | 140 | 0 | 30 | 430 | 135 | 47 |
| Binary | 10000010 | 111 | 11000001 | 100001 | 1100000 | 0 | 11000 | 100011000 | 1011101 | 100111 |
Color Harmonies of #8207C1
Complementary color
Monochromatic Colors of #8207C1
Black with #8207C1
Text Example
Text Example
White with #8207C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8207C1; }
p { color: rgb(130,7,193); }
H1.HeaderClassName
{
color: #8207C1;
}
.AnyTagClassName
{
color: #8207C1;
}
</style>
background-color css
<style>
a { background-color: #8207C1; }
a { background-color: rgb(130,7,193); }
div.DivClassName
{
background-color: #8207C1;
}
.BgClassName
{
background-color: #8207C1;
}
</style>
border-color css
<style>
span { border-color: #8207C1; }
span { border-color: rgb(130,7,193); }
td.TdClassName
{
border-color: #8207C1;
}
.TagClassName
{
border-color: #8207C1;
}
</style>