Shades of Vivid Violet #88498B
Tints of Vivid Violet #88498B
RGB
CMYK
RGB Variations
Color information
#88498B (or 0x88498B) is known color: Vivid Violet. HEX triplet: 88, 49 and 8B. RGB value is (136,73,139). Sum of RGB (Red+Green+Blue) = 136+73+139=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #88498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88498B is #77B674. Grayscale: #636363. Windows color (decimal): -7845493 or 9128328. OLE color: 9128328.
HSL color Cylindrical-coordinate representation of color #88498B: hue angle of 297.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88498B is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 73 | 139 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.45 |
| HSL | 297.27º | 0.31% | 0.42% | - |
| HSV(B) | 297.27º | 0.47% | 0.55% | - |
| XYZ | 17.2 | 11.86 | 25.81 | - |
| YUV | 99.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 139 | 0.02 | 0.47 | 0 | 0.45 | 297.27 | 0.31 | 0.42 |
| Hex | 88 | 49 | 8B | 2 | 2F | 0 | 2D | 129 | 1F | 2A |
| Octal | 210 | 111 | 213 | 2 | 57 | 0 | 55 | 451 | 37 | 52 |
| Binary | 10001000 | 1001001 | 10001011 | 10 | 101111 | 0 | 101101 | 100101001 | 11111 | 101010 |
Color Harmonies of #88498B
Complementary color
Monochromatic Colors of #88498B
Black with #88498B
Text Example
Text Example
White with #88498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88498B; }
p { color: rgb(136,73,139); }
H1.HeaderClassName
{
color: #88498B;
}
.AnyTagClassName
{
color: #88498B;
}
</style>
background-color css
<style>
a { background-color: #88498B; }
a { background-color: rgb(136,73,139); }
div.DivClassName
{
background-color: #88498B;
}
.BgClassName
{
background-color: #88498B;
}
</style>
border-color css
<style>
span { border-color: #88498B; }
span { border-color: rgb(136,73,139); }
td.TdClassName
{
border-color: #88498B;
}
.TagClassName
{
border-color: #88498B;
}
</style>