Shades of Vivid Violet #88279A
Tints of Vivid Violet #88279A
RGB
CMYK
RGB Variations
Color information
#88279A (or 0x88279A) is known color: Vivid Violet. HEX triplet: 88, 27 and 9A. RGB value is (136,39,154). Sum of RGB (Red+Green+Blue) = 136+39+154=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #88279A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88279A is #77D865. Grayscale: #505050. Windows color (decimal): -7854182 or 10102664. OLE color: 10102664.
HSL color Cylindrical-coordinate representation of color #88279A: hue angle of 290.61º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #88279A is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 39 | 154 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.40 |
| HSL | 290.61º | 0.6% | 0.38% | - |
| HSV(B) | 290.61º | 0.75% | 0.6% | - |
| XYZ | 16.71 | 9.02 | 31.43 | - |
| YUV | 81.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 154 | 0.12 | 0.75 | 0 | 0.40 | 290.61 | 0.6 | 0.38 |
| Hex | 88 | 27 | 9A | C | 4B | 0 | 28 | 123 | 3C | 26 |
| Octal | 210 | 47 | 232 | 14 | 113 | 0 | 50 | 443 | 74 | 46 |
| Binary | 10001000 | 100111 | 10011010 | 1100 | 1001011 | 0 | 101000 | 100100011 | 111100 | 100110 |
Color Harmonies of #88279A
Complementary color
Monochromatic Colors of #88279A
Black with #88279A
Text Example
Text Example
White with #88279A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88279A; }
p { color: rgb(136,39,154); }
H1.HeaderClassName
{
color: #88279A;
}
.AnyTagClassName
{
color: #88279A;
}
</style>
background-color css
<style>
a { background-color: #88279A; }
a { background-color: rgb(136,39,154); }
div.DivClassName
{
background-color: #88279A;
}
.BgClassName
{
background-color: #88279A;
}
</style>
border-color css
<style>
span { border-color: #88279A; }
span { border-color: rgb(136,39,154); }
td.TdClassName
{
border-color: #88279A;
}
.TagClassName
{
border-color: #88279A;
}
</style>