Shades of Dark Purple #943A7C
Tints of Dark Purple #943A7C
RGB
CMYK
RGB Variations
Color information
#943A7C (or 0x943A7C) is known color: Dark Purple. HEX triplet: 94, 3A and 7C. RGB value is (148,58,124). Sum of RGB (Red+Green+Blue) = 148+58+124=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943A7C is #6BC583. Grayscale: #5C5C5C. Windows color (decimal): -7062916 or 8141460. OLE color: 8141460.
HSL color Cylindrical-coordinate representation of color #943A7C: hue angle of 316º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #943A7C is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 58 | 124 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.42 |
| HSL | 316º | 0.44% | 0.4% | - |
| HSV(B) | 316º | 0.61% | 0.58% | - |
| XYZ | 17.36 | 10.78 | 20.23 | - |
| YUV | 92.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 58 | 124 | 0 | 0.61 | 0.16 | 0.42 | 316 | 0.44 | 0.4 |
| Hex | 94 | 3A | 7C | 0 | 3D | 10 | 2A | 13C | 2C | 28 |
| Octal | 224 | 72 | 174 | 0 | 75 | 20 | 52 | 474 | 54 | 50 |
| Binary | 10010100 | 111010 | 1111100 | 0 | 111101 | 10000 | 101010 | 100111100 | 101100 | 101000 |
Color Harmonies of #943A7C
Complementary color
Monochromatic Colors of #943A7C
Black with #943A7C
Text Example
Text Example
White with #943A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943A7C; }
p { color: rgb(148,58,124); }
H1.HeaderClassName
{
color: #943A7C;
}
.AnyTagClassName
{
color: #943A7C;
}
</style>
background-color css
<style>
a { background-color: #943A7C; }
a { background-color: rgb(148,58,124); }
div.DivClassName
{
background-color: #943A7C;
}
.BgClassName
{
background-color: #943A7C;
}
</style>
border-color css
<style>
span { border-color: #943A7C; }
span { border-color: rgb(148,58,124); }
td.TdClassName
{
border-color: #943A7C;
}
.TagClassName
{
border-color: #943A7C;
}
</style>