Shades of Dark Purple #8A1374
Tints of Dark Purple #8A1374
RGB
CMYK
RGB Variations
Color information
#8A1374 (or 0x8A1374) is known color: Dark Purple. HEX triplet: 8A, 13 and 74. RGB value is (138,19,116). Sum of RGB (Red+Green+Blue) = 138+19+116=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1374 is #75EC8B. Grayscale: #414141. Windows color (decimal): -7728268 or 7607178. OLE color: 7607178.
HSL color Cylindrical-coordinate representation of color #8A1374: hue angle of 311.09º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1374 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 19 | 116 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.46 |
| HSL | 311.09º | 0.76% | 0.31% | - |
| HSV(B) | 311.09º | 0.86% | 0.54% | - |
| XYZ | 13.87 | 7.13 | 17.17 | - |
| YUV | 65.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 116 | 0 | 0.86 | 0.16 | 0.46 | 311.09 | 0.76 | 0.31 |
| Hex | 8A | 13 | 74 | 0 | 56 | 10 | 2E | 137 | 4C | 1F |
| Octal | 212 | 23 | 164 | 0 | 126 | 20 | 56 | 467 | 114 | 37 |
| Binary | 10001010 | 10011 | 1110100 | 0 | 1010110 | 10000 | 101110 | 100110111 | 1001100 | 11111 |
Color Harmonies of #8A1374
Complementary color
Monochromatic Colors of #8A1374
Black with #8A1374
Text Example
Text Example
White with #8A1374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1374; }
p { color: rgb(138,19,116); }
H1.HeaderClassName
{
color: #8A1374;
}
.AnyTagClassName
{
color: #8A1374;
}
</style>
background-color css
<style>
a { background-color: #8A1374; }
a { background-color: rgb(138,19,116); }
div.DivClassName
{
background-color: #8A1374;
}
.BgClassName
{
background-color: #8A1374;
}
</style>
border-color css
<style>
span { border-color: #8A1374; }
span { border-color: rgb(138,19,116); }
td.TdClassName
{
border-color: #8A1374;
}
.TagClassName
{
border-color: #8A1374;
}
</style>