Shades of Purple #8A0D7F
Tints of Purple #8A0D7F
RGB
CMYK
RGB Variations
Color information
#8A0D7F (or 0x8A0D7F) is known color: Purple. HEX triplet: 8A, 0D and 7F. RGB value is (138,13,127). Sum of RGB (Red+Green+Blue) = 138+13+127=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0D7F is #75F280. Grayscale: #3F3F3F. Windows color (decimal): -7729793 or 8326538. OLE color: 8326538.
HSL color Cylindrical-coordinate representation of color #8A0D7F: hue angle of 305.28º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D7F is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 13 | 127 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.46 |
| HSL | 305.28º | 0.83% | 0.3% | - |
| HSV(B) | 305.28º | 0.91% | 0.54% | - |
| XYZ | 14.46 | 7.22 | 20.71 | - |
| YUV | 63.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 127 | 0 | 0.91 | 0.08 | 0.46 | 305.28 | 0.83 | 0.3 |
| Hex | 8A | D | 7F | 0 | 5B | 8 | 2E | 131 | 53 | 1E |
| Octal | 212 | 15 | 177 | 0 | 133 | 10 | 56 | 461 | 123 | 36 |
| Binary | 10001010 | 1101 | 1111111 | 0 | 1011011 | 1000 | 101110 | 100110001 | 1010011 | 11110 |
Color Harmonies of #8A0D7F
Complementary color
Monochromatic Colors of #8A0D7F
Black with #8A0D7F
Text Example
Text Example
White with #8A0D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0D7F; }
p { color: rgb(138,13,127); }
H1.HeaderClassName
{
color: #8A0D7F;
}
.AnyTagClassName
{
color: #8A0D7F;
}
</style>
background-color css
<style>
a { background-color: #8A0D7F; }
a { background-color: rgb(138,13,127); }
div.DivClassName
{
background-color: #8A0D7F;
}
.BgClassName
{
background-color: #8A0D7F;
}
</style>
border-color css
<style>
span { border-color: #8A0D7F; }
span { border-color: rgb(138,13,127); }
td.TdClassName
{
border-color: #8A0D7F;
}
.TagClassName
{
border-color: #8A0D7F;
}
</style>