Shades of Dark Purple #8A366B
Tints of Dark Purple #8A366B
RGB
CMYK
RGB Variations
Color information
#8A366B (or 0x8A366B) is known color: Dark Purple. HEX triplet: 8A, 36 and 6B. RGB value is (138,54,107). Sum of RGB (Red+Green+Blue) = 138+54+107=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A366B is #75C994. Grayscale: #555555. Windows color (decimal): -7719317 or 7026314. OLE color: 7026314.
HSL color Cylindrical-coordinate representation of color #8A366B: hue angle of 322.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A366B is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 54 | 107 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.46 |
| HSL | 322.14º | 0.44% | 0.38% | - |
| HSV(B) | 322.14º | 0.61% | 0.54% | - |
| XYZ | 14.45 | 9.1 | 14.91 | - |
| YUV | 85.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 54 | 107 | 0 | 0.61 | 0.22 | 0.46 | 322.14 | 0.44 | 0.38 |
| Hex | 8A | 36 | 6B | 0 | 3D | 16 | 2E | 142 | 2C | 26 |
| Octal | 212 | 66 | 153 | 0 | 75 | 26 | 56 | 502 | 54 | 46 |
| Binary | 10001010 | 110110 | 1101011 | 0 | 111101 | 10110 | 101110 | 101000010 | 101100 | 100110 |
Color Harmonies of #8A366B
Complementary color
Monochromatic Colors of #8A366B
Black with #8A366B
Text Example
Text Example
White with #8A366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A366B; }
p { color: rgb(138,54,107); }
H1.HeaderClassName
{
color: #8A366B;
}
.AnyTagClassName
{
color: #8A366B;
}
</style>
background-color css
<style>
a { background-color: #8A366B; }
a { background-color: rgb(138,54,107); }
div.DivClassName
{
background-color: #8A366B;
}
.BgClassName
{
background-color: #8A366B;
}
</style>
border-color css
<style>
span { border-color: #8A366B; }
span { border-color: rgb(138,54,107); }
td.TdClassName
{
border-color: #8A366B;
}
.TagClassName
{
border-color: #8A366B;
}
</style>