Shades of Vivid Violet #88478A
Tints of Vivid Violet #88478A
RGB
CMYK
RGB Variations
Color information
#88478A (or 0x88478A) is known color: Vivid Violet. HEX triplet: 88, 47 and 8A. RGB value is (136,71,138). Sum of RGB (Red+Green+Blue) = 136+71+138=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 138 - color contains mainly: blue. Hex color #88478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88478A is #77B875. Grayscale: #616161. Windows color (decimal): -7846006 or 9062280. OLE color: 9062280.
HSL color Cylindrical-coordinate representation of color #88478A: hue angle of 298.21º degrees, saturation: 0.32, 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 #88478A is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 71 | 138 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.46 |
| HSL | 298.21º | 0.32% | 0.41% | - |
| HSV(B) | 298.21º | 0.49% | 0.54% | - |
| XYZ | 16.99 | 11.58 | 25.38 | - |
| YUV | 98.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 138 | 0.01 | 0.49 | 0 | 0.46 | 298.21 | 0.32 | 0.41 |
| Hex | 88 | 47 | 8A | 1 | 31 | 0 | 2E | 12A | 20 | 29 |
| Octal | 210 | 107 | 212 | 1 | 61 | 0 | 56 | 452 | 40 | 51 |
| Binary | 10001000 | 1000111 | 10001010 | 1 | 110001 | 0 | 101110 | 100101010 | 100000 | 101001 |
Color Harmonies of #88478A
Complementary color
Monochromatic Colors of #88478A
Black with #88478A
Text Example
Text Example
White with #88478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88478A; }
p { color: rgb(136,71,138); }
H1.HeaderClassName
{
color: #88478A;
}
.AnyTagClassName
{
color: #88478A;
}
</style>
background-color css
<style>
a { background-color: #88478A; }
a { background-color: rgb(136,71,138); }
div.DivClassName
{
background-color: #88478A;
}
.BgClassName
{
background-color: #88478A;
}
</style>
border-color css
<style>
span { border-color: #88478A; }
span { border-color: rgb(136,71,138); }
td.TdClassName
{
border-color: #88478A;
}
.TagClassName
{
border-color: #88478A;
}
</style>