Shades of Purple #8A0C7B
Tints of Purple #8A0C7B
RGB
CMYK
RGB Variations
Color information
#8A0C7B (or 0x8A0C7B) is known color: Purple. HEX triplet: 8A, 0C and 7B. RGB value is (138,12,123). Sum of RGB (Red+Green+Blue) = 138+12+123=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0C7B is #75F384. Grayscale: #3E3E3E. Windows color (decimal): -7730053 or 8064138. OLE color: 8064138.
HSL color Cylindrical-coordinate representation of color #8A0C7B: hue angle of 307.14º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C7B is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 123 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.46 |
| HSL | 307.14º | 0.84% | 0.29% | - |
| HSV(B) | 307.14º | 0.91% | 0.54% | - |
| XYZ | 14.19 | 7.1 | 19.36 | - |
| YUV | 62.33 | 162.24 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 123 | 0 | 0.91 | 0.11 | 0.46 | 307.14 | 0.84 | 0.29 |
| Hex | 8A | C | 7B | 0 | 5B | B | 2E | 133 | 54 | 1D |
| Octal | 212 | 14 | 173 | 0 | 133 | 13 | 56 | 463 | 124 | 35 |
| Binary | 10001010 | 1100 | 1111011 | 0 | 1011011 | 1011 | 101110 | 100110011 | 1010100 | 11101 |
Color Harmonies of #8A0C7B
Complementary color
Monochromatic Colors of #8A0C7B
Black with #8A0C7B
Text Example
Text Example
White with #8A0C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C7B; }
p { color: rgb(138,12,123); }
H1.HeaderClassName
{
color: #8A0C7B;
}
.AnyTagClassName
{
color: #8A0C7B;
}
</style>
background-color css
<style>
a { background-color: #8A0C7B; }
a { background-color: rgb(138,12,123); }
div.DivClassName
{
background-color: #8A0C7B;
}
.BgClassName
{
background-color: #8A0C7B;
}
</style>
border-color css
<style>
span { border-color: #8A0C7B; }
span { border-color: rgb(138,12,123); }
td.TdClassName
{
border-color: #8A0C7B;
}
.TagClassName
{
border-color: #8A0C7B;
}
</style>