Shades of Dark Purple #8A2D69
Tints of Dark Purple #8A2D69
RGB
CMYK
RGB Variations
Color information
#8A2D69 (or 0x8A2D69) is known color: Dark Purple. HEX triplet: 8A, 2D and 69. RGB value is (138,45,105). Sum of RGB (Red+Green+Blue) = 138+45+105=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D69 is #75D296. Grayscale: #4F4F4F. Windows color (decimal): -7721623 or 6892938. OLE color: 6892938.
HSL color Cylindrical-coordinate representation of color #8A2D69: hue angle of 321.29º 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 #8A2D69 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 105 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.46 |
| HSL | 321.29º | 0.51% | 0.36% | - |
| HSV(B) | 321.29º | 0.67% | 0.54% | - |
| XYZ | 13.97 | 8.3 | 14.23 | - |
| YUV | 79.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 105 | 0 | 0.67 | 0.24 | 0.46 | 321.29 | 0.51 | 0.36 |
| Hex | 8A | 2D | 69 | 0 | 43 | 18 | 2E | 141 | 33 | 24 |
| Octal | 212 | 55 | 151 | 0 | 103 | 30 | 56 | 501 | 63 | 44 |
| Binary | 10001010 | 101101 | 1101001 | 0 | 1000011 | 11000 | 101110 | 101000001 | 110011 | 100100 |
Color Harmonies of #8A2D69
Complementary color
Monochromatic Colors of #8A2D69
Black with #8A2D69
Text Example
Text Example
White with #8A2D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D69; }
p { color: rgb(138,45,105); }
H1.HeaderClassName
{
color: #8A2D69;
}
.AnyTagClassName
{
color: #8A2D69;
}
</style>
background-color css
<style>
a { background-color: #8A2D69; }
a { background-color: rgb(138,45,105); }
div.DivClassName
{
background-color: #8A2D69;
}
.BgClassName
{
background-color: #8A2D69;
}
</style>
border-color css
<style>
span { border-color: #8A2D69; }
span { border-color: rgb(138,45,105); }
td.TdClassName
{
border-color: #8A2D69;
}
.TagClassName
{
border-color: #8A2D69;
}
</style>