Shades of Vivid Violet #884695
Tints of Vivid Violet #884695
RGB
CMYK
RGB Variations
Color information
#884695 (or 0x884695) is known color: Vivid Violet. HEX triplet: 88, 46 and 95. RGB value is (136,70,149). Sum of RGB (Red+Green+Blue) = 136+70+149=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #884695 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884695 is #77B96A. Grayscale: #626262. Windows color (decimal): -7846251 or 9782920. OLE color: 9782920.
HSL color Cylindrical-coordinate representation of color #884695: hue angle of 290.13º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #884695 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 136 | 70 | 149 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.42 |
| HSL | 290.13º | 0.36% | 0.43% | - |
| HSV(B) | 290.13º | 0.53% | 0.58% | - |
| XYZ | 17.77 | 11.78 | 29.77 | - |
| YUV | 98.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 149 | 0.09 | 0.53 | 0 | 0.42 | 290.13 | 0.36 | 0.43 |
| Hex | 88 | 46 | 95 | 9 | 35 | 0 | 2A | 122 | 24 | 2B |
| Octal | 210 | 106 | 225 | 11 | 65 | 0 | 52 | 442 | 44 | 53 |
| Binary | 10001000 | 1000110 | 10010101 | 1001 | 110101 | 0 | 101010 | 100100010 | 100100 | 101011 |
Color Harmonies of #884695
Complementary color
Monochromatic Colors of #884695
Black with #884695
Text Example
Text Example
White with #884695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884695; }
p { color: rgb(136,70,149); }
H1.HeaderClassName
{
color: #884695;
}
.AnyTagClassName
{
color: #884695;
}
</style>
background-color css
<style>
a { background-color: #884695; }
a { background-color: rgb(136,70,149); }
div.DivClassName
{
background-color: #884695;
}
.BgClassName
{
background-color: #884695;
}
</style>
border-color css
<style>
span { border-color: #884695; }
span { border-color: rgb(136,70,149); }
td.TdClassName
{
border-color: #884695;
}
.TagClassName
{
border-color: #884695;
}
</style>