Shades of Dark Purple #8A2D6C
Tints of Dark Purple #8A2D6C
RGB
CMYK
RGB Variations
Color information
#8A2D6C (or 0x8A2D6C) is known color: Dark Purple. HEX triplet: 8A, 2D and 6C. RGB value is (138,45,108). Sum of RGB (Red+Green+Blue) = 138+45+108=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D6C is #75D293. Grayscale: #4F4F4F. Windows color (decimal): -7721620 or 7089546. OLE color: 7089546.
HSL color Cylindrical-coordinate representation of color #8A2D6C: hue angle of 319.35º 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 #8A2D6C is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 108 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.46 |
| HSL | 319.35º | 0.51% | 0.36% | - |
| HSV(B) | 319.35º | 0.67% | 0.54% | - |
| XYZ | 14.13 | 8.36 | 15.06 | - |
| YUV | 79.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 108 | 0 | 0.67 | 0.22 | 0.46 | 319.35 | 0.51 | 0.36 |
| Hex | 8A | 2D | 6C | 0 | 43 | 16 | 2E | 13F | 33 | 24 |
| Octal | 212 | 55 | 154 | 0 | 103 | 26 | 56 | 477 | 63 | 44 |
| Binary | 10001010 | 101101 | 1101100 | 0 | 1000011 | 10110 | 101110 | 100111111 | 110011 | 100100 |
Color Harmonies of #8A2D6C
Complementary color
Monochromatic Colors of #8A2D6C
Black with #8A2D6C
Text Example
Text Example
White with #8A2D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D6C; }
p { color: rgb(138,45,108); }
H1.HeaderClassName
{
color: #8A2D6C;
}
.AnyTagClassName
{
color: #8A2D6C;
}
</style>
background-color css
<style>
a { background-color: #8A2D6C; }
a { background-color: rgb(138,45,108); }
div.DivClassName
{
background-color: #8A2D6C;
}
.BgClassName
{
background-color: #8A2D6C;
}
</style>
border-color css
<style>
span { border-color: #8A2D6C; }
span { border-color: rgb(138,45,108); }
td.TdClassName
{
border-color: #8A2D6C;
}
.TagClassName
{
border-color: #8A2D6C;
}
</style>