Shades of Dark Purple #942C6D
Tints of Dark Purple #942C6D
RGB
CMYK
RGB Variations
Color information
#942C6D (or 0x942C6D) is known color: Dark Purple. HEX triplet: 94, 2C and 6D. RGB value is (148,44,109). Sum of RGB (Red+Green+Blue) = 148+44+109=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C6D is #6BD392. Grayscale: #525252. Windows color (decimal): -7066515 or 7154836. OLE color: 7154836.
HSL color Cylindrical-coordinate representation of color #942C6D: hue angle of 322.5º 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 #942C6D is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 109 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.42 |
| HSL | 322.5º | 0.54% | 0.38% | - |
| HSV(B) | 322.5º | 0.7% | 0.58% | - |
| XYZ | 15.87 | 9.2 | 15.41 | - |
| YUV | 82.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 109 | 0 | 0.70 | 0.26 | 0.42 | 322.5 | 0.54 | 0.38 |
| Hex | 94 | 2C | 6D | 0 | 46 | 1A | 2A | 142 | 36 | 26 |
| Octal | 224 | 54 | 155 | 0 | 106 | 32 | 52 | 502 | 66 | 46 |
| Binary | 10010100 | 101100 | 1101101 | 0 | 1000110 | 11010 | 101010 | 101000010 | 110110 | 100110 |
Color Harmonies of #942C6D
Complementary color
Monochromatic Colors of #942C6D
Black with #942C6D
Text Example
Text Example
White with #942C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C6D; }
p { color: rgb(148,44,109); }
H1.HeaderClassName
{
color: #942C6D;
}
.AnyTagClassName
{
color: #942C6D;
}
</style>
background-color css
<style>
a { background-color: #942C6D; }
a { background-color: rgb(148,44,109); }
div.DivClassName
{
background-color: #942C6D;
}
.BgClassName
{
background-color: #942C6D;
}
</style>
border-color css
<style>
span { border-color: #942C6D; }
span { border-color: rgb(148,44,109); }
td.TdClassName
{
border-color: #942C6D;
}
.TagClassName
{
border-color: #942C6D;
}
</style>