Shades of Dark Purple #8A4278
Tints of Dark Purple #8A4278
RGB
CMYK
RGB Variations
Color information
#8A4278 (or 0x8A4278) is known color: Dark Purple. HEX triplet: 8A, 42 and 78. RGB value is (138,66,120). Sum of RGB (Red+Green+Blue) = 138+66+120=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4278 is #75BD87. Grayscale: #5D5D5D. Windows color (decimal): -7716232 or 7881354. OLE color: 7881354.
HSL color Cylindrical-coordinate representation of color #8A4278: hue angle of 315º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4278 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 66 | 120 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.46 |
| HSL | 315º | 0.35% | 0.4% | - |
| HSV(B) | 315º | 0.52% | 0.54% | - |
| XYZ | 15.82 | 10.66 | 18.99 | - |
| YUV | 93.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 66 | 120 | 0 | 0.52 | 0.13 | 0.46 | 315 | 0.35 | 0.4 |
| Hex | 8A | 42 | 78 | 0 | 34 | D | 2E | 13B | 23 | 28 |
| Octal | 212 | 102 | 170 | 0 | 64 | 15 | 56 | 473 | 43 | 50 |
| Binary | 10001010 | 1000010 | 1111000 | 0 | 110100 | 1101 | 101110 | 100111011 | 100011 | 101000 |
Color Harmonies of #8A4278
Complementary color
Monochromatic Colors of #8A4278
Black with #8A4278
Text Example
Text Example
White with #8A4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4278; }
p { color: rgb(138,66,120); }
H1.HeaderClassName
{
color: #8A4278;
}
.AnyTagClassName
{
color: #8A4278;
}
</style>
background-color css
<style>
a { background-color: #8A4278; }
a { background-color: rgb(138,66,120); }
div.DivClassName
{
background-color: #8A4278;
}
.BgClassName
{
background-color: #8A4278;
}
</style>
border-color css
<style>
span { border-color: #8A4278; }
span { border-color: rgb(138,66,120); }
td.TdClassName
{
border-color: #8A4278;
}
.TagClassName
{
border-color: #8A4278;
}
</style>