Shades of Dark Purple #8A2278
Tints of Dark Purple #8A2278
RGB
CMYK
RGB Variations
Color information
#8A2278 (or 0x8A2278) is known color: Dark Purple. HEX triplet: 8A, 22 and 78. RGB value is (138,34,120). Sum of RGB (Red+Green+Blue) = 138+34+120=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 120 (47.27% from 255 or 41.10% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2278 is #75DD87. Grayscale: #4A4A4A. Windows color (decimal): -7724424 or 7873162. OLE color: 7873162.
HSL color Cylindrical-coordinate representation of color #8A2278: hue angle of 310.38º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2278 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 120 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.46 |
| HSL | 310.38º | 0.6% | 0.34% | - |
| HSV(B) | 310.38º | 0.75% | 0.54% | - |
| XYZ | 14.44 | 7.9 | 18.53 | - |
| YUV | 74.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 120 | 0 | 0.75 | 0.13 | 0.46 | 310.38 | 0.6 | 0.34 |
| Hex | 8A | 22 | 78 | 0 | 4B | D | 2E | 136 | 3C | 22 |
| Octal | 212 | 42 | 170 | 0 | 113 | 15 | 56 | 466 | 74 | 42 |
| Binary | 10001010 | 100010 | 1111000 | 0 | 1001011 | 1101 | 101110 | 100110110 | 111100 | 100010 |
Color Harmonies of #8A2278
Complementary color
Monochromatic Colors of #8A2278
Black with #8A2278
Text Example
Text Example
White with #8A2278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2278; }
p { color: rgb(138,34,120); }
H1.HeaderClassName
{
color: #8A2278;
}
.AnyTagClassName
{
color: #8A2278;
}
</style>
background-color css
<style>
a { background-color: #8A2278; }
a { background-color: rgb(138,34,120); }
div.DivClassName
{
background-color: #8A2278;
}
.BgClassName
{
background-color: #8A2278;
}
</style>
border-color css
<style>
span { border-color: #8A2278; }
span { border-color: rgb(138,34,120); }
td.TdClassName
{
border-color: #8A2278;
}
.TagClassName
{
border-color: #8A2278;
}
</style>