Shades of Vivid Violet #88469A
Tints of Vivid Violet #88469A
RGB
CMYK
RGB Variations
Color information
#88469A (or 0x88469A) is known color: Vivid Violet. HEX triplet: 88, 46 and 9A. RGB value is (136,70,154). Sum of RGB (Red+Green+Blue) = 136+70+154=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #88469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88469A is #77B965. Grayscale: #636363. Windows color (decimal): -7846246 or 10110600. OLE color: 10110600.
HSL color Cylindrical-coordinate representation of color #88469A: hue angle of 287.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #88469A is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 70 | 154 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.40 |
| HSL | 287.14º | 0.38% | 0.44% | - |
| HSV(B) | 287.14º | 0.55% | 0.6% | - |
| XYZ | 18.18 | 11.95 | 31.92 | - |
| YUV | 99.31 | 158.87 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 154 | 0.12 | 0.55 | 0 | 0.40 | 287.14 | 0.38 | 0.44 |
| Hex | 88 | 46 | 9A | C | 37 | 0 | 28 | 11F | 26 | 2C |
| Octal | 210 | 106 | 232 | 14 | 67 | 0 | 50 | 437 | 46 | 54 |
| Binary | 10001000 | 1000110 | 10011010 | 1100 | 110111 | 0 | 101000 | 100011111 | 100110 | 101100 |
Color Harmonies of #88469A
Complementary color
Monochromatic Colors of #88469A
Black with #88469A
Text Example
Text Example
White with #88469A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88469A; }
p { color: rgb(136,70,154); }
H1.HeaderClassName
{
color: #88469A;
}
.AnyTagClassName
{
color: #88469A;
}
</style>
background-color css
<style>
a { background-color: #88469A; }
a { background-color: rgb(136,70,154); }
div.DivClassName
{
background-color: #88469A;
}
.BgClassName
{
background-color: #88469A;
}
</style>
border-color css
<style>
span { border-color: #88469A; }
span { border-color: rgb(136,70,154); }
td.TdClassName
{
border-color: #88469A;
}
.TagClassName
{
border-color: #88469A;
}
</style>