Shades of Dark Purple #87238A
Tints of Dark Purple #87238A
RGB
CMYK
RGB Variations
Color information
#87238A (or 0x87238A) is known color: Dark Purple. HEX triplet: 87, 23 and 8A. RGB value is (135,35,138). Sum of RGB (Red+Green+Blue) = 135+35+138=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #87238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #87238A is #78DC75. Grayscale: #4C4C4C. Windows color (decimal): -7920758 or 9053063. OLE color: 9053063.
HSL color Cylindrical-coordinate representation of color #87238A: hue angle of 298.25º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87238A is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 35 | 138 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.46 |
| HSL | 298.25º | 0.6% | 0.34% | - |
| HSV(B) | 298.25º | 0.75% | 0.54% | - |
| XYZ | 15.18 | 8.19 | 24.83 | - |
| YUV | 76.64 | 162.63 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 138 | 0.02 | 0.75 | 0 | 0.46 | 298.25 | 0.6 | 0.34 |
| Hex | 87 | 23 | 8A | 2 | 4B | 0 | 2E | 12A | 3C | 22 |
| Octal | 207 | 43 | 212 | 2 | 113 | 0 | 56 | 452 | 74 | 42 |
| Binary | 10000111 | 100011 | 10001010 | 10 | 1001011 | 0 | 101110 | 100101010 | 111100 | 100010 |
Color Harmonies of #87238A
Complementary color
Monochromatic Colors of #87238A
Black with #87238A
Text Example
Text Example
White with #87238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87238A; }
p { color: rgb(135,35,138); }
H1.HeaderClassName
{
color: #87238A;
}
.AnyTagClassName
{
color: #87238A;
}
</style>
background-color css
<style>
a { background-color: #87238A; }
a { background-color: rgb(135,35,138); }
div.DivClassName
{
background-color: #87238A;
}
.BgClassName
{
background-color: #87238A;
}
</style>
border-color css
<style>
span { border-color: #87238A; }
span { border-color: rgb(135,35,138); }
td.TdClassName
{
border-color: #87238A;
}
.TagClassName
{
border-color: #87238A;
}
</style>