Shades of Dark Violet #8202C2
Tints of Dark Violet #8202C2
RGB
CMYK
RGB Variations
Color information
#8202C2 (or 0x8202C2) is known color: Dark Violet. HEX triplet: 82, 02 and C2. RGB value is (130,2,194). Sum of RGB (Red+Green+Blue) = 130+2+194=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 194 (76.17% from 255 or 59.51% from 326); Max value from RGB is 194 - color contains mainly: blue. Hex color #8202C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202C2 is #7DFD3D. Grayscale: #3D3D3D. Windows color (decimal): -8256830 or 12714626. OLE color: 12714626.
HSL color Cylindrical-coordinate representation of color #8202C2: hue angle of 280º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202C2 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 2 | 194 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.24 |
| HSL | 280º | 0.98% | 0.38% | - |
| HSV(B) | 280º | 0.99% | 0.76% | - |
| XYZ | 18.97 | 8.68 | 51.72 | - |
| YUV | 62.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 194 | 0.33 | 0.99 | 0 | 0.24 | 280 | 0.98 | 0.38 |
| Hex | 82 | 2 | C2 | 21 | 63 | 0 | 18 | 118 | 62 | 26 |
| Octal | 202 | 2 | 302 | 41 | 143 | 0 | 30 | 430 | 142 | 46 |
| Binary | 10000010 | 10 | 11000010 | 100001 | 1100011 | 0 | 11000 | 100011000 | 1100010 | 100110 |
Color Harmonies of #8202C2
Complementary color
Monochromatic Colors of #8202C2
Black with #8202C2
Text Example
Text Example
White with #8202C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202C2; }
p { color: rgb(130,2,194); }
H1.HeaderClassName
{
color: #8202C2;
}
.AnyTagClassName
{
color: #8202C2;
}
</style>
background-color css
<style>
a { background-color: #8202C2; }
a { background-color: rgb(130,2,194); }
div.DivClassName
{
background-color: #8202C2;
}
.BgClassName
{
background-color: #8202C2;
}
</style>
border-color css
<style>
span { border-color: #8202C2; }
span { border-color: rgb(130,2,194); }
td.TdClassName
{
border-color: #8202C2;
}
.TagClassName
{
border-color: #8202C2;
}
</style>