Shades of Dark Violet #8204B9
Tints of Dark Violet #8204B9
RGB
CMYK
RGB Variations
Color information
#8204B9 (or 0x8204B9) is known color: Dark Violet. HEX triplet: 82, 04 and B9. RGB value is (130,4,185). Sum of RGB (Red+Green+Blue) = 130+4+185=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 185 (72.66% from 255 or 57.99% from 319); Max value from RGB is 185 - color contains mainly: blue. Hex color #8204B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204B9 is #7DFB46. Grayscale: #3D3D3D. Windows color (decimal): -8256327 or 12125314. OLE color: 12125314.
HSL color Cylindrical-coordinate representation of color #8204B9: hue angle of 281.77º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204B9 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 4 | 185 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.27 |
| HSL | 281.77º | 0.96% | 0.37% | - |
| HSV(B) | 281.77º | 0.98% | 0.73% | - |
| XYZ | 18.01 | 8.34 | 46.56 | - |
| YUV | 62.31 | 197.24 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 4 | 185 | 0.30 | 0.98 | 0 | 0.27 | 281.77 | 0.96 | 0.37 |
| Hex | 82 | 4 | B9 | 1E | 62 | 0 | 1B | 11A | 60 | 25 |
| Octal | 202 | 4 | 271 | 36 | 142 | 0 | 33 | 432 | 140 | 45 |
| Binary | 10000010 | 100 | 10111001 | 11110 | 1100010 | 0 | 11011 | 100011010 | 1100000 | 100101 |
Color Harmonies of #8204B9
Complementary color
Monochromatic Colors of #8204B9
Black with #8204B9
Text Example
Text Example
White with #8204B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8204B9; }
p { color: rgb(130,4,185); }
H1.HeaderClassName
{
color: #8204B9;
}
.AnyTagClassName
{
color: #8204B9;
}
</style>
background-color css
<style>
a { background-color: #8204B9; }
a { background-color: rgb(130,4,185); }
div.DivClassName
{
background-color: #8204B9;
}
.BgClassName
{
background-color: #8204B9;
}
</style>
border-color css
<style>
span { border-color: #8204B9; }
span { border-color: rgb(130,4,185); }
td.TdClassName
{
border-color: #8204B9;
}
.TagClassName
{
border-color: #8204B9;
}
</style>