Shades of Dark Purple #8A2063
Tints of Dark Purple #8A2063
RGB
CMYK
RGB Variations
Color information
#8A2063 (or 0x8A2063) is known color: Dark Purple. HEX triplet: 8A, 20 and 63. RGB value is (138,32,99). Sum of RGB (Red+Green+Blue) = 138+32+99=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2063 is #75DF9C. Grayscale: #474747. Windows color (decimal): -7724957 or 6496394. OLE color: 6496394.
HSL color Cylindrical-coordinate representation of color #8A2063: hue angle of 322.08º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2063 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 32 | 99 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.46 |
| HSL | 322.08º | 0.62% | 0.33% | - |
| HSV(B) | 322.08º | 0.77% | 0.54% | - |
| XYZ | 13.25 | 7.34 | 12.52 | - |
| YUV | 71.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 32 | 99 | 0 | 0.77 | 0.28 | 0.46 | 322.08 | 0.62 | 0.33 |
| Hex | 8A | 20 | 63 | 0 | 4D | 1C | 2E | 142 | 3E | 21 |
| Octal | 212 | 40 | 143 | 0 | 115 | 34 | 56 | 502 | 76 | 41 |
| Binary | 10001010 | 100000 | 1100011 | 0 | 1001101 | 11100 | 101110 | 101000010 | 111110 | 100001 |
Color Harmonies of #8A2063
Complementary color
Monochromatic Colors of #8A2063
Black with #8A2063
Text Example
Text Example
White with #8A2063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2063; }
p { color: rgb(138,32,99); }
H1.HeaderClassName
{
color: #8A2063;
}
.AnyTagClassName
{
color: #8A2063;
}
</style>
background-color css
<style>
a { background-color: #8A2063; }
a { background-color: rgb(138,32,99); }
div.DivClassName
{
background-color: #8A2063;
}
.BgClassName
{
background-color: #8A2063;
}
</style>
border-color css
<style>
span { border-color: #8A2063; }
span { border-color: rgb(138,32,99); }
td.TdClassName
{
border-color: #8A2063;
}
.TagClassName
{
border-color: #8A2063;
}
</style>