Shades of Dark Violet #8202B9
Tints of Dark Violet #8202B9
RGB
CMYK
RGB Variations
Color information
#8202B9 (or 0x8202B9) is known color: Dark Violet. HEX triplet: 82, 02 and B9. RGB value is (130,2,185). Sum of RGB (Red+Green+Blue) = 130+2+185=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 185 (72.66% from 255 or 58.36% from 317); Max value from RGB is 185 - color contains mainly: blue. Hex color #8202B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202B9 is #7DFD46. Grayscale: #3C3C3C. Windows color (decimal): -8256839 or 12124802. OLE color: 12124802.
HSL color Cylindrical-coordinate representation of color #8202B9: hue angle of 281.97º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202B9 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 2 | 185 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.27 |
| HSL | 281.97º | 0.98% | 0.37% | - |
| HSV(B) | 281.97º | 0.99% | 0.73% | - |
| XYZ | 17.98 | 8.29 | 46.55 | - |
| YUV | 61.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 185 | 0.30 | 0.99 | 0 | 0.27 | 281.97 | 0.98 | 0.37 |
| Hex | 82 | 2 | B9 | 1E | 63 | 0 | 1B | 11A | 62 | 25 |
| Octal | 202 | 2 | 271 | 36 | 143 | 0 | 33 | 432 | 142 | 45 |
| Binary | 10000010 | 10 | 10111001 | 11110 | 1100011 | 0 | 11011 | 100011010 | 1100010 | 100101 |
Color Harmonies of #8202B9
Complementary color
Monochromatic Colors of #8202B9
Black with #8202B9
Text Example
Text Example
White with #8202B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8202B9; }
p { color: rgb(130,2,185); }
H1.HeaderClassName
{
color: #8202B9;
}
.AnyTagClassName
{
color: #8202B9;
}
</style>
background-color css
<style>
a { background-color: #8202B9; }
a { background-color: rgb(130,2,185); }
div.DivClassName
{
background-color: #8202B9;
}
.BgClassName
{
background-color: #8202B9;
}
</style>
border-color css
<style>
span { border-color: #8202B9; }
span { border-color: rgb(130,2,185); }
td.TdClassName
{
border-color: #8202B9;
}
.TagClassName
{
border-color: #8202B9;
}
</style>