Shades of Vivid Violet #88468B
Tints of Vivid Violet #88468B
RGB
CMYK
RGB Variations
Color information
#88468B (or 0x88468B) is known color: Vivid Violet. HEX triplet: 88, 46 and 8B. RGB value is (136,70,139). Sum of RGB (Red+Green+Blue) = 136+70+139=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #88468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88468B is #77B974. Grayscale: #616161. Windows color (decimal): -7846261 or 9127560. OLE color: 9127560.
HSL color Cylindrical-coordinate representation of color #88468B: hue angle of 297.39º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88468B is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 70 | 139 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.45 |
| HSL | 297.39º | 0.33% | 0.41% | - |
| HSV(B) | 297.39º | 0.5% | 0.55% | - |
| XYZ | 17 | 11.48 | 25.75 | - |
| YUV | 97.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 139 | 0.02 | 0.50 | 0 | 0.45 | 297.39 | 0.33 | 0.41 |
| Hex | 88 | 46 | 8B | 2 | 32 | 0 | 2D | 129 | 21 | 29 |
| Octal | 210 | 106 | 213 | 2 | 62 | 0 | 55 | 451 | 41 | 51 |
| Binary | 10001000 | 1000110 | 10001011 | 10 | 110010 | 0 | 101101 | 100101001 | 100001 | 101001 |
Color Harmonies of #88468B
Complementary color
Monochromatic Colors of #88468B
Black with #88468B
Text Example
Text Example
White with #88468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88468B; }
p { color: rgb(136,70,139); }
H1.HeaderClassName
{
color: #88468B;
}
.AnyTagClassName
{
color: #88468B;
}
</style>
background-color css
<style>
a { background-color: #88468B; }
a { background-color: rgb(136,70,139); }
div.DivClassName
{
background-color: #88468B;
}
.BgClassName
{
background-color: #88468B;
}
</style>
border-color css
<style>
span { border-color: #88468B; }
span { border-color: rgb(136,70,139); }
td.TdClassName
{
border-color: #88468B;
}
.TagClassName
{
border-color: #88468B;
}
</style>