Shades of Dark Purple #8A2E7B
Tints of Dark Purple #8A2E7B
RGB
CMYK
RGB Variations
Color information
#8A2E7B (or 0x8A2E7B) is known color: Dark Purple. HEX triplet: 8A, 2E and 7B. RGB value is (138,46,123). Sum of RGB (Red+Green+Blue) = 138+46+123=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2E7B is #75D184. Grayscale: #525252. Windows color (decimal): -7721349 or 8072842. OLE color: 8072842.
HSL color Cylindrical-coordinate representation of color #8A2E7B: hue angle of 309.78º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2E7B is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 46 | 123 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.46 |
| HSL | 309.78º | 0.5% | 0.36% | - |
| HSV(B) | 309.78º | 0.67% | 0.54% | - |
| XYZ | 15.03 | 8.79 | 19.64 | - |
| YUV | 82.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 46 | 123 | 0 | 0.67 | 0.11 | 0.46 | 309.78 | 0.5 | 0.36 |
| Hex | 8A | 2E | 7B | 0 | 43 | B | 2E | 136 | 32 | 24 |
| Octal | 212 | 56 | 173 | 0 | 103 | 13 | 56 | 466 | 62 | 44 |
| Binary | 10001010 | 101110 | 1111011 | 0 | 1000011 | 1011 | 101110 | 100110110 | 110010 | 100100 |
Color Harmonies of #8A2E7B
Complementary color
Monochromatic Colors of #8A2E7B
Black with #8A2E7B
Text Example
Text Example
White with #8A2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2E7B; }
p { color: rgb(138,46,123); }
H1.HeaderClassName
{
color: #8A2E7B;
}
.AnyTagClassName
{
color: #8A2E7B;
}
</style>
background-color css
<style>
a { background-color: #8A2E7B; }
a { background-color: rgb(138,46,123); }
div.DivClassName
{
background-color: #8A2E7B;
}
.BgClassName
{
background-color: #8A2E7B;
}
</style>
border-color css
<style>
span { border-color: #8A2E7B; }
span { border-color: rgb(138,46,123); }
td.TdClassName
{
border-color: #8A2E7B;
}
.TagClassName
{
border-color: #8A2E7B;
}
</style>