Shades of Dark Purple #8A3773
Tints of Dark Purple #8A3773
RGB
CMYK
RGB Variations
Color information
#8A3773 (or 0x8A3773) is known color: Dark Purple. HEX triplet: 8A, 37 and 73. RGB value is (138,55,115). Sum of RGB (Red+Green+Blue) = 138+55+115=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3773 is #75C88C. Grayscale: #565656. Windows color (decimal): -7719053 or 7550858. OLE color: 7550858.
HSL color Cylindrical-coordinate representation of color #8A3773: hue angle of 316.63º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3773 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 55 | 115 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.46 |
| HSL | 316.63º | 0.43% | 0.38% | - |
| HSV(B) | 316.63º | 0.6% | 0.54% | - |
| XYZ | 14.94 | 9.37 | 17.24 | - |
| YUV | 86.66 | 144 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 55 | 115 | 0 | 0.60 | 0.17 | 0.46 | 316.63 | 0.43 | 0.38 |
| Hex | 8A | 37 | 73 | 0 | 3C | 11 | 2E | 13D | 2B | 26 |
| Octal | 212 | 67 | 163 | 0 | 74 | 21 | 56 | 475 | 53 | 46 |
| Binary | 10001010 | 110111 | 1110011 | 0 | 111100 | 10001 | 101110 | 100111101 | 101011 | 100110 |
Color Harmonies of #8A3773
Complementary color
Monochromatic Colors of #8A3773
Black with #8A3773
Text Example
Text Example
White with #8A3773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3773; }
p { color: rgb(138,55,115); }
H1.HeaderClassName
{
color: #8A3773;
}
.AnyTagClassName
{
color: #8A3773;
}
</style>
background-color css
<style>
a { background-color: #8A3773; }
a { background-color: rgb(138,55,115); }
div.DivClassName
{
background-color: #8A3773;
}
.BgClassName
{
background-color: #8A3773;
}
</style>
border-color css
<style>
span { border-color: #8A3773; }
span { border-color: rgb(138,55,115); }
td.TdClassName
{
border-color: #8A3773;
}
.TagClassName
{
border-color: #8A3773;
}
</style>