Shades of Dark Purple #8A3D7C
Tints of Dark Purple #8A3D7C
RGB
CMYK
RGB Variations
Color information
#8A3D7C (or 0x8A3D7C) is known color: Dark Purple. HEX triplet: 8A, 3D and 7C. RGB value is (138,61,124). Sum of RGB (Red+Green+Blue) = 138+61+124=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3D7C is #75C283. Grayscale: #5B5B5B. Windows color (decimal): -7717508 or 8142218. OLE color: 8142218.
HSL color Cylindrical-coordinate representation of color #8A3D7C: hue angle of 310.91º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D7C is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 61 | 124 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.46 |
| HSL | 310.91º | 0.39% | 0.39% | - |
| HSV(B) | 310.91º | 0.56% | 0.54% | - |
| XYZ | 15.79 | 10.2 | 20.2 | - |
| YUV | 91.21 | 146.51 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 124 | 0 | 0.56 | 0.10 | 0.46 | 310.91 | 0.39 | 0.39 |
| Hex | 8A | 3D | 7C | 0 | 38 | A | 2E | 137 | 27 | 27 |
| Octal | 212 | 75 | 174 | 0 | 70 | 12 | 56 | 467 | 47 | 47 |
| Binary | 10001010 | 111101 | 1111100 | 0 | 111000 | 1010 | 101110 | 100110111 | 100111 | 100111 |
Color Harmonies of #8A3D7C
Complementary color
Monochromatic Colors of #8A3D7C
Black with #8A3D7C
Text Example
Text Example
White with #8A3D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D7C; }
p { color: rgb(138,61,124); }
H1.HeaderClassName
{
color: #8A3D7C;
}
.AnyTagClassName
{
color: #8A3D7C;
}
</style>
background-color css
<style>
a { background-color: #8A3D7C; }
a { background-color: rgb(138,61,124); }
div.DivClassName
{
background-color: #8A3D7C;
}
.BgClassName
{
background-color: #8A3D7C;
}
</style>
border-color css
<style>
span { border-color: #8A3D7C; }
span { border-color: rgb(138,61,124); }
td.TdClassName
{
border-color: #8A3D7C;
}
.TagClassName
{
border-color: #8A3D7C;
}
</style>