Shades of Purple #8A087B
Tints of Purple #8A087B
RGB
CMYK
RGB Variations
Color information
#8A087B (or 0x8A087B) is known color: Purple. HEX triplet: 8A, 08 and 7B. RGB value is (138,8,123). Sum of RGB (Red+Green+Blue) = 138+8+123=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A087B is #75F784. Grayscale: #3B3B3B. Windows color (decimal): -7731077 or 8063114. OLE color: 8063114.
HSL color Cylindrical-coordinate representation of color #8A087B: hue angle of 306.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A087B is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 8 | 123 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.46 |
| HSL | 306.92º | 0.89% | 0.29% | - |
| HSV(B) | 306.92º | 0.94% | 0.54% | - |
| XYZ | 14.14 | 7.01 | 19.35 | - |
| YUV | 59.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 123 | 0 | 0.94 | 0.11 | 0.46 | 306.92 | 0.89 | 0.29 |
| Hex | 8A | 8 | 7B | 0 | 5E | B | 2E | 133 | 59 | 1D |
| Octal | 212 | 10 | 173 | 0 | 136 | 13 | 56 | 463 | 131 | 35 |
| Binary | 10001010 | 1000 | 1111011 | 0 | 1011110 | 1011 | 101110 | 100110011 | 1011001 | 11101 |
Color Harmonies of #8A087B
Complementary color
Monochromatic Colors of #8A087B
Black with #8A087B
Text Example
Text Example
White with #8A087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A087B; }
p { color: rgb(138,8,123); }
H1.HeaderClassName
{
color: #8A087B;
}
.AnyTagClassName
{
color: #8A087B;
}
</style>
background-color css
<style>
a { background-color: #8A087B; }
a { background-color: rgb(138,8,123); }
div.DivClassName
{
background-color: #8A087B;
}
.BgClassName
{
background-color: #8A087B;
}
</style>
border-color css
<style>
span { border-color: #8A087B; }
span { border-color: rgb(138,8,123); }
td.TdClassName
{
border-color: #8A087B;
}
.TagClassName
{
border-color: #8A087B;
}
</style>