Shades of Vivid Violet #82448C
Tints of Vivid Violet #82448C
RGB
CMYK
RGB Variations
Color information
#82448C (or 0x82448C) is known color: Vivid Violet. HEX triplet: 82, 44 and 8C. RGB value is (130,68,140). Sum of RGB (Red+Green+Blue) = 130+68+140=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #82448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82448C is #7DBB73. Grayscale: #5E5E5E. Windows color (decimal): -8239988 or 9192578. OLE color: 9192578.
HSL color Cylindrical-coordinate representation of color #82448C: hue angle of 291.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82448C is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 68 | 140 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.45 |
| HSL | 291.67º | 0.35% | 0.41% | - |
| HSV(B) | 291.67º | 0.51% | 0.55% | - |
| XYZ | 16.01 | 10.77 | 26.05 | - |
| YUV | 94.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 140 | 0.07 | 0.51 | 0 | 0.45 | 291.67 | 0.35 | 0.41 |
| Hex | 82 | 44 | 8C | 7 | 33 | 0 | 2D | 124 | 23 | 29 |
| Octal | 202 | 104 | 214 | 7 | 63 | 0 | 55 | 444 | 43 | 51 |
| Binary | 10000010 | 1000100 | 10001100 | 111 | 110011 | 0 | 101101 | 100100100 | 100011 | 101001 |
Color Harmonies of #82448C
Complementary color
Monochromatic Colors of #82448C
Black with #82448C
Text Example
Text Example
White with #82448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82448C; }
p { color: rgb(130,68,140); }
H1.HeaderClassName
{
color: #82448C;
}
.AnyTagClassName
{
color: #82448C;
}
</style>
background-color css
<style>
a { background-color: #82448C; }
a { background-color: rgb(130,68,140); }
div.DivClassName
{
background-color: #82448C;
}
.BgClassName
{
background-color: #82448C;
}
</style>
border-color css
<style>
span { border-color: #82448C; }
span { border-color: rgb(130,68,140); }
td.TdClassName
{
border-color: #82448C;
}
.TagClassName
{
border-color: #82448C;
}
</style>