Shades of Dark Violet #8201CA
Tints of Dark Violet #8201CA
RGB
CMYK
RGB Variations
Color information
#8201CA (or 0x8201CA) is known color: Dark Violet. HEX triplet: 82, 01 and CA. RGB value is (130,1,202). Sum of RGB (Red+Green+Blue) = 130+1+202=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #8201CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201CA is #7DFE35. Grayscale: #3D3D3D. Windows color (decimal): -8257078 or 13238658. OLE color: 13238658.
HSL color Cylindrical-coordinate representation of color #8201CA: hue angle of 278.51º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201CA is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 1 | 202 | - |
| CMYK | 0.36 | 1.00 | 0 | 0.21 |
| HSL | 278.51º | 0.99% | 0.4% | - |
| HSV(B) | 278.51º | 1% | 0.79% | - |
| XYZ | 19.88 | 9.03 | 56.57 | - |
| YUV | 62.49 | 206.74 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 202 | 0.36 | 1.00 | 0 | 0.21 | 278.51 | 0.99 | 0.4 |
| Hex | 82 | 1 | CA | 24 | 64 | 0 | 15 | 117 | 63 | 28 |
| Octal | 202 | 1 | 312 | 44 | 144 | 0 | 25 | 427 | 143 | 50 |
| Binary | 10000010 | 1 | 11001010 | 100100 | 1100100 | 0 | 10101 | 100010111 | 1100011 | 101000 |
Color Harmonies of #8201CA
Complementary color
Monochromatic Colors of #8201CA
Black with #8201CA
Text Example
Text Example
White with #8201CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8201CA; }
p { color: rgb(130,1,202); }
H1.HeaderClassName
{
color: #8201CA;
}
.AnyTagClassName
{
color: #8201CA;
}
</style>
background-color css
<style>
a { background-color: #8201CA; }
a { background-color: rgb(130,1,202); }
div.DivClassName
{
background-color: #8201CA;
}
.BgClassName
{
background-color: #8201CA;
}
</style>
border-color css
<style>
span { border-color: #8201CA; }
span { border-color: rgb(130,1,202); }
td.TdClassName
{
border-color: #8201CA;
}
.TagClassName
{
border-color: #8201CA;
}
</style>