Shades of Dark Purple #94407C
Tints of Dark Purple #94407C
RGB
CMYK
RGB Variations
Color information
#94407C (or 0x94407C) is known color: Dark Purple. HEX triplet: 94, 40 and 7C. RGB value is (148,64,124). Sum of RGB (Red+Green+Blue) = 148+64+124=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #94407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94407C is #6BBF83. Grayscale: #5F5F5F. Windows color (decimal): -7061380 or 8142996. OLE color: 8142996.
HSL color Cylindrical-coordinate representation of color #94407C: hue angle of 317.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94407C is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 124 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.42 |
| HSL | 317.14º | 0.4% | 0.42% | - |
| HSV(B) | 317.14º | 0.57% | 0.58% | - |
| XYZ | 17.68 | 11.42 | 20.34 | - |
| YUV | 95.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 124 | 0 | 0.57 | 0.16 | 0.42 | 317.14 | 0.4 | 0.42 |
| Hex | 94 | 40 | 7C | 0 | 39 | 10 | 2A | 13D | 28 | 2A |
| Octal | 224 | 100 | 174 | 0 | 71 | 20 | 52 | 475 | 50 | 52 |
| Binary | 10010100 | 1000000 | 1111100 | 0 | 111001 | 10000 | 101010 | 100111101 | 101000 | 101010 |
Color Harmonies of #94407C
Complementary color
Monochromatic Colors of #94407C
Black with #94407C
Text Example
Text Example
White with #94407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94407C; }
p { color: rgb(148,64,124); }
H1.HeaderClassName
{
color: #94407C;
}
.AnyTagClassName
{
color: #94407C;
}
</style>
background-color css
<style>
a { background-color: #94407C; }
a { background-color: rgb(148,64,124); }
div.DivClassName
{
background-color: #94407C;
}
.BgClassName
{
background-color: #94407C;
}
</style>
border-color css
<style>
span { border-color: #94407C; }
span { border-color: rgb(148,64,124); }
td.TdClassName
{
border-color: #94407C;
}
.TagClassName
{
border-color: #94407C;
}
</style>