Shades of Purple #8A067B
Tints of Purple #8A067B
RGB
CMYK
RGB Variations
Color information
#8A067B (or 0x8A067B) is known color: Purple. HEX triplet: 8A, 06 and 7B. RGB value is (138,6,123). Sum of RGB (Red+Green+Blue) = 138+6+123=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A067B is #75F984. Grayscale: #3A3A3A. Windows color (decimal): -7731589 or 8062602. OLE color: 8062602.
HSL color Cylindrical-coordinate representation of color #8A067B: hue angle of 306.82º degrees, saturation: 0.92, 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 #8A067B is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 123 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.46 |
| HSL | 306.82º | 0.92% | 0.28% | - |
| HSV(B) | 306.82º | 0.96% | 0.54% | - |
| XYZ | 14.12 | 6.96 | 19.34 | - |
| YUV | 58.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 123 | 0 | 0.96 | 0.11 | 0.46 | 306.82 | 0.92 | 0.28 |
| Hex | 8A | 6 | 7B | 0 | 60 | B | 2E | 133 | 5C | 1C |
| Octal | 212 | 6 | 173 | 0 | 140 | 13 | 56 | 463 | 134 | 34 |
| Binary | 10001010 | 110 | 1111011 | 0 | 1100000 | 1011 | 101110 | 100110011 | 1011100 | 11100 |
Color Harmonies of #8A067B
Complementary color
Monochromatic Colors of #8A067B
Black with #8A067B
Text Example
Text Example
White with #8A067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A067B; }
p { color: rgb(138,6,123); }
H1.HeaderClassName
{
color: #8A067B;
}
.AnyTagClassName
{
color: #8A067B;
}
</style>
background-color css
<style>
a { background-color: #8A067B; }
a { background-color: rgb(138,6,123); }
div.DivClassName
{
background-color: #8A067B;
}
.BgClassName
{
background-color: #8A067B;
}
</style>
border-color css
<style>
span { border-color: #8A067B; }
span { border-color: rgb(138,6,123); }
td.TdClassName
{
border-color: #8A067B;
}
.TagClassName
{
border-color: #8A067B;
}
</style>