Shades of Dark Purple #942C7C
Tints of Dark Purple #942C7C
RGB
CMYK
RGB Variations
Color information
#942C7C (or 0x942C7C) is known color: Dark Purple. HEX triplet: 94, 2C and 7C. RGB value is (148,44,124). Sum of RGB (Red+Green+Blue) = 148+44+124=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #942C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C7C is #6BD383. Grayscale: #545454. Windows color (decimal): -7066500 or 8137876. OLE color: 8137876.
HSL color Cylindrical-coordinate representation of color #942C7C: hue angle of 313.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942C7C is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 124 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.42 |
| HSL | 313.85º | 0.54% | 0.38% | - |
| HSV(B) | 313.85º | 0.7% | 0.58% | - |
| XYZ | 16.75 | 9.55 | 20.03 | - |
| YUV | 84.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 124 | 0 | 0.70 | 0.16 | 0.42 | 313.85 | 0.54 | 0.38 |
| Hex | 94 | 2C | 7C | 0 | 46 | 10 | 2A | 13A | 36 | 26 |
| Octal | 224 | 54 | 174 | 0 | 106 | 20 | 52 | 472 | 66 | 46 |
| Binary | 10010100 | 101100 | 1111100 | 0 | 1000110 | 10000 | 101010 | 100111010 | 110110 | 100110 |
Color Harmonies of #942C7C
Complementary color
Monochromatic Colors of #942C7C
Black with #942C7C
Text Example
Text Example
White with #942C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C7C; }
p { color: rgb(148,44,124); }
H1.HeaderClassName
{
color: #942C7C;
}
.AnyTagClassName
{
color: #942C7C;
}
</style>
background-color css
<style>
a { background-color: #942C7C; }
a { background-color: rgb(148,44,124); }
div.DivClassName
{
background-color: #942C7C;
}
.BgClassName
{
background-color: #942C7C;
}
</style>
border-color css
<style>
span { border-color: #942C7C; }
span { border-color: rgb(148,44,124); }
td.TdClassName
{
border-color: #942C7C;
}
.TagClassName
{
border-color: #942C7C;
}
</style>