Shades of Purple #88097B
Tints of Purple #88097B
RGB
CMYK
RGB Variations
Color information
#88097B (or 0x88097B) is known color: Purple. HEX triplet: 88, 09 and 7B. RGB value is (136,9,123). Sum of RGB (Red+Green+Blue) = 136+9+123=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88097B is #77F684. Grayscale: #3B3B3B. Windows color (decimal): -7861893 or 8063368. OLE color: 8063368.
HSL color Cylindrical-coordinate representation of color #88097B: hue angle of 306.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88097B is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 123 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.47 |
| HSL | 306.14º | 0.88% | 0.28% | - |
| HSV(B) | 306.14º | 0.93% | 0.53% | - |
| XYZ | 13.83 | 6.86 | 19.33 | - |
| YUV | 59.97 | 163.58 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 123 | 0 | 0.93 | 0.10 | 0.47 | 306.14 | 0.88 | 0.28 |
| Hex | 88 | 9 | 7B | 0 | 5D | A | 2F | 132 | 58 | 1C |
| Octal | 210 | 11 | 173 | 0 | 135 | 12 | 57 | 462 | 130 | 34 |
| Binary | 10001000 | 1001 | 1111011 | 0 | 1011101 | 1010 | 101111 | 100110010 | 1011000 | 11100 |
Color Harmonies of #88097B
Complementary color
Monochromatic Colors of #88097B
Black with #88097B
Text Example
Text Example
White with #88097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88097B; }
p { color: rgb(136,9,123); }
H1.HeaderClassName
{
color: #88097B;
}
.AnyTagClassName
{
color: #88097B;
}
</style>
background-color css
<style>
a { background-color: #88097B; }
a { background-color: rgb(136,9,123); }
div.DivClassName
{
background-color: #88097B;
}
.BgClassName
{
background-color: #88097B;
}
</style>
border-color css
<style>
span { border-color: #88097B; }
span { border-color: rgb(136,9,123); }
td.TdClassName
{
border-color: #88097B;
}
.TagClassName
{
border-color: #88097B;
}
</style>