Shades of Dark Purple #88346A
Tints of Dark Purple #88346A
RGB
CMYK
RGB Variations
Color information
#88346A (or 0x88346A) is known color: Dark Purple. HEX triplet: 88, 34 and 6A. RGB value is (136,52,106). Sum of RGB (Red+Green+Blue) = 136+52+106=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88346A is #77CB95. Grayscale: #535353. Windows color (decimal): -7850902 or 6960264. OLE color: 6960264.
HSL color Cylindrical-coordinate representation of color #88346A: hue angle of 321.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88346A is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 106 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.47 |
| HSL | 321.43º | 0.45% | 0.37% | - |
| HSV(B) | 321.43º | 0.62% | 0.53% | - |
| XYZ | 13.98 | 8.73 | 14.58 | - |
| YUV | 83.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 106 | 0 | 0.62 | 0.22 | 0.47 | 321.43 | 0.45 | 0.37 |
| Hex | 88 | 34 | 6A | 0 | 3E | 16 | 2F | 141 | 2D | 25 |
| Octal | 210 | 64 | 152 | 0 | 76 | 26 | 57 | 501 | 55 | 45 |
| Binary | 10001000 | 110100 | 1101010 | 0 | 111110 | 10110 | 101111 | 101000001 | 101101 | 100101 |
Color Harmonies of #88346A
Complementary color
Monochromatic Colors of #88346A
Black with #88346A
Text Example
Text Example
White with #88346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88346A; }
p { color: rgb(136,52,106); }
H1.HeaderClassName
{
color: #88346A;
}
.AnyTagClassName
{
color: #88346A;
}
</style>
background-color css
<style>
a { background-color: #88346A; }
a { background-color: rgb(136,52,106); }
div.DivClassName
{
background-color: #88346A;
}
.BgClassName
{
background-color: #88346A;
}
</style>
border-color css
<style>
span { border-color: #88346A; }
span { border-color: rgb(136,52,106); }
td.TdClassName
{
border-color: #88346A;
}
.TagClassName
{
border-color: #88346A;
}
</style>