Shades of Dark Purple #943473
Tints of Dark Purple #943473
RGB
CMYK
RGB Variations
Color information
#943473 (or 0x943473) is known color: Dark Purple. HEX triplet: 94, 34 and 73. RGB value is (148,52,115). Sum of RGB (Red+Green+Blue) = 148+52+115=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #943473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943473 is #6BCB8C. Grayscale: #575757. Windows color (decimal): -7064461 or 7550100. OLE color: 7550100.
HSL color Cylindrical-coordinate representation of color #943473: hue angle of 320.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943473 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 115 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.42 |
| HSL | 320.63º | 0.48% | 0.39% | - |
| HSV(B) | 320.63º | 0.65% | 0.58% | - |
| XYZ | 16.54 | 9.99 | 17.28 | - |
| YUV | 87.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 115 | 0 | 0.65 | 0.22 | 0.42 | 320.63 | 0.48 | 0.39 |
| Hex | 94 | 34 | 73 | 0 | 41 | 16 | 2A | 141 | 30 | 27 |
| Octal | 224 | 64 | 163 | 0 | 101 | 26 | 52 | 501 | 60 | 47 |
| Binary | 10010100 | 110100 | 1110011 | 0 | 1000001 | 10110 | 101010 | 101000001 | 110000 | 100111 |
Color Harmonies of #943473
Complementary color
Monochromatic Colors of #943473
Black with #943473
Text Example
Text Example
White with #943473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943473; }
p { color: rgb(148,52,115); }
H1.HeaderClassName
{
color: #943473;
}
.AnyTagClassName
{
color: #943473;
}
</style>
background-color css
<style>
a { background-color: #943473; }
a { background-color: rgb(148,52,115); }
div.DivClassName
{
background-color: #943473;
}
.BgClassName
{
background-color: #943473;
}
</style>
border-color css
<style>
span { border-color: #943473; }
span { border-color: rgb(148,52,115); }
td.TdClassName
{
border-color: #943473;
}
.TagClassName
{
border-color: #943473;
}
</style>