Shades of Dark Purple #88237B
Tints of Dark Purple #88237B
RGB
CMYK
RGB Variations
Color information
#88237B (or 0x88237B) is known color: Dark Purple. HEX triplet: 88, 23 and 7B. RGB value is (136,35,123). Sum of RGB (Red+Green+Blue) = 136+35+123=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88237B is #77DC84. Grayscale: #4A4A4A. Windows color (decimal): -7855237 or 8070024. OLE color: 8070024.
HSL color Cylindrical-coordinate representation of color #88237B: hue angle of 307.72º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #88237B is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 123 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.47 |
| HSL | 307.72º | 0.59% | 0.34% | - |
| HSV(B) | 307.72º | 0.74% | 0.53% | - |
| XYZ | 14.33 | 7.87 | 19.5 | - |
| YUV | 75.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 123 | 0 | 0.74 | 0.10 | 0.47 | 307.72 | 0.59 | 0.34 |
| Hex | 88 | 23 | 7B | 0 | 4A | A | 2F | 134 | 3B | 22 |
| Octal | 210 | 43 | 173 | 0 | 112 | 12 | 57 | 464 | 73 | 42 |
| Binary | 10001000 | 100011 | 1111011 | 0 | 1001010 | 1010 | 101111 | 100110100 | 111011 | 100010 |
Color Harmonies of #88237B
Complementary color
Monochromatic Colors of #88237B
Black with #88237B
Text Example
Text Example
White with #88237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88237B; }
p { color: rgb(136,35,123); }
H1.HeaderClassName
{
color: #88237B;
}
.AnyTagClassName
{
color: #88237B;
}
</style>
background-color css
<style>
a { background-color: #88237B; }
a { background-color: rgb(136,35,123); }
div.DivClassName
{
background-color: #88237B;
}
.BgClassName
{
background-color: #88237B;
}
</style>
border-color css
<style>
span { border-color: #88237B; }
span { border-color: rgb(136,35,123); }
td.TdClassName
{
border-color: #88237B;
}
.TagClassName
{
border-color: #88237B;
}
</style>