Shades of Dark Purple #8A2D75
Tints of Dark Purple #8A2D75
RGB
CMYK
RGB Variations
Color information
#8A2D75 (or 0x8A2D75) is known color: Dark Purple. HEX triplet: 8A, 2D and 75. RGB value is (138,45,117). Sum of RGB (Red+Green+Blue) = 138+45+117=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D75 is #75D28A. Grayscale: #505050. Windows color (decimal): -7721611 or 7679370. OLE color: 7679370.
HSL color Cylindrical-coordinate representation of color #8A2D75: hue angle of 313.55º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D75 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 117 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.46 |
| HSL | 313.55º | 0.51% | 0.36% | - |
| HSV(B) | 313.55º | 0.67% | 0.54% | - |
| XYZ | 14.63 | 8.56 | 17.71 | - |
| YUV | 81.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 117 | 0 | 0.67 | 0.15 | 0.46 | 313.55 | 0.51 | 0.36 |
| Hex | 8A | 2D | 75 | 0 | 43 | F | 2E | 13A | 33 | 24 |
| Octal | 212 | 55 | 165 | 0 | 103 | 17 | 56 | 472 | 63 | 44 |
| Binary | 10001010 | 101101 | 1110101 | 0 | 1000011 | 1111 | 101110 | 100111010 | 110011 | 100100 |
Color Harmonies of #8A2D75
Complementary color
Monochromatic Colors of #8A2D75
Black with #8A2D75
Text Example
Text Example
White with #8A2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D75; }
p { color: rgb(138,45,117); }
H1.HeaderClassName
{
color: #8A2D75;
}
.AnyTagClassName
{
color: #8A2D75;
}
</style>
background-color css
<style>
a { background-color: #8A2D75; }
a { background-color: rgb(138,45,117); }
div.DivClassName
{
background-color: #8A2D75;
}
.BgClassName
{
background-color: #8A2D75;
}
</style>
border-color css
<style>
span { border-color: #8A2D75; }
span { border-color: rgb(138,45,117); }
td.TdClassName
{
border-color: #8A2D75;
}
.TagClassName
{
border-color: #8A2D75;
}
</style>