Shades of Dark Purple #9A378D
Tints of Dark Purple #9A378D
RGB
CMYK
RGB Variations
Color information
#9A378D (or 0x9A378D) is known color: Dark Purple. HEX triplet: 9A, 37 and 8D. RGB value is (154,55,141). Sum of RGB (Red+Green+Blue) = 154+55+141=350 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 154 - color contains mainly: red. Hex color #9A378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A378D is #65C872. Grayscale: #5E5E5E. Windows color (decimal): -6670451 or 9254810. OLE color: 9254810.
HSL color Cylindrical-coordinate representation of color #9A378D: hue angle of 307.88º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A378D is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 55 | 141 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.40 |
| HSL | 307.88º | 0.47% | 0.41% | - |
| HSV(B) | 307.88º | 0.64% | 0.6% | - |
| XYZ | 19.5 | 11.53 | 26.4 | - |
| YUV | 94.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 141 | 0 | 0.64 | 0.08 | 0.40 | 307.88 | 0.47 | 0.41 |
| Hex | 9A | 37 | 8D | 0 | 40 | 8 | 28 | 134 | 2F | 29 |
| Octal | 232 | 67 | 215 | 0 | 100 | 10 | 50 | 464 | 57 | 51 |
| Binary | 10011010 | 110111 | 10001101 | 0 | 1000000 | 1000 | 101000 | 100110100 | 101111 | 101001 |
Color Harmonies of #9A378D
Complementary color
Monochromatic Colors of #9A378D
Black with #9A378D
Text Example
Text Example
White with #9A378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A378D; }
p { color: rgb(154,55,141); }
H1.HeaderClassName
{
color: #9A378D;
}
.AnyTagClassName
{
color: #9A378D;
}
</style>
background-color css
<style>
a { background-color: #9A378D; }
a { background-color: rgb(154,55,141); }
div.DivClassName
{
background-color: #9A378D;
}
.BgClassName
{
background-color: #9A378D;
}
</style>
border-color css
<style>
span { border-color: #9A378D; }
span { border-color: rgb(154,55,141); }
td.TdClassName
{
border-color: #9A378D;
}
.TagClassName
{
border-color: #9A378D;
}
</style>