Shades of Vivid Violet #88458C
Tints of Vivid Violet #88458C
RGB
CMYK
RGB Variations
Color information
#88458C (or 0x88458C) is known color: Vivid Violet. HEX triplet: 88, 45 and 8C. RGB value is (136,69,140). Sum of RGB (Red+Green+Blue) = 136+69+140=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #88458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88458C is #77BA73. Grayscale: #606060. Windows color (decimal): -7846516 or 9192840. OLE color: 9192840.
HSL color Cylindrical-coordinate representation of color #88458C: hue angle of 296.62º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88458C is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 69 | 140 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.45 |
| HSL | 296.62º | 0.34% | 0.41% | - |
| HSV(B) | 296.62º | 0.51% | 0.55% | - |
| XYZ | 17.02 | 11.38 | 26.11 | - |
| YUV | 97.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 140 | 0.03 | 0.51 | 0 | 0.45 | 296.62 | 0.34 | 0.41 |
| Hex | 88 | 45 | 8C | 3 | 33 | 0 | 2D | 129 | 22 | 29 |
| Octal | 210 | 105 | 214 | 3 | 63 | 0 | 55 | 451 | 42 | 51 |
| Binary | 10001000 | 1000101 | 10001100 | 11 | 110011 | 0 | 101101 | 100101001 | 100010 | 101001 |
Color Harmonies of #88458C
Complementary color
Monochromatic Colors of #88458C
Black with #88458C
Text Example
Text Example
White with #88458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88458C; }
p { color: rgb(136,69,140); }
H1.HeaderClassName
{
color: #88458C;
}
.AnyTagClassName
{
color: #88458C;
}
</style>
background-color css
<style>
a { background-color: #88458C; }
a { background-color: rgb(136,69,140); }
div.DivClassName
{
background-color: #88458C;
}
.BgClassName
{
background-color: #88458C;
}
</style>
border-color css
<style>
span { border-color: #88458C; }
span { border-color: rgb(136,69,140); }
td.TdClassName
{
border-color: #88458C;
}
.TagClassName
{
border-color: #88458C;
}
</style>