Shades of Vivid Violet #884182
Tints of Vivid Violet #884182
RGB
CMYK
RGB Variations
Color information
#884182 (or 0x884182) is known color: Vivid Violet. HEX triplet: 88, 41 and 82. RGB value is (136,65,130). Sum of RGB (Red+Green+Blue) = 136+65+130=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #884182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884182 is #77BE7D. Grayscale: #5D5D5D. Windows color (decimal): -7847550 or 8536456. OLE color: 8536456.
HSL color Cylindrical-coordinate representation of color #884182: hue angle of 305.07º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884182 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 130 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.47 |
| HSL | 305.07º | 0.35% | 0.39% | - |
| HSV(B) | 305.07º | 0.52% | 0.53% | - |
| XYZ | 16.07 | 10.63 | 22.32 | - |
| YUV | 93.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 130 | 0 | 0.52 | 0.04 | 0.47 | 305.07 | 0.35 | 0.39 |
| Hex | 88 | 41 | 82 | 0 | 34 | 4 | 2F | 131 | 23 | 27 |
| Octal | 210 | 101 | 202 | 0 | 64 | 4 | 57 | 461 | 43 | 47 |
| Binary | 10001000 | 1000001 | 10000010 | 0 | 110100 | 100 | 101111 | 100110001 | 100011 | 100111 |
Color Harmonies of #884182
Complementary color
Monochromatic Colors of #884182
Black with #884182
Text Example
Text Example
White with #884182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884182; }
p { color: rgb(136,65,130); }
H1.HeaderClassName
{
color: #884182;
}
.AnyTagClassName
{
color: #884182;
}
</style>
background-color css
<style>
a { background-color: #884182; }
a { background-color: rgb(136,65,130); }
div.DivClassName
{
background-color: #884182;
}
.BgClassName
{
background-color: #884182;
}
</style>
border-color css
<style>
span { border-color: #884182; }
span { border-color: rgb(136,65,130); }
td.TdClassName
{
border-color: #884182;
}
.TagClassName
{
border-color: #884182;
}
</style>