Shades of Purple #8A057B
Tints of Purple #8A057B
RGB
CMYK
RGB Variations
Color information
#8A057B (or 0x8A057B) is known color: Purple. HEX triplet: 8A, 05 and 7B. RGB value is (138,5,123). Sum of RGB (Red+Green+Blue) = 138+5+123=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A057B is #75FA84. Grayscale: #393939. Windows color (decimal): -7731845 or 8062346. OLE color: 8062346.
HSL color Cylindrical-coordinate representation of color #8A057B: hue angle of 306.77º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A057B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 5 | 123 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.46 |
| HSL | 306.77º | 0.93% | 0.28% | - |
| HSV(B) | 306.77º | 0.96% | 0.54% | - |
| XYZ | 14.11 | 6.94 | 19.34 | - |
| YUV | 58.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 5 | 123 | 0 | 0.96 | 0.11 | 0.46 | 306.77 | 0.93 | 0.28 |
| Hex | 8A | 5 | 7B | 0 | 60 | B | 2E | 133 | 5D | 1C |
| Octal | 212 | 5 | 173 | 0 | 140 | 13 | 56 | 463 | 135 | 34 |
| Binary | 10001010 | 101 | 1111011 | 0 | 1100000 | 1011 | 101110 | 100110011 | 1011101 | 11100 |
Color Harmonies of #8A057B
Complementary color
Monochromatic Colors of #8A057B
Black with #8A057B
Text Example
Text Example
White with #8A057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A057B; }
p { color: rgb(138,5,123); }
H1.HeaderClassName
{
color: #8A057B;
}
.AnyTagClassName
{
color: #8A057B;
}
</style>
background-color css
<style>
a { background-color: #8A057B; }
a { background-color: rgb(138,5,123); }
div.DivClassName
{
background-color: #8A057B;
}
.BgClassName
{
background-color: #8A057B;
}
</style>
border-color css
<style>
span { border-color: #8A057B; }
span { border-color: rgb(138,5,123); }
td.TdClassName
{
border-color: #8A057B;
}
.TagClassName
{
border-color: #8A057B;
}
</style>