Shades of Purple #8B067A
Tints of Purple #8B067A
RGB
CMYK
RGB Variations
Color information
#8B067A (or 0x8B067A) is known color: Purple. HEX triplet: 8B, 06 and 7A. RGB value is (139,6,122). Sum of RGB (Red+Green+Blue) = 139+6+122=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B067A is #74F985. Grayscale: #3A3A3A. Windows color (decimal): -7666054 or 7997067. OLE color: 7997067.
HSL color Cylindrical-coordinate representation of color #8B067A: hue angle of 307.67º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B067A is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 122 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.45 |
| HSL | 307.67º | 0.92% | 0.28% | - |
| HSV(B) | 307.67º | 0.96% | 0.55% | - |
| XYZ | 14.23 | 7.02 | 19.02 | - |
| YUV | 58.99 | 163.56 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 122 | 0 | 0.96 | 0.12 | 0.45 | 307.67 | 0.92 | 0.28 |
| Hex | 8B | 6 | 7A | 0 | 60 | C | 2D | 134 | 5C | 1C |
| Octal | 213 | 6 | 172 | 0 | 140 | 14 | 55 | 464 | 134 | 34 |
| Binary | 10001011 | 110 | 1111010 | 0 | 1100000 | 1100 | 101101 | 100110100 | 1011100 | 11100 |
Color Harmonies of #8B067A
Complementary color
Monochromatic Colors of #8B067A
Black with #8B067A
Text Example
Text Example
White with #8B067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B067A; }
p { color: rgb(139,6,122); }
H1.HeaderClassName
{
color: #8B067A;
}
.AnyTagClassName
{
color: #8B067A;
}
</style>
background-color css
<style>
a { background-color: #8B067A; }
a { background-color: rgb(139,6,122); }
div.DivClassName
{
background-color: #8B067A;
}
.BgClassName
{
background-color: #8B067A;
}
</style>
border-color css
<style>
span { border-color: #8B067A; }
span { border-color: rgb(139,6,122); }
td.TdClassName
{
border-color: #8B067A;
}
.TagClassName
{
border-color: #8B067A;
}
</style>