Shades of Vivid Violet #824888
Tints of Vivid Violet #824888
RGB
CMYK
RGB Variations
Color information
#824888 (or 0x824888) is known color: Vivid Violet. HEX triplet: 82, 48 and 88. RGB value is (130,72,136). Sum of RGB (Red+Green+Blue) = 130+72+136=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #824888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824888 is #7DB777. Grayscale: #606060. Windows color (decimal): -8238968 or 8931458. OLE color: 8931458.
HSL color Cylindrical-coordinate representation of color #824888: hue angle of 294.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #824888 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 72 | 136 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.47 |
| HSL | 294.38º | 0.31% | 0.41% | - |
| HSV(B) | 294.38º | 0.47% | 0.53% | - |
| XYZ | 15.97 | 11.16 | 24.6 | - |
| YUV | 96.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 136 | 0.04 | 0.47 | 0 | 0.47 | 294.38 | 0.31 | 0.41 |
| Hex | 82 | 48 | 88 | 4 | 2F | 0 | 2F | 126 | 1F | 29 |
| Octal | 202 | 110 | 210 | 4 | 57 | 0 | 57 | 446 | 37 | 51 |
| Binary | 10000010 | 1001000 | 10001000 | 100 | 101111 | 0 | 101111 | 100100110 | 11111 | 101001 |
Color Harmonies of #824888
Complementary color
Monochromatic Colors of #824888
Black with #824888
Text Example
Text Example
White with #824888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824888; }
p { color: rgb(130,72,136); }
H1.HeaderClassName
{
color: #824888;
}
.AnyTagClassName
{
color: #824888;
}
</style>
background-color css
<style>
a { background-color: #824888; }
a { background-color: rgb(130,72,136); }
div.DivClassName
{
background-color: #824888;
}
.BgClassName
{
background-color: #824888;
}
</style>
border-color css
<style>
span { border-color: #824888; }
span { border-color: rgb(130,72,136); }
td.TdClassName
{
border-color: #824888;
}
.TagClassName
{
border-color: #824888;
}
</style>