Shades of Dark Purple #8A287C
Tints of Dark Purple #8A287C
RGB
CMYK
RGB Variations
Color information
#8A287C (or 0x8A287C) is known color: Dark Purple. HEX triplet: 8A, 28 and 7C. RGB value is (138,40,124). Sum of RGB (Red+Green+Blue) = 138+40+124=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A287C is #75D783. Grayscale: #4E4E4E. Windows color (decimal): -7722884 or 8136842. OLE color: 8136842.
HSL color Cylindrical-coordinate representation of color #8A287C: hue angle of 308.57º 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 #8A287C is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 40 | 124 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.46 |
| HSL | 308.57º | 0.55% | 0.35% | - |
| HSV(B) | 308.57º | 0.71% | 0.54% | - |
| XYZ | 14.88 | 8.38 | 19.9 | - |
| YUV | 78.88 | 153.47 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 40 | 124 | 0 | 0.71 | 0.10 | 0.46 | 308.57 | 0.55 | 0.35 |
| Hex | 8A | 28 | 7C | 0 | 47 | A | 2E | 135 | 37 | 23 |
| Octal | 212 | 50 | 174 | 0 | 107 | 12 | 56 | 465 | 67 | 43 |
| Binary | 10001010 | 101000 | 1111100 | 0 | 1000111 | 1010 | 101110 | 100110101 | 110111 | 100011 |
Color Harmonies of #8A287C
Complementary color
Monochromatic Colors of #8A287C
Black with #8A287C
Text Example
Text Example
White with #8A287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A287C; }
p { color: rgb(138,40,124); }
H1.HeaderClassName
{
color: #8A287C;
}
.AnyTagClassName
{
color: #8A287C;
}
</style>
background-color css
<style>
a { background-color: #8A287C; }
a { background-color: rgb(138,40,124); }
div.DivClassName
{
background-color: #8A287C;
}
.BgClassName
{
background-color: #8A287C;
}
</style>
border-color css
<style>
span { border-color: #8A287C; }
span { border-color: rgb(138,40,124); }
td.TdClassName
{
border-color: #8A287C;
}
.TagClassName
{
border-color: #8A287C;
}
</style>