Shades of Dark Purple #943784
Tints of Dark Purple #943784
RGB
CMYK
RGB Variations
Color information
#943784 (or 0x943784) is known color: Dark Purple. HEX triplet: 94, 37 and 84. RGB value is (148,55,132). Sum of RGB (Red+Green+Blue) = 148+55+132=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #943784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #943784 is #6BC87B. Grayscale: #5B5B5B. Windows color (decimal): -7063676 or 8664980. OLE color: 8664980.
HSL color Cylindrical-coordinate representation of color #943784: hue angle of 310.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #943784 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 132 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.42 |
| HSL | 310.32º | 0.46% | 0.4% | - |
| HSV(B) | 310.32º | 0.63% | 0.58% | - |
| XYZ | 17.74 | 10.69 | 22.96 | - |
| YUV | 91.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 132 | 0 | 0.63 | 0.11 | 0.42 | 310.32 | 0.46 | 0.4 |
| Hex | 94 | 37 | 84 | 0 | 3F | B | 2A | 136 | 2E | 28 |
| Octal | 224 | 67 | 204 | 0 | 77 | 13 | 52 | 466 | 56 | 50 |
| Binary | 10010100 | 110111 | 10000100 | 0 | 111111 | 1011 | 101010 | 100110110 | 101110 | 101000 |
Color Harmonies of #943784
Complementary color
Monochromatic Colors of #943784
Black with #943784
Text Example
Text Example
White with #943784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943784; }
p { color: rgb(148,55,132); }
H1.HeaderClassName
{
color: #943784;
}
.AnyTagClassName
{
color: #943784;
}
</style>
background-color css
<style>
a { background-color: #943784; }
a { background-color: rgb(148,55,132); }
div.DivClassName
{
background-color: #943784;
}
.BgClassName
{
background-color: #943784;
}
</style>
border-color css
<style>
span { border-color: #943784; }
span { border-color: rgb(148,55,132); }
td.TdClassName
{
border-color: #943784;
}
.TagClassName
{
border-color: #943784;
}
</style>