Shades of Dark Violet #8206DF
Tints of Dark Violet #8206DF
RGB
CMYK
RGB Variations
Color information
#8206DF (or 0x8206DF) is known color: Dark Violet. HEX triplet: 82, 06 and DF. RGB value is (130,6,223). Sum of RGB (Red+Green+Blue) = 130+6+223=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #8206DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8206DF is #7DF920. Grayscale: #434343. Windows color (decimal): -8255777 or 14616194. OLE color: 14616194.
HSL color Cylindrical-coordinate representation of color #8206DF: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8206DF is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 6 | 223 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.13 |
| HSL | 274.29º | 0.95% | 0.45% | - |
| HSV(B) | 274.29º | 0.97% | 0.87% | - |
| XYZ | 22.59 | 10.2 | 70.59 | - |
| YUV | 67.81 | 215.58 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 223 | 0.42 | 0.97 | 0 | 0.13 | 274.29 | 0.95 | 0.45 |
| Hex | 82 | 6 | DF | 2A | 61 | 0 | D | 112 | 5F | 2D |
| Octal | 202 | 6 | 337 | 52 | 141 | 0 | 15 | 422 | 137 | 55 |
| Binary | 10000010 | 110 | 11011111 | 101010 | 1100001 | 0 | 1101 | 100010010 | 1011111 | 101101 |
Color Harmonies of #8206DF
Complementary color
Monochromatic Colors of #8206DF
Black with #8206DF
Text Example
Text Example
White with #8206DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8206DF; }
p { color: rgb(130,6,223); }
H1.HeaderClassName
{
color: #8206DF;
}
.AnyTagClassName
{
color: #8206DF;
}
</style>
background-color css
<style>
a { background-color: #8206DF; }
a { background-color: rgb(130,6,223); }
div.DivClassName
{
background-color: #8206DF;
}
.BgClassName
{
background-color: #8206DF;
}
</style>
border-color css
<style>
span { border-color: #8206DF; }
span { border-color: rgb(130,6,223); }
td.TdClassName
{
border-color: #8206DF;
}
.TagClassName
{
border-color: #8206DF;
}
</style>