Shades of Dark Violet #8205CF
Tints of Dark Violet #8205CF
RGB
CMYK
RGB Variations
Color information
#8205CF (or 0x8205CF) is known color: Dark Violet. HEX triplet: 82, 05 and CF. RGB value is (130,5,207). Sum of RGB (Red+Green+Blue) = 130+5+207=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #8205CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205CF is #7DFA30. Grayscale: #404040. Windows color (decimal): -8256049 or 13567362. OLE color: 13567362.
HSL color Cylindrical-coordinate representation of color #8205CF: hue angle of 277.13º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8205CF is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 5 | 207 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.19 |
| HSL | 277.13º | 0.95% | 0.42% | - |
| HSV(B) | 277.13º | 0.98% | 0.81% | - |
| XYZ | 20.52 | 9.36 | 59.76 | - |
| YUV | 65.4 | 207.91 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 207 | 0.37 | 0.98 | 0 | 0.19 | 277.13 | 0.95 | 0.42 |
| Hex | 82 | 5 | CF | 25 | 62 | 0 | 13 | 115 | 5F | 2A |
| Octal | 202 | 5 | 317 | 45 | 142 | 0 | 23 | 425 | 137 | 52 |
| Binary | 10000010 | 101 | 11001111 | 100101 | 1100010 | 0 | 10011 | 100010101 | 1011111 | 101010 |
Color Harmonies of #8205CF
Complementary color
Monochromatic Colors of #8205CF
Black with #8205CF
Text Example
Text Example
White with #8205CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8205CF; }
p { color: rgb(130,5,207); }
H1.HeaderClassName
{
color: #8205CF;
}
.AnyTagClassName
{
color: #8205CF;
}
</style>
background-color css
<style>
a { background-color: #8205CF; }
a { background-color: rgb(130,5,207); }
div.DivClassName
{
background-color: #8205CF;
}
.BgClassName
{
background-color: #8205CF;
}
</style>
border-color css
<style>
span { border-color: #8205CF; }
span { border-color: rgb(130,5,207); }
td.TdClassName
{
border-color: #8205CF;
}
.TagClassName
{
border-color: #8205CF;
}
</style>