Shades of Dark Purple #943C7A
Tints of Dark Purple #943C7A
RGB
CMYK
RGB Variations
Color information
#943C7A (or 0x943C7A) is known color: Dark Purple. HEX triplet: 94, 3C and 7A. RGB value is (148,60,122). Sum of RGB (Red+Green+Blue) = 148+60+122=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C7A is #6BC385. Grayscale: #5D5D5D. Windows color (decimal): -7062406 or 8010900. OLE color: 8010900.
HSL color Cylindrical-coordinate representation of color #943C7A: hue angle of 317.73º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #943C7A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 122 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.42 |
| HSL | 317.73º | 0.42% | 0.41% | - |
| HSV(B) | 317.73º | 0.59% | 0.58% | - |
| XYZ | 17.34 | 10.93 | 19.61 | - |
| YUV | 93.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 122 | 0 | 0.59 | 0.18 | 0.42 | 317.73 | 0.42 | 0.41 |
| Hex | 94 | 3C | 7A | 0 | 3B | 12 | 2A | 13E | 2A | 29 |
| Octal | 224 | 74 | 172 | 0 | 73 | 22 | 52 | 476 | 52 | 51 |
| Binary | 10010100 | 111100 | 1111010 | 0 | 111011 | 10010 | 101010 | 100111110 | 101010 | 101001 |
Color Harmonies of #943C7A
Complementary color
Monochromatic Colors of #943C7A
Black with #943C7A
Text Example
Text Example
White with #943C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C7A; }
p { color: rgb(148,60,122); }
H1.HeaderClassName
{
color: #943C7A;
}
.AnyTagClassName
{
color: #943C7A;
}
</style>
background-color css
<style>
a { background-color: #943C7A; }
a { background-color: rgb(148,60,122); }
div.DivClassName
{
background-color: #943C7A;
}
.BgClassName
{
background-color: #943C7A;
}
</style>
border-color css
<style>
span { border-color: #943C7A; }
span { border-color: rgb(148,60,122); }
td.TdClassName
{
border-color: #943C7A;
}
.TagClassName
{
border-color: #943C7A;
}
</style>