Shades of Dark Purple #942873
Tints of Dark Purple #942873
RGB
CMYK
RGB Variations
Color information
#942873 (or 0x942873) is known color: Dark Purple. HEX triplet: 94, 28 and 73. RGB value is (148,40,115). Sum of RGB (Red+Green+Blue) = 148+40+115=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #942873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942873 is #6BD78C. Grayscale: #505050. Windows color (decimal): -7067533 or 7547028. OLE color: 7547028.
HSL color Cylindrical-coordinate representation of color #942873: hue angle of 318.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942873 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 115 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.42 |
| HSL | 318.33º | 0.57% | 0.37% | - |
| HSV(B) | 318.33º | 0.73% | 0.58% | - |
| XYZ | 16.07 | 9.05 | 17.12 | - |
| YUV | 80.84 | 147.28 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 115 | 0 | 0.73 | 0.22 | 0.42 | 318.33 | 0.57 | 0.37 |
| Hex | 94 | 28 | 73 | 0 | 49 | 16 | 2A | 13E | 39 | 25 |
| Octal | 224 | 50 | 163 | 0 | 111 | 26 | 52 | 476 | 71 | 45 |
| Binary | 10010100 | 101000 | 1110011 | 0 | 1001001 | 10110 | 101010 | 100111110 | 111001 | 100101 |
Color Harmonies of #942873
Complementary color
Monochromatic Colors of #942873
Black with #942873
Text Example
Text Example
White with #942873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942873; }
p { color: rgb(148,40,115); }
H1.HeaderClassName
{
color: #942873;
}
.AnyTagClassName
{
color: #942873;
}
</style>
background-color css
<style>
a { background-color: #942873; }
a { background-color: rgb(148,40,115); }
div.DivClassName
{
background-color: #942873;
}
.BgClassName
{
background-color: #942873;
}
</style>
border-color css
<style>
span { border-color: #942873; }
span { border-color: rgb(148,40,115); }
td.TdClassName
{
border-color: #942873;
}
.TagClassName
{
border-color: #942873;
}
</style>