Shades of Dark Purple #943873
Tints of Dark Purple #943873
RGB
CMYK
RGB Variations
Color information
#943873 (or 0x943873) is known color: Dark Purple. HEX triplet: 94, 38 and 73. RGB value is (148,56,115). Sum of RGB (Red+Green+Blue) = 148+56+115=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #943873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943873 is #6BC78C. Grayscale: #5A5A5A. Windows color (decimal): -7063437 or 7551124. OLE color: 7551124.
HSL color Cylindrical-coordinate representation of color #943873: hue angle of 321.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #943873 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 56 | 115 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.42 |
| HSL | 321.52º | 0.45% | 0.4% | - |
| HSV(B) | 321.52º | 0.62% | 0.58% | - |
| XYZ | 16.72 | 10.36 | 17.34 | - |
| YUV | 90.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 56 | 115 | 0 | 0.62 | 0.22 | 0.42 | 321.52 | 0.45 | 0.4 |
| Hex | 94 | 38 | 73 | 0 | 3E | 16 | 2A | 142 | 2D | 28 |
| Octal | 224 | 70 | 163 | 0 | 76 | 26 | 52 | 502 | 55 | 50 |
| Binary | 10010100 | 111000 | 1110011 | 0 | 111110 | 10110 | 101010 | 101000010 | 101101 | 101000 |
Color Harmonies of #943873
Complementary color
Monochromatic Colors of #943873
Black with #943873
Text Example
Text Example
White with #943873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943873; }
p { color: rgb(148,56,115); }
H1.HeaderClassName
{
color: #943873;
}
.AnyTagClassName
{
color: #943873;
}
</style>
background-color css
<style>
a { background-color: #943873; }
a { background-color: rgb(148,56,115); }
div.DivClassName
{
background-color: #943873;
}
.BgClassName
{
background-color: #943873;
}
</style>
border-color css
<style>
span { border-color: #943873; }
span { border-color: rgb(148,56,115); }
td.TdClassName
{
border-color: #943873;
}
.TagClassName
{
border-color: #943873;
}
</style>