Shades of Dark Purple #8A3680
Tints of Dark Purple #8A3680
RGB
CMYK
RGB Variations
Color information
#8A3680 (or 0x8A3680) is known color: Dark Purple. HEX triplet: 8A, 36 and 80. RGB value is (138,54,128). Sum of RGB (Red+Green+Blue) = 138+54+128=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3680 is #75C97F. Grayscale: #575757. Windows color (decimal): -7719296 or 8402570. OLE color: 8402570.
HSL color Cylindrical-coordinate representation of color #8A3680: hue angle of 307.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A3680 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 128 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.46 |
| HSL | 307.14º | 0.44% | 0.38% | - |
| HSV(B) | 307.14º | 0.61% | 0.54% | - |
| XYZ | 15.7 | 9.6 | 21.45 | - |
| YUV | 87.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 128 | 0 | 0.61 | 0.07 | 0.46 | 307.14 | 0.44 | 0.38 |
| Hex | 8A | 36 | 80 | 0 | 3D | 7 | 2E | 133 | 2C | 26 |
| Octal | 212 | 66 | 200 | 0 | 75 | 7 | 56 | 463 | 54 | 46 |
| Binary | 10001010 | 110110 | 10000000 | 0 | 111101 | 111 | 101110 | 100110011 | 101100 | 100110 |
Color Harmonies of #8A3680
Complementary color
Monochromatic Colors of #8A3680
Black with #8A3680
Text Example
Text Example
White with #8A3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3680; }
p { color: rgb(138,54,128); }
H1.HeaderClassName
{
color: #8A3680;
}
.AnyTagClassName
{
color: #8A3680;
}
</style>
background-color css
<style>
a { background-color: #8A3680; }
a { background-color: rgb(138,54,128); }
div.DivClassName
{
background-color: #8A3680;
}
.BgClassName
{
background-color: #8A3680;
}
</style>
border-color css
<style>
span { border-color: #8A3680; }
span { border-color: rgb(138,54,128); }
td.TdClassName
{
border-color: #8A3680;
}
.TagClassName
{
border-color: #8A3680;
}
</style>