Shades of Vivid Violet #88268E
Tints of Vivid Violet #88268E
RGB
CMYK
RGB Variations
Color information
#88268E (or 0x88268E) is known color: Vivid Violet. HEX triplet: 88, 26 and 8E. RGB value is (136,38,142). Sum of RGB (Red+Green+Blue) = 136+38+142=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #88268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88268E is #77D971. Grayscale: #4E4E4E. Windows color (decimal): -7854450 or 9315976. OLE color: 9315976.
HSL color Cylindrical-coordinate representation of color #88268E: hue angle of 296.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88268E is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 38 | 142 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.44 |
| HSL | 296.54º | 0.58% | 0.35% | - |
| HSV(B) | 296.54º | 0.73% | 0.56% | - |
| XYZ | 15.73 | 8.57 | 26.42 | - |
| YUV | 79.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 38 | 142 | 0.04 | 0.73 | 0 | 0.44 | 296.54 | 0.58 | 0.35 |
| Hex | 88 | 26 | 8E | 4 | 49 | 0 | 2C | 129 | 3A | 23 |
| Octal | 210 | 46 | 216 | 4 | 111 | 0 | 54 | 451 | 72 | 43 |
| Binary | 10001000 | 100110 | 10001110 | 100 | 1001001 | 0 | 101100 | 100101001 | 111010 | 100011 |
Color Harmonies of #88268E
Complementary color
Monochromatic Colors of #88268E
Black with #88268E
Text Example
Text Example
White with #88268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88268E; }
p { color: rgb(136,38,142); }
H1.HeaderClassName
{
color: #88268E;
}
.AnyTagClassName
{
color: #88268E;
}
</style>
background-color css
<style>
a { background-color: #88268E; }
a { background-color: rgb(136,38,142); }
div.DivClassName
{
background-color: #88268E;
}
.BgClassName
{
background-color: #88268E;
}
</style>
border-color css
<style>
span { border-color: #88268E; }
span { border-color: rgb(136,38,142); }
td.TdClassName
{
border-color: #88268E;
}
.TagClassName
{
border-color: #88268E;
}
</style>