Shades of Dark Purple #943774
Tints of Dark Purple #943774
RGB
CMYK
RGB Variations
Color information
#943774 (or 0x943774) is known color: Dark Purple. HEX triplet: 94, 37 and 74. RGB value is (148,55,116). Sum of RGB (Red+Green+Blue) = 148+55+116=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #943774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943774 is #6BC88B. Grayscale: #595959. Windows color (decimal): -7063692 or 7616404. OLE color: 7616404.
HSL color Cylindrical-coordinate representation of color #943774: hue angle of 320.65º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943774 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 116 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.42 |
| HSL | 320.65º | 0.46% | 0.4% | - |
| HSV(B) | 320.65º | 0.63% | 0.58% | - |
| XYZ | 16.73 | 10.29 | 17.63 | - |
| YUV | 89.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 116 | 0 | 0.63 | 0.22 | 0.42 | 320.65 | 0.46 | 0.4 |
| Hex | 94 | 37 | 74 | 0 | 3F | 16 | 2A | 141 | 2E | 28 |
| Octal | 224 | 67 | 164 | 0 | 77 | 26 | 52 | 501 | 56 | 50 |
| Binary | 10010100 | 110111 | 1110100 | 0 | 111111 | 10110 | 101010 | 101000001 | 101110 | 101000 |
Color Harmonies of #943774
Complementary color
Monochromatic Colors of #943774
Black with #943774
Text Example
Text Example
White with #943774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943774; }
p { color: rgb(148,55,116); }
H1.HeaderClassName
{
color: #943774;
}
.AnyTagClassName
{
color: #943774;
}
</style>
background-color css
<style>
a { background-color: #943774; }
a { background-color: rgb(148,55,116); }
div.DivClassName
{
background-color: #943774;
}
.BgClassName
{
background-color: #943774;
}
</style>
border-color css
<style>
span { border-color: #943774; }
span { border-color: rgb(148,55,116); }
td.TdClassName
{
border-color: #943774;
}
.TagClassName
{
border-color: #943774;
}
</style>