Shades of Vivid Violet #88468A
Tints of Vivid Violet #88468A
RGB
CMYK
RGB Variations
Color information
#88468A (or 0x88468A) is known color: Vivid Violet. HEX triplet: 88, 46 and 8A. RGB value is (136,70,138). Sum of RGB (Red+Green+Blue) = 136+70+138=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 138 - color contains mainly: blue. Hex color #88468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88468A is #77B975. Grayscale: #616161. Windows color (decimal): -7846262 or 9062024. OLE color: 9062024.
HSL color Cylindrical-coordinate representation of color #88468A: hue angle of 298.24º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88468A is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 70 | 138 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.46 |
| HSL | 298.24º | 0.33% | 0.41% | - |
| HSV(B) | 298.24º | 0.49% | 0.54% | - |
| XYZ | 16.93 | 11.45 | 25.36 | - |
| YUV | 97.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 138 | 0.01 | 0.49 | 0 | 0.46 | 298.24 | 0.33 | 0.41 |
| Hex | 88 | 46 | 8A | 1 | 31 | 0 | 2E | 12A | 21 | 29 |
| Octal | 210 | 106 | 212 | 1 | 61 | 0 | 56 | 452 | 41 | 51 |
| Binary | 10001000 | 1000110 | 10001010 | 1 | 110001 | 0 | 101110 | 100101010 | 100001 | 101001 |
Color Harmonies of #88468A
Complementary color
Monochromatic Colors of #88468A
Black with #88468A
Text Example
Text Example
White with #88468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88468A; }
p { color: rgb(136,70,138); }
H1.HeaderClassName
{
color: #88468A;
}
.AnyTagClassName
{
color: #88468A;
}
</style>
background-color css
<style>
a { background-color: #88468A; }
a { background-color: rgb(136,70,138); }
div.DivClassName
{
background-color: #88468A;
}
.BgClassName
{
background-color: #88468A;
}
</style>
border-color css
<style>
span { border-color: #88468A; }
span { border-color: rgb(136,70,138); }
td.TdClassName
{
border-color: #88468A;
}
.TagClassName
{
border-color: #88468A;
}
</style>