Shades of Vivid Violet #88449B
Tints of Vivid Violet #88449B
RGB
CMYK
RGB Variations
Color information
#88449B (or 0x88449B) is known color: Vivid Violet. HEX triplet: 88, 44 and 9B. RGB value is (136,68,155). Sum of RGB (Red+Green+Blue) = 136+68+155=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #88449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88449B is #77BB64. Grayscale: #616161. Windows color (decimal): -7846757 or 10175624. OLE color: 10175624.
HSL color Cylindrical-coordinate representation of color #88449B: hue angle of 286.9º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #88449B is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 68 | 155 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.39 |
| HSL | 286.9º | 0.39% | 0.44% | - |
| HSV(B) | 286.9º | 0.56% | 0.61% | - |
| XYZ | 18.14 | 11.74 | 32.32 | - |
| YUV | 98.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 155 | 0.12 | 0.56 | 0 | 0.39 | 286.9 | 0.39 | 0.44 |
| Hex | 88 | 44 | 9B | C | 38 | 0 | 27 | 11F | 27 | 2C |
| Octal | 210 | 104 | 233 | 14 | 70 | 0 | 47 | 437 | 47 | 54 |
| Binary | 10001000 | 1000100 | 10011011 | 1100 | 111000 | 0 | 100111 | 100011111 | 100111 | 101100 |
Color Harmonies of #88449B
Complementary color
Monochromatic Colors of #88449B
Black with #88449B
Text Example
Text Example
White with #88449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88449B; }
p { color: rgb(136,68,155); }
H1.HeaderClassName
{
color: #88449B;
}
.AnyTagClassName
{
color: #88449B;
}
</style>
background-color css
<style>
a { background-color: #88449B; }
a { background-color: rgb(136,68,155); }
div.DivClassName
{
background-color: #88449B;
}
.BgClassName
{
background-color: #88449B;
}
</style>
border-color css
<style>
span { border-color: #88449B; }
span { border-color: rgb(136,68,155); }
td.TdClassName
{
border-color: #88449B;
}
.TagClassName
{
border-color: #88449B;
}
</style>