Shades of Dark Violet #8202CD
Tints of Dark Violet #8202CD
RGB
CMYK
RGB Variations
Color information
#8202CD (or 0x8202CD) is known color: Dark Violet. HEX triplet: 82, 02 and CD. RGB value is (130,2,205). Sum of RGB (Red+Green+Blue) = 130+2+205=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #8202CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202CD is #7DFD32. Grayscale: #3E3E3E. Windows color (decimal): -8256819 or 13435522. OLE color: 13435522.
HSL color Cylindrical-coordinate representation of color #8202CD: hue angle of 277.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202CD is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 2 | 205 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.20 |
| HSL | 277.83º | 0.98% | 0.41% | - |
| HSV(B) | 277.83º | 0.99% | 0.8% | - |
| XYZ | 20.25 | 9.2 | 58.47 | - |
| YUV | 63.41 | 207.91 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 205 | 0.37 | 0.99 | 0 | 0.20 | 277.83 | 0.98 | 0.41 |
| Hex | 82 | 2 | CD | 25 | 63 | 0 | 14 | 116 | 62 | 29 |
| Octal | 202 | 2 | 315 | 45 | 143 | 0 | 24 | 426 | 142 | 51 |
| Binary | 10000010 | 10 | 11001101 | 100101 | 1100011 | 0 | 10100 | 100010110 | 1100010 | 101001 |
Color Harmonies of #8202CD
Complementary color
Monochromatic Colors of #8202CD
Black with #8202CD
Text Example
Text Example
White with #8202CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202CD; }
p { color: rgb(130,2,205); }
H1.HeaderClassName
{
color: #8202CD;
}
.AnyTagClassName
{
color: #8202CD;
}
</style>
background-color css
<style>
a { background-color: #8202CD; }
a { background-color: rgb(130,2,205); }
div.DivClassName
{
background-color: #8202CD;
}
.BgClassName
{
background-color: #8202CD;
}
</style>
border-color css
<style>
span { border-color: #8202CD; }
span { border-color: rgb(130,2,205); }
td.TdClassName
{
border-color: #8202CD;
}
.TagClassName
{
border-color: #8202CD;
}
</style>