Shades of Vivid Violet #82409B
Tints of Vivid Violet #82409B
RGB
CMYK
RGB Variations
Color information
#82409B (or 0x82409B) is known color: Vivid Violet. HEX triplet: 82, 40 and 9B. RGB value is (130,64,155). Sum of RGB (Red+Green+Blue) = 130+64+155=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #82409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82409B is #7DBF64. Grayscale: #5D5D5D. Windows color (decimal): -8240997 or 10174594. OLE color: 10174594.
HSL color Cylindrical-coordinate representation of color #82409B: hue angle of 283.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82409B is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 64 | 155 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.39 |
| HSL | 283.52º | 0.42% | 0.43% | - |
| HSV(B) | 283.52º | 0.59% | 0.61% | - |
| XYZ | 16.96 | 10.78 | 32.2 | - |
| YUV | 94.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 155 | 0.16 | 0.59 | 0 | 0.39 | 283.52 | 0.42 | 0.43 |
| Hex | 82 | 40 | 9B | 10 | 3B | 0 | 27 | 11C | 2A | 2B |
| Octal | 202 | 100 | 233 | 20 | 73 | 0 | 47 | 434 | 52 | 53 |
| Binary | 10000010 | 1000000 | 10011011 | 10000 | 111011 | 0 | 100111 | 100011100 | 101010 | 101011 |
Color Harmonies of #82409B
Complementary color
Monochromatic Colors of #82409B
Black with #82409B
Text Example
Text Example
White with #82409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82409B; }
p { color: rgb(130,64,155); }
H1.HeaderClassName
{
color: #82409B;
}
.AnyTagClassName
{
color: #82409B;
}
</style>
background-color css
<style>
a { background-color: #82409B; }
a { background-color: rgb(130,64,155); }
div.DivClassName
{
background-color: #82409B;
}
.BgClassName
{
background-color: #82409B;
}
</style>
border-color css
<style>
span { border-color: #82409B; }
span { border-color: rgb(130,64,155); }
td.TdClassName
{
border-color: #82409B;
}
.TagClassName
{
border-color: #82409B;
}
</style>