Shades of Dark Purple #8A2772
Tints of Dark Purple #8A2772
RGB
CMYK
RGB Variations
Color information
#8A2772 (or 0x8A2772) is known color: Dark Purple. HEX triplet: 8A, 27 and 72. RGB value is (138,39,114). Sum of RGB (Red+Green+Blue) = 138+39+114=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2772 is #75D88D. Grayscale: #4C4C4C. Windows color (decimal): -7723150 or 7481226. OLE color: 7481226.
HSL color Cylindrical-coordinate representation of color #8A2772: hue angle of 314.55º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2772 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 39 | 114 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.46 |
| HSL | 314.55º | 0.56% | 0.35% | - |
| HSV(B) | 314.55º | 0.72% | 0.54% | - |
| XYZ | 14.24 | 8.07 | 16.73 | - |
| YUV | 77.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 39 | 114 | 0 | 0.72 | 0.17 | 0.46 | 314.55 | 0.56 | 0.35 |
| Hex | 8A | 27 | 72 | 0 | 48 | 11 | 2E | 13B | 38 | 23 |
| Octal | 212 | 47 | 162 | 0 | 110 | 21 | 56 | 473 | 70 | 43 |
| Binary | 10001010 | 100111 | 1110010 | 0 | 1001000 | 10001 | 101110 | 100111011 | 111000 | 100011 |
Color Harmonies of #8A2772
Complementary color
Monochromatic Colors of #8A2772
Black with #8A2772
Text Example
Text Example
White with #8A2772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2772; }
p { color: rgb(138,39,114); }
H1.HeaderClassName
{
color: #8A2772;
}
.AnyTagClassName
{
color: #8A2772;
}
</style>
background-color css
<style>
a { background-color: #8A2772; }
a { background-color: rgb(138,39,114); }
div.DivClassName
{
background-color: #8A2772;
}
.BgClassName
{
background-color: #8A2772;
}
</style>
border-color css
<style>
span { border-color: #8A2772; }
span { border-color: rgb(138,39,114); }
td.TdClassName
{
border-color: #8A2772;
}
.TagClassName
{
border-color: #8A2772;
}
</style>