Shades of Dark Purple #943974
Tints of Dark Purple #943974
RGB
CMYK
RGB Variations
Color information
#943974 (or 0x943974) is known color: Dark Purple. HEX triplet: 94, 39 and 74. RGB value is (148,57,116). Sum of RGB (Red+Green+Blue) = 148+57+116=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #943974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943974 is #6BC68B. Grayscale: #5A5A5A. Windows color (decimal): -7063180 or 7616916. OLE color: 7616916.
HSL color Cylindrical-coordinate representation of color #943974: hue angle of 321.1º 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 #943974 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 116 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.42 |
| HSL | 321.1º | 0.44% | 0.4% | - |
| HSV(B) | 321.1º | 0.61% | 0.58% | - |
| XYZ | 16.83 | 10.48 | 17.66 | - |
| YUV | 90.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 116 | 0 | 0.61 | 0.22 | 0.42 | 321.1 | 0.44 | 0.4 |
| Hex | 94 | 39 | 74 | 0 | 3D | 16 | 2A | 141 | 2C | 28 |
| Octal | 224 | 71 | 164 | 0 | 75 | 26 | 52 | 501 | 54 | 50 |
| Binary | 10010100 | 111001 | 1110100 | 0 | 111101 | 10110 | 101010 | 101000001 | 101100 | 101000 |
Color Harmonies of #943974
Complementary color
Monochromatic Colors of #943974
Black with #943974
Text Example
Text Example
White with #943974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943974; }
p { color: rgb(148,57,116); }
H1.HeaderClassName
{
color: #943974;
}
.AnyTagClassName
{
color: #943974;
}
</style>
background-color css
<style>
a { background-color: #943974; }
a { background-color: rgb(148,57,116); }
div.DivClassName
{
background-color: #943974;
}
.BgClassName
{
background-color: #943974;
}
</style>
border-color css
<style>
span { border-color: #943974; }
span { border-color: rgb(148,57,116); }
td.TdClassName
{
border-color: #943974;
}
.TagClassName
{
border-color: #943974;
}
</style>