Shades of Dark Purple #943980
Tints of Dark Purple #943980
RGB
CMYK
RGB Variations
Color information
#943980 (or 0x943980) is known color: Dark Purple. HEX triplet: 94, 39 and 80. RGB value is (148,57,128). Sum of RGB (Red+Green+Blue) = 148+57+128=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #943980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943980 is #6BC67F. Grayscale: #5C5C5C. Windows color (decimal): -7063168 or 8403348. OLE color: 8403348.
HSL color Cylindrical-coordinate representation of color #943980: hue angle of 313.19º 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 #943980 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 128 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.42 |
| HSL | 313.19º | 0.44% | 0.4% | - |
| HSV(B) | 313.19º | 0.61% | 0.58% | - |
| XYZ | 17.57 | 10.78 | 21.58 | - |
| YUV | 92.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 128 | 0 | 0.61 | 0.14 | 0.42 | 313.19 | 0.44 | 0.4 |
| Hex | 94 | 39 | 80 | 0 | 3D | E | 2A | 139 | 2C | 28 |
| Octal | 224 | 71 | 200 | 0 | 75 | 16 | 52 | 471 | 54 | 50 |
| Binary | 10010100 | 111001 | 10000000 | 0 | 111101 | 1110 | 101010 | 100111001 | 101100 | 101000 |
Color Harmonies of #943980
Complementary color
Monochromatic Colors of #943980
Black with #943980
Text Example
Text Example
White with #943980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943980; }
p { color: rgb(148,57,128); }
H1.HeaderClassName
{
color: #943980;
}
.AnyTagClassName
{
color: #943980;
}
</style>
background-color css
<style>
a { background-color: #943980; }
a { background-color: rgb(148,57,128); }
div.DivClassName
{
background-color: #943980;
}
.BgClassName
{
background-color: #943980;
}
</style>
border-color css
<style>
span { border-color: #943980; }
span { border-color: rgb(148,57,128); }
td.TdClassName
{
border-color: #943980;
}
.TagClassName
{
border-color: #943980;
}
</style>