Shades of Dark Purple #8A2888
Tints of Dark Purple #8A2888
RGB
CMYK
RGB Variations
Color information
#8A2888 (or 0x8A2888) is known color: Dark Purple. HEX triplet: 8A, 28 and 88. RGB value is (138,40,136). Sum of RGB (Red+Green+Blue) = 138+40+136=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2888 is #75D777. Grayscale: #4F4F4F. Windows color (decimal): -7722872 or 8923274. OLE color: 8923274.
HSL color Cylindrical-coordinate representation of color #8A2888: hue angle of 301.22º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A2888 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 40 | 136 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.46 |
| HSL | 301.22º | 0.55% | 0.35% | - |
| HSV(B) | 301.22º | 0.71% | 0.54% | - |
| XYZ | 15.68 | 8.7 | 24.14 | - |
| YUV | 80.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 136 | 0 | 0.71 | 0.01 | 0.46 | 301.22 | 0.55 | 0.35 |
| Hex | 8A | 28 | 88 | 0 | 47 | 1 | 2E | 12D | 37 | 23 |
| Octal | 212 | 50 | 210 | 0 | 107 | 1 | 56 | 455 | 67 | 43 |
| Binary | 10001010 | 101000 | 10001000 | 0 | 1000111 | 1 | 101110 | 100101101 | 110111 | 100011 |
Color Harmonies of #8A2888
Complementary color
Monochromatic Colors of #8A2888
Black with #8A2888
Text Example
Text Example
White with #8A2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2888; }
p { color: rgb(138,40,136); }
H1.HeaderClassName
{
color: #8A2888;
}
.AnyTagClassName
{
color: #8A2888;
}
</style>
background-color css
<style>
a { background-color: #8A2888; }
a { background-color: rgb(138,40,136); }
div.DivClassName
{
background-color: #8A2888;
}
.BgClassName
{
background-color: #8A2888;
}
</style>
border-color css
<style>
span { border-color: #8A2888; }
span { border-color: rgb(138,40,136); }
td.TdClassName
{
border-color: #8A2888;
}
.TagClassName
{
border-color: #8A2888;
}
</style>