Shades of Purple #8A0379
Tints of Purple #8A0379
RGB
CMYK
RGB Variations
Color information
#8A0379 (or 0x8A0379) is known color: Purple. HEX triplet: 8A, 03 and 79. RGB value is (138,3,121). Sum of RGB (Red+Green+Blue) = 138+3+121=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0379 is #75FC86. Grayscale: #383838. Windows color (decimal): -7732359 or 7930762. OLE color: 7930762.
HSL color Cylindrical-coordinate representation of color #8A0379: hue angle of 307.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8A0379 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.46 |
| HSL | 307.56º | 0.96% | 0.28% | - |
| HSV(B) | 307.56º | 0.98% | 0.54% | - |
| XYZ | 13.96 | 6.85 | 18.68 | - |
| YUV | 56.82 | 164.23 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 3 | 121 | 0 | 0.98 | 0.12 | 0.46 | 307.56 | 0.96 | 0.28 |
| Hex | 8A | 3 | 79 | 0 | 62 | C | 2E | 134 | 60 | 1C |
| Octal | 212 | 3 | 171 | 0 | 142 | 14 | 56 | 464 | 140 | 34 |
| Binary | 10001010 | 11 | 1111001 | 0 | 1100010 | 1100 | 101110 | 100110100 | 1100000 | 11100 |
Color Harmonies of #8A0379
Complementary color
Monochromatic Colors of #8A0379
Black with #8A0379
Text Example
Text Example
White with #8A0379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0379; }
p { color: rgb(138,3,121); }
H1.HeaderClassName
{
color: #8A0379;
}
.AnyTagClassName
{
color: #8A0379;
}
</style>
background-color css
<style>
a { background-color: #8A0379; }
a { background-color: rgb(138,3,121); }
div.DivClassName
{
background-color: #8A0379;
}
.BgClassName
{
background-color: #8A0379;
}
</style>
border-color css
<style>
span { border-color: #8A0379; }
span { border-color: rgb(138,3,121); }
td.TdClassName
{
border-color: #8A0379;
}
.TagClassName
{
border-color: #8A0379;
}
</style>