Shades of Dark Purple #942D6C
Tints of Dark Purple #942D6C
RGB
CMYK
RGB Variations
Color information
#942D6C (or 0x942D6C) is known color: Dark Purple. HEX triplet: 94, 2D and 6C. RGB value is (148,45,108). Sum of RGB (Red+Green+Blue) = 148+45+108=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #942D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D6C is #6BD293. Grayscale: #525252. Windows color (decimal): -7066260 or 7089556. OLE color: 7089556.
HSL color Cylindrical-coordinate representation of color #942D6C: hue angle of 323.3º degrees, saturation: 0.53, 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 #942D6C is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 108 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.42 |
| HSL | 323.3º | 0.53% | 0.38% | - |
| HSV(B) | 323.3º | 0.7% | 0.58% | - |
| XYZ | 15.86 | 9.26 | 15.14 | - |
| YUV | 82.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 108 | 0 | 0.70 | 0.27 | 0.42 | 323.3 | 0.53 | 0.38 |
| Hex | 94 | 2D | 6C | 0 | 46 | 1B | 2A | 143 | 35 | 26 |
| Octal | 224 | 55 | 154 | 0 | 106 | 33 | 52 | 503 | 65 | 46 |
| Binary | 10010100 | 101101 | 1101100 | 0 | 1000110 | 11011 | 101010 | 101000011 | 110101 | 100110 |
Color Harmonies of #942D6C
Complementary color
Monochromatic Colors of #942D6C
Black with #942D6C
Text Example
Text Example
White with #942D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D6C; }
p { color: rgb(148,45,108); }
H1.HeaderClassName
{
color: #942D6C;
}
.AnyTagClassName
{
color: #942D6C;
}
</style>
background-color css
<style>
a { background-color: #942D6C; }
a { background-color: rgb(148,45,108); }
div.DivClassName
{
background-color: #942D6C;
}
.BgClassName
{
background-color: #942D6C;
}
</style>
border-color css
<style>
span { border-color: #942D6C; }
span { border-color: rgb(148,45,108); }
td.TdClassName
{
border-color: #942D6C;
}
.TagClassName
{
border-color: #942D6C;
}
</style>