Shades of Vivid Violet #88428F
Tints of Vivid Violet #88428F
RGB
CMYK
RGB Variations
Color information
#88428F (or 0x88428F) is known color: Vivid Violet. HEX triplet: 88, 42 and 8F. RGB value is (136,66,143). Sum of RGB (Red+Green+Blue) = 136+66+143=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #88428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88428F is #77BD70. Grayscale: #5F5F5F. Windows color (decimal): -7847281 or 9388680. OLE color: 9388680.
HSL color Cylindrical-coordinate representation of color #88428F: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88428F is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 66 | 143 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.44 |
| HSL | 294.55º | 0.37% | 0.41% | - |
| HSV(B) | 294.55º | 0.54% | 0.56% | - |
| XYZ | 17.06 | 11.11 | 27.23 | - |
| YUV | 95.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 143 | 0.05 | 0.54 | 0 | 0.44 | 294.55 | 0.37 | 0.41 |
| Hex | 88 | 42 | 8F | 5 | 36 | 0 | 2C | 127 | 25 | 29 |
| Octal | 210 | 102 | 217 | 5 | 66 | 0 | 54 | 447 | 45 | 51 |
| Binary | 10001000 | 1000010 | 10001111 | 101 | 110110 | 0 | 101100 | 100100111 | 100101 | 101001 |
Color Harmonies of #88428F
Complementary color
Monochromatic Colors of #88428F
Black with #88428F
Text Example
Text Example
White with #88428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88428F; }
p { color: rgb(136,66,143); }
H1.HeaderClassName
{
color: #88428F;
}
.AnyTagClassName
{
color: #88428F;
}
</style>
background-color css
<style>
a { background-color: #88428F; }
a { background-color: rgb(136,66,143); }
div.DivClassName
{
background-color: #88428F;
}
.BgClassName
{
background-color: #88428F;
}
</style>
border-color css
<style>
span { border-color: #88428F; }
span { border-color: rgb(136,66,143); }
td.TdClassName
{
border-color: #88428F;
}
.TagClassName
{
border-color: #88428F;
}
</style>