Shades of Dark Violet #820FC8
Tints of Dark Violet #820FC8
RGB
CMYK
RGB Variations
Color information
#820FC8 (or 0x820FC8) is known color: Dark Violet. HEX triplet: 82, 0F and C8. RGB value is (130,15,200). Sum of RGB (Red+Green+Blue) = 130+15+200=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #820FC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820FC8 is #7DF037. Grayscale: #454545. Windows color (decimal): -8253496 or 13111170. OLE color: 13111170.
HSL color Cylindrical-coordinate representation of color #820FC8: hue angle of 277.3º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820FC8 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 15 | 200 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.22 |
| HSL | 277.3º | 0.86% | 0.42% | - |
| HSV(B) | 277.3º | 0.93% | 0.78% | - |
| XYZ | 19.8 | 9.26 | 55.39 | - |
| YUV | 70.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 200 | 0.35 | 0.92 | 0 | 0.22 | 277.3 | 0.86 | 0.42 |
| Hex | 82 | F | C8 | 23 | 5C | 0 | 16 | 115 | 56 | 2A |
| Octal | 202 | 17 | 310 | 43 | 134 | 0 | 26 | 425 | 126 | 52 |
| Binary | 10000010 | 1111 | 11001000 | 100011 | 1011100 | 0 | 10110 | 100010101 | 1010110 | 101010 |
Color Harmonies of #820FC8
Complementary color
Monochromatic Colors of #820FC8
Black with #820FC8
Text Example
Text Example
White with #820FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820FC8; }
p { color: rgb(130,15,200); }
H1.HeaderClassName
{
color: #820FC8;
}
.AnyTagClassName
{
color: #820FC8;
}
</style>
background-color css
<style>
a { background-color: #820FC8; }
a { background-color: rgb(130,15,200); }
div.DivClassName
{
background-color: #820FC8;
}
.BgClassName
{
background-color: #820FC8;
}
</style>
border-color css
<style>
span { border-color: #820FC8; }
span { border-color: rgb(130,15,200); }
td.TdClassName
{
border-color: #820FC8;
}
.TagClassName
{
border-color: #820FC8;
}
</style>