Shades of Dark Purple #944084
Tints of Dark Purple #944084
RGB
CMYK
RGB Variations
Color information
#944084 (or 0x944084) is known color: Dark Purple. HEX triplet: 94, 40 and 84. RGB value is (148,64,132). Sum of RGB (Red+Green+Blue) = 148+64+132=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #944084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944084 is #6BBF7B. Grayscale: #606060. Windows color (decimal): -7061372 or 8667284. OLE color: 8667284.
HSL color Cylindrical-coordinate representation of color #944084: hue angle of 311.43º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944084 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 132 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.42 |
| HSL | 311.43º | 0.4% | 0.42% | - |
| HSV(B) | 311.43º | 0.57% | 0.58% | - |
| XYZ | 18.21 | 11.63 | 23.11 | - |
| YUV | 96.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 132 | 0 | 0.57 | 0.11 | 0.42 | 311.43 | 0.4 | 0.42 |
| Hex | 94 | 40 | 84 | 0 | 39 | B | 2A | 137 | 28 | 2A |
| Octal | 224 | 100 | 204 | 0 | 71 | 13 | 52 | 467 | 50 | 52 |
| Binary | 10010100 | 1000000 | 10000100 | 0 | 111001 | 1011 | 101010 | 100110111 | 101000 | 101010 |
Color Harmonies of #944084
Complementary color
Monochromatic Colors of #944084
Black with #944084
Text Example
Text Example
White with #944084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944084; }
p { color: rgb(148,64,132); }
H1.HeaderClassName
{
color: #944084;
}
.AnyTagClassName
{
color: #944084;
}
</style>
background-color css
<style>
a { background-color: #944084; }
a { background-color: rgb(148,64,132); }
div.DivClassName
{
background-color: #944084;
}
.BgClassName
{
background-color: #944084;
}
</style>
border-color css
<style>
span { border-color: #944084; }
span { border-color: rgb(148,64,132); }
td.TdClassName
{
border-color: #944084;
}
.TagClassName
{
border-color: #944084;
}
</style>