Shades of Dark Purple #943981
Tints of Dark Purple #943981
RGB
CMYK
RGB Variations
Color information
#943981 (or 0x943981) is known color: Dark Purple. HEX triplet: 94, 39 and 81. RGB value is (148,57,129). Sum of RGB (Red+Green+Blue) = 148+57+129=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #943981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943981 is #6BC67E. Grayscale: #5C5C5C. Windows color (decimal): -7063167 or 8468884. OLE color: 8468884.
HSL color Cylindrical-coordinate representation of color #943981: hue angle of 312.53º 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 #943981 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 129 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.42 |
| HSL | 312.53º | 0.44% | 0.4% | - |
| HSV(B) | 312.53º | 0.61% | 0.58% | - |
| XYZ | 17.64 | 10.81 | 21.93 | - |
| YUV | 92.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 129 | 0 | 0.61 | 0.13 | 0.42 | 312.53 | 0.44 | 0.4 |
| Hex | 94 | 39 | 81 | 0 | 3D | D | 2A | 139 | 2C | 28 |
| Octal | 224 | 71 | 201 | 0 | 75 | 15 | 52 | 471 | 54 | 50 |
| Binary | 10010100 | 111001 | 10000001 | 0 | 111101 | 1101 | 101010 | 100111001 | 101100 | 101000 |
Color Harmonies of #943981
Complementary color
Monochromatic Colors of #943981
Black with #943981
Text Example
Text Example
White with #943981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943981; }
p { color: rgb(148,57,129); }
H1.HeaderClassName
{
color: #943981;
}
.AnyTagClassName
{
color: #943981;
}
</style>
background-color css
<style>
a { background-color: #943981; }
a { background-color: rgb(148,57,129); }
div.DivClassName
{
background-color: #943981;
}
.BgClassName
{
background-color: #943981;
}
</style>
border-color css
<style>
span { border-color: #943981; }
span { border-color: rgb(148,57,129); }
td.TdClassName
{
border-color: #943981;
}
.TagClassName
{
border-color: #943981;
}
</style>