Shades of Dark Purple #943984
Tints of Dark Purple #943984
RGB
CMYK
RGB Variations
Color information
#943984 (or 0x943984) is known color: Dark Purple. HEX triplet: 94, 39 and 84. RGB value is (148,57,132). Sum of RGB (Red+Green+Blue) = 148+57+132=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #943984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943984 is #6BC67B. Grayscale: #5C5C5C. Windows color (decimal): -7063164 or 8665492. OLE color: 8665492.
HSL color Cylindrical-coordinate representation of color #943984: hue angle of 310.55º 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 #943984 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 57 | 132 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.42 |
| HSL | 310.55º | 0.44% | 0.4% | - |
| HSV(B) | 310.55º | 0.61% | 0.58% | - |
| XYZ | 17.84 | 10.89 | 22.99 | - |
| YUV | 92.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 132 | 0 | 0.61 | 0.11 | 0.42 | 310.55 | 0.44 | 0.4 |
| Hex | 94 | 39 | 84 | 0 | 3D | B | 2A | 137 | 2C | 28 |
| Octal | 224 | 71 | 204 | 0 | 75 | 13 | 52 | 467 | 54 | 50 |
| Binary | 10010100 | 111001 | 10000100 | 0 | 111101 | 1011 | 101010 | 100110111 | 101100 | 101000 |
Color Harmonies of #943984
Complementary color
Monochromatic Colors of #943984
Black with #943984
Text Example
Text Example
White with #943984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943984; }
p { color: rgb(148,57,132); }
H1.HeaderClassName
{
color: #943984;
}
.AnyTagClassName
{
color: #943984;
}
</style>
background-color css
<style>
a { background-color: #943984; }
a { background-color: rgb(148,57,132); }
div.DivClassName
{
background-color: #943984;
}
.BgClassName
{
background-color: #943984;
}
</style>
border-color css
<style>
span { border-color: #943984; }
span { border-color: rgb(148,57,132); }
td.TdClassName
{
border-color: #943984;
}
.TagClassName
{
border-color: #943984;
}
</style>