Shades of Vivid Violet #88278C
Tints of Vivid Violet #88278C
RGB
CMYK
RGB Variations
Color information
#88278C (or 0x88278C) is known color: Vivid Violet. HEX triplet: 88, 27 and 8C. RGB value is (136,39,140). Sum of RGB (Red+Green+Blue) = 136+39+140=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #88278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88278C is #77D873. Grayscale: #4F4F4F. Windows color (decimal): -7854196 or 9185160. OLE color: 9185160.
HSL color Cylindrical-coordinate representation of color #88278C: hue angle of 297.62º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88278C is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 39 | 140 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.45 |
| HSL | 297.62º | 0.56% | 0.35% | - |
| HSV(B) | 297.62º | 0.72% | 0.55% | - |
| XYZ | 15.61 | 8.58 | 25.64 | - |
| YUV | 79.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 140 | 0.03 | 0.72 | 0 | 0.45 | 297.62 | 0.56 | 0.35 |
| Hex | 88 | 27 | 8C | 3 | 48 | 0 | 2D | 12A | 38 | 23 |
| Octal | 210 | 47 | 214 | 3 | 110 | 0 | 55 | 452 | 70 | 43 |
| Binary | 10001000 | 100111 | 10001100 | 11 | 1001000 | 0 | 101101 | 100101010 | 111000 | 100011 |
Color Harmonies of #88278C
Complementary color
Monochromatic Colors of #88278C
Black with #88278C
Text Example
Text Example
White with #88278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88278C; }
p { color: rgb(136,39,140); }
H1.HeaderClassName
{
color: #88278C;
}
.AnyTagClassName
{
color: #88278C;
}
</style>
background-color css
<style>
a { background-color: #88278C; }
a { background-color: rgb(136,39,140); }
div.DivClassName
{
background-color: #88278C;
}
.BgClassName
{
background-color: #88278C;
}
</style>
border-color css
<style>
span { border-color: #88278C; }
span { border-color: rgb(136,39,140); }
td.TdClassName
{
border-color: #88278C;
}
.TagClassName
{
border-color: #88278C;
}
</style>