Shades of Dark Purple #8A356C
Tints of Dark Purple #8A356C
RGB
CMYK
RGB Variations
Color information
#8A356C (or 0x8A356C) is known color: Dark Purple. HEX triplet: 8A, 35 and 6C. RGB value is (138,53,108). Sum of RGB (Red+Green+Blue) = 138+53+108=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A356C is #75CA93. Grayscale: #545454. Windows color (decimal): -7719572 or 7091594. OLE color: 7091594.
HSL color Cylindrical-coordinate representation of color #8A356C: hue angle of 321.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A356C is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 53 | 108 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.46 |
| HSL | 321.18º | 0.45% | 0.37% | - |
| HSV(B) | 321.18º | 0.62% | 0.54% | - |
| XYZ | 14.46 | 9.03 | 15.17 | - |
| YUV | 84.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 53 | 108 | 0 | 0.62 | 0.22 | 0.46 | 321.18 | 0.45 | 0.37 |
| Hex | 8A | 35 | 6C | 0 | 3E | 16 | 2E | 141 | 2D | 25 |
| Octal | 212 | 65 | 154 | 0 | 76 | 26 | 56 | 501 | 55 | 45 |
| Binary | 10001010 | 110101 | 1101100 | 0 | 111110 | 10110 | 101110 | 101000001 | 101101 | 100101 |
Color Harmonies of #8A356C
Complementary color
Monochromatic Colors of #8A356C
Black with #8A356C
Text Example
Text Example
White with #8A356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A356C; }
p { color: rgb(138,53,108); }
H1.HeaderClassName
{
color: #8A356C;
}
.AnyTagClassName
{
color: #8A356C;
}
</style>
background-color css
<style>
a { background-color: #8A356C; }
a { background-color: rgb(138,53,108); }
div.DivClassName
{
background-color: #8A356C;
}
.BgClassName
{
background-color: #8A356C;
}
</style>
border-color css
<style>
span { border-color: #8A356C; }
span { border-color: rgb(138,53,108); }
td.TdClassName
{
border-color: #8A356C;
}
.TagClassName
{
border-color: #8A356C;
}
</style>