Shades of Vivid Violet #82449B
Tints of Vivid Violet #82449B
RGB
CMYK
RGB Variations
Color information
#82449B (or 0x82449B) is known color: Vivid Violet. HEX triplet: 82, 44 and 9B. RGB value is (130,68,155). Sum of RGB (Red+Green+Blue) = 130+68+155=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #82449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82449B is #7DBB64. Grayscale: #606060. Windows color (decimal): -8239973 or 10175618. OLE color: 10175618.
HSL color Cylindrical-coordinate representation of color #82449B: hue angle of 282.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82449B is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 68 | 155 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.39 |
| HSL | 282.76º | 0.39% | 0.44% | - |
| HSV(B) | 282.76º | 0.56% | 0.61% | - |
| XYZ | 17.19 | 11.25 | 32.28 | - |
| YUV | 96.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 155 | 0.16 | 0.56 | 0 | 0.39 | 282.76 | 0.39 | 0.44 |
| Hex | 82 | 44 | 9B | 10 | 38 | 0 | 27 | 11B | 27 | 2C |
| Octal | 202 | 104 | 233 | 20 | 70 | 0 | 47 | 433 | 47 | 54 |
| Binary | 10000010 | 1000100 | 10011011 | 10000 | 111000 | 0 | 100111 | 100011011 | 100111 | 101100 |
Color Harmonies of #82449B
Complementary color
Monochromatic Colors of #82449B
Black with #82449B
Text Example
Text Example
White with #82449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82449B; }
p { color: rgb(130,68,155); }
H1.HeaderClassName
{
color: #82449B;
}
.AnyTagClassName
{
color: #82449B;
}
</style>
background-color css
<style>
a { background-color: #82449B; }
a { background-color: rgb(130,68,155); }
div.DivClassName
{
background-color: #82449B;
}
.BgClassName
{
background-color: #82449B;
}
</style>
border-color css
<style>
span { border-color: #82449B; }
span { border-color: rgb(130,68,155); }
td.TdClassName
{
border-color: #82449B;
}
.TagClassName
{
border-color: #82449B;
}
</style>