Shades of Dark Purple #943C79
Tints of Dark Purple #943C79
RGB
CMYK
RGB Variations
Color information
#943C79 (or 0x943C79) is known color: Dark Purple. HEX triplet: 94, 3C and 79. RGB value is (148,60,121). Sum of RGB (Red+Green+Blue) = 148+60+121=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #943C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943C79 is #6BC386. Grayscale: #5D5D5D. Windows color (decimal): -7062407 or 7945364. OLE color: 7945364.
HSL color Cylindrical-coordinate representation of color #943C79: hue angle of 318.41º 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 #943C79 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 60 | 121 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.42 |
| HSL | 318.41º | 0.42% | 0.41% | - |
| HSV(B) | 318.41º | 0.59% | 0.58% | - |
| XYZ | 17.28 | 10.91 | 19.28 | - |
| YUV | 93.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 121 | 0 | 0.59 | 0.18 | 0.42 | 318.41 | 0.42 | 0.41 |
| Hex | 94 | 3C | 79 | 0 | 3B | 12 | 2A | 13E | 2A | 29 |
| Octal | 224 | 74 | 171 | 0 | 73 | 22 | 52 | 476 | 52 | 51 |
| Binary | 10010100 | 111100 | 1111001 | 0 | 111011 | 10010 | 101010 | 100111110 | 101010 | 101001 |
Color Harmonies of #943C79
Complementary color
Monochromatic Colors of #943C79
Black with #943C79
Text Example
Text Example
White with #943C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943C79; }
p { color: rgb(148,60,121); }
H1.HeaderClassName
{
color: #943C79;
}
.AnyTagClassName
{
color: #943C79;
}
</style>
background-color css
<style>
a { background-color: #943C79; }
a { background-color: rgb(148,60,121); }
div.DivClassName
{
background-color: #943C79;
}
.BgClassName
{
background-color: #943C79;
}
</style>
border-color css
<style>
span { border-color: #943C79; }
span { border-color: rgb(148,60,121); }
td.TdClassName
{
border-color: #943C79;
}
.TagClassName
{
border-color: #943C79;
}
</style>