Shades of Vivid Violet #88379B
Tints of Vivid Violet #88379B
RGB
CMYK
RGB Variations
Color information
#88379B (or 0x88379B) is known color: Vivid Violet. HEX triplet: 88, 37 and 9B. RGB value is (136,55,155). Sum of RGB (Red+Green+Blue) = 136+55+155=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #88379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88379B is #77C864. Grayscale: #5A5A5A. Windows color (decimal): -7850085 or 10172296. OLE color: 10172296.
HSL color Cylindrical-coordinate representation of color #88379B: hue angle of 288.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88379B is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 55 | 155 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.39 |
| HSL | 288.6º | 0.48% | 0.41% | - |
| HSV(B) | 288.6º | 0.65% | 0.61% | - |
| XYZ | 17.44 | 10.33 | 32.09 | - |
| YUV | 90.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 55 | 155 | 0.12 | 0.65 | 0 | 0.39 | 288.6 | 0.48 | 0.41 |
| Hex | 88 | 37 | 9B | C | 41 | 0 | 27 | 121 | 30 | 29 |
| Octal | 210 | 67 | 233 | 14 | 101 | 0 | 47 | 441 | 60 | 51 |
| Binary | 10001000 | 110111 | 10011011 | 1100 | 1000001 | 0 | 100111 | 100100001 | 110000 | 101001 |
Color Harmonies of #88379B
Complementary color
Monochromatic Colors of #88379B
Black with #88379B
Text Example
Text Example
White with #88379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88379B; }
p { color: rgb(136,55,155); }
H1.HeaderClassName
{
color: #88379B;
}
.AnyTagClassName
{
color: #88379B;
}
</style>
background-color css
<style>
a { background-color: #88379B; }
a { background-color: rgb(136,55,155); }
div.DivClassName
{
background-color: #88379B;
}
.BgClassName
{
background-color: #88379B;
}
</style>
border-color css
<style>
span { border-color: #88379B; }
span { border-color: rgb(136,55,155); }
td.TdClassName
{
border-color: #88379B;
}
.TagClassName
{
border-color: #88379B;
}
</style>