Shades of Dark Violet #820FCF
Tints of Dark Violet #820FCF
RGB
CMYK
RGB Variations
Color information
#820FCF (or 0x820FCF) is known color: Dark Violet. HEX triplet: 82, 0F and CF. RGB value is (130,15,207). Sum of RGB (Red+Green+Blue) = 130+15+207=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #820FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FCF is #7DF030. Grayscale: #464646. Windows color (decimal): -8253489 or 13569922. OLE color: 13569922.
HSL color Cylindrical-coordinate representation of color #820FCF: hue angle of 275.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FCF is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 15 | 207 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.19 |
| HSL | 275.94º | 0.86% | 0.44% | - |
| HSV(B) | 275.94º | 0.93% | 0.81% | - |
| XYZ | 20.64 | 9.59 | 59.8 | - |
| YUV | 71.27 | 204.6 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 207 | 0.37 | 0.93 | 0 | 0.19 | 275.94 | 0.86 | 0.44 |
| Hex | 82 | F | CF | 25 | 5D | 0 | 13 | 114 | 56 | 2C |
| Octal | 202 | 17 | 317 | 45 | 135 | 0 | 23 | 424 | 126 | 54 |
| Binary | 10000010 | 1111 | 11001111 | 100101 | 1011101 | 0 | 10011 | 100010100 | 1010110 | 101100 |
Color Harmonies of #820FCF
Complementary color
Monochromatic Colors of #820FCF
Black with #820FCF
Text Example
Text Example
White with #820FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FCF; }
p { color: rgb(130,15,207); }
H1.HeaderClassName
{
color: #820FCF;
}
.AnyTagClassName
{
color: #820FCF;
}
</style>
background-color css
<style>
a { background-color: #820FCF; }
a { background-color: rgb(130,15,207); }
div.DivClassName
{
background-color: #820FCF;
}
.BgClassName
{
background-color: #820FCF;
}
</style>
border-color css
<style>
span { border-color: #820FCF; }
span { border-color: rgb(130,15,207); }
td.TdClassName
{
border-color: #820FCF;
}
.TagClassName
{
border-color: #820FCF;
}
</style>