Shades of Vivid Violet #88469E
Tints of Vivid Violet #88469E
RGB
CMYK
RGB Variations
Color information
#88469E (or 0x88469E) is known color: Vivid Violet. HEX triplet: 88, 46 and 9E. RGB value is (136,70,158). Sum of RGB (Red+Green+Blue) = 136+70+158=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #88469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88469E is #77B961. Grayscale: #636363. Windows color (decimal): -7846242 or 10372744. OLE color: 10372744.
HSL color Cylindrical-coordinate representation of color #88469E: hue angle of 285º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88469E is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 70 | 158 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.38 |
| HSL | 285º | 0.39% | 0.45% | - |
| HSV(B) | 285º | 0.56% | 0.62% | - |
| XYZ | 18.52 | 12.08 | 33.7 | - |
| YUV | 99.77 | 160.87 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 158 | 0.14 | 0.56 | 0 | 0.38 | 285 | 0.39 | 0.45 |
| Hex | 88 | 46 | 9E | E | 38 | 0 | 26 | 11D | 27 | 2D |
| Octal | 210 | 106 | 236 | 16 | 70 | 0 | 46 | 435 | 47 | 55 |
| Binary | 10001000 | 1000110 | 10011110 | 1110 | 111000 | 0 | 100110 | 100011101 | 100111 | 101101 |
Color Harmonies of #88469E
Complementary color
Monochromatic Colors of #88469E
Black with #88469E
Text Example
Text Example
White with #88469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88469E; }
p { color: rgb(136,70,158); }
H1.HeaderClassName
{
color: #88469E;
}
.AnyTagClassName
{
color: #88469E;
}
</style>
background-color css
<style>
a { background-color: #88469E; }
a { background-color: rgb(136,70,158); }
div.DivClassName
{
background-color: #88469E;
}
.BgClassName
{
background-color: #88469E;
}
</style>
border-color css
<style>
span { border-color: #88469E; }
span { border-color: rgb(136,70,158); }
td.TdClassName
{
border-color: #88469E;
}
.TagClassName
{
border-color: #88469E;
}
</style>