Shades of Dark Purple #8A3D80
Tints of Dark Purple #8A3D80
RGB
CMYK
RGB Variations
Color information
#8A3D80 (or 0x8A3D80) is known color: Dark Purple. HEX triplet: 8A, 3D and 80. RGB value is (138,61,128). Sum of RGB (Red+Green+Blue) = 138+61+128=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3D80 is #75C27F. Grayscale: #5B5B5B. Windows color (decimal): -7717504 or 8404362. OLE color: 8404362.
HSL color Cylindrical-coordinate representation of color #8A3D80: hue angle of 307.79º 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 #8A3D80 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 61 | 128 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.46 |
| HSL | 307.79º | 0.39% | 0.39% | - |
| HSV(B) | 307.79º | 0.56% | 0.54% | - |
| XYZ | 16.05 | 10.3 | 21.56 | - |
| YUV | 91.66 | 148.51 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 61 | 128 | 0 | 0.56 | 0.07 | 0.46 | 307.79 | 0.39 | 0.39 |
| Hex | 8A | 3D | 80 | 0 | 38 | 7 | 2E | 134 | 27 | 27 |
| Octal | 212 | 75 | 200 | 0 | 70 | 7 | 56 | 464 | 47 | 47 |
| Binary | 10001010 | 111101 | 10000000 | 0 | 111000 | 111 | 101110 | 100110100 | 100111 | 100111 |
Color Harmonies of #8A3D80
Complementary color
Monochromatic Colors of #8A3D80
Black with #8A3D80
Text Example
Text Example
White with #8A3D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3D80; }
p { color: rgb(138,61,128); }
H1.HeaderClassName
{
color: #8A3D80;
}
.AnyTagClassName
{
color: #8A3D80;
}
</style>
background-color css
<style>
a { background-color: #8A3D80; }
a { background-color: rgb(138,61,128); }
div.DivClassName
{
background-color: #8A3D80;
}
.BgClassName
{
background-color: #8A3D80;
}
</style>
border-color css
<style>
span { border-color: #8A3D80; }
span { border-color: rgb(138,61,128); }
td.TdClassName
{
border-color: #8A3D80;
}
.TagClassName
{
border-color: #8A3D80;
}
</style>