Shades of Purple #8A0674
Tints of Purple #8A0674
RGB
CMYK
RGB Variations
Color information
#8A0674 (or 0x8A0674) is known color: Purple. HEX triplet: 8A, 06 and 74. RGB value is (138,6,116). Sum of RGB (Red+Green+Blue) = 138+6+116=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0674 is #75F98B. Grayscale: #393939. Windows color (decimal): -7731596 or 7603850. OLE color: 7603850.
HSL color Cylindrical-coordinate representation of color #8A0674: hue angle of 310º 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 #8A0674 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 6 | 116 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.46 |
| HSL | 310º | 0.92% | 0.28% | - |
| HSV(B) | 310º | 0.96% | 0.54% | - |
| XYZ | 13.7 | 6.79 | 17.11 | - |
| YUV | 58.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 6 | 116 | 0 | 0.96 | 0.16 | 0.46 | 310 | 0.92 | 0.28 |
| Hex | 8A | 6 | 74 | 0 | 60 | 10 | 2E | 136 | 5C | 1C |
| Octal | 212 | 6 | 164 | 0 | 140 | 20 | 56 | 466 | 134 | 34 |
| Binary | 10001010 | 110 | 1110100 | 0 | 1100000 | 10000 | 101110 | 100110110 | 1011100 | 11100 |
Color Harmonies of #8A0674
Complementary color
Monochromatic Colors of #8A0674
Black with #8A0674
Text Example
Text Example
White with #8A0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0674; }
p { color: rgb(138,6,116); }
H1.HeaderClassName
{
color: #8A0674;
}
.AnyTagClassName
{
color: #8A0674;
}
</style>
background-color css
<style>
a { background-color: #8A0674; }
a { background-color: rgb(138,6,116); }
div.DivClassName
{
background-color: #8A0674;
}
.BgClassName
{
background-color: #8A0674;
}
</style>
border-color css
<style>
span { border-color: #8A0674; }
span { border-color: rgb(138,6,116); }
td.TdClassName
{
border-color: #8A0674;
}
.TagClassName
{
border-color: #8A0674;
}
</style>