Shades of Vivid Violet #82448A
Tints of Vivid Violet #82448A
RGB
CMYK
RGB Variations
Color information
#82448A (or 0x82448A) is known color: Vivid Violet. HEX triplet: 82, 44 and 8A. RGB value is (130,68,138). Sum of RGB (Red+Green+Blue) = 130+68+138=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #82448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82448A is #7DBB75. Grayscale: #5E5E5E. Windows color (decimal): -8239990 or 9061506. OLE color: 9061506.
HSL color Cylindrical-coordinate representation of color #82448A: hue angle of 293.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82448A is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 68 | 138 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.46 |
| HSL | 293.14º | 0.34% | 0.4% | - |
| HSV(B) | 293.14º | 0.51% | 0.54% | - |
| XYZ | 15.86 | 10.72 | 25.28 | - |
| YUV | 94.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 138 | 0.06 | 0.51 | 0 | 0.46 | 293.14 | 0.34 | 0.4 |
| Hex | 82 | 44 | 8A | 6 | 33 | 0 | 2E | 125 | 22 | 28 |
| Octal | 202 | 104 | 212 | 6 | 63 | 0 | 56 | 445 | 42 | 50 |
| Binary | 10000010 | 1000100 | 10001010 | 110 | 110011 | 0 | 101110 | 100100101 | 100010 | 101000 |
Color Harmonies of #82448A
Complementary color
Monochromatic Colors of #82448A
Black with #82448A
Text Example
Text Example
White with #82448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82448A; }
p { color: rgb(130,68,138); }
H1.HeaderClassName
{
color: #82448A;
}
.AnyTagClassName
{
color: #82448A;
}
</style>
background-color css
<style>
a { background-color: #82448A; }
a { background-color: rgb(130,68,138); }
div.DivClassName
{
background-color: #82448A;
}
.BgClassName
{
background-color: #82448A;
}
</style>
border-color css
<style>
span { border-color: #82448A; }
span { border-color: rgb(130,68,138); }
td.TdClassName
{
border-color: #82448A;
}
.TagClassName
{
border-color: #82448A;
}
</style>