Shades of Dark Violet #8201D9
Tints of Dark Violet #8201D9
RGB
CMYK
RGB Variations
Color information
#8201D9 (or 0x8201D9) is known color: Dark Violet. HEX triplet: 82, 01 and D9. RGB value is (130,1,217). Sum of RGB (Red+Green+Blue) = 130+1+217=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 217 (85.16% from 255 or 62.36% from 348); Max value from RGB is 217 - color contains mainly: blue. Hex color #8201D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201D9 is #7DFE26. Grayscale: #3F3F3F. Windows color (decimal): -8257063 or 14221698. OLE color: 14221698.
HSL color Cylindrical-coordinate representation of color #8201D9: hue angle of 275.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201D9 is Cyan = 0.40, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 1 | 217 | - |
| CMYK | 0.40 | 1.00 | 0 | 0.15 |
| HSL | 275.83º | 0.99% | 0.43% | - |
| HSV(B) | 275.83º | 1% | 0.85% | - |
| XYZ | 21.74 | 9.78 | 66.39 | - |
| YUV | 64.2 | 214.24 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 217 | 0.40 | 1.00 | 0 | 0.15 | 275.83 | 0.99 | 0.43 |
| Hex | 82 | 1 | D9 | 28 | 64 | 0 | F | 114 | 63 | 2B |
| Octal | 202 | 1 | 331 | 50 | 144 | 0 | 17 | 424 | 143 | 53 |
| Binary | 10000010 | 1 | 11011001 | 101000 | 1100100 | 0 | 1111 | 100010100 | 1100011 | 101011 |
Color Harmonies of #8201D9
Complementary color
Monochromatic Colors of #8201D9
Black with #8201D9
Text Example
Text Example
White with #8201D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201D9; }
p { color: rgb(130,1,217); }
H1.HeaderClassName
{
color: #8201D9;
}
.AnyTagClassName
{
color: #8201D9;
}
</style>
background-color css
<style>
a { background-color: #8201D9; }
a { background-color: rgb(130,1,217); }
div.DivClassName
{
background-color: #8201D9;
}
.BgClassName
{
background-color: #8201D9;
}
</style>
border-color css
<style>
span { border-color: #8201D9; }
span { border-color: rgb(130,1,217); }
td.TdClassName
{
border-color: #8201D9;
}
.TagClassName
{
border-color: #8201D9;
}
</style>