Shades of Dark Purple #942D75
Tints of Dark Purple #942D75
RGB
CMYK
RGB Variations
Color information
#942D75 (or 0x942D75) is known color: Dark Purple. HEX triplet: 94, 2D and 75. RGB value is (148,45,117). Sum of RGB (Red+Green+Blue) = 148+45+117=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #942D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942D75 is #6BD28A. Grayscale: #535353. Windows color (decimal): -7066251 or 7679380. OLE color: 7679380.
HSL color Cylindrical-coordinate representation of color #942D75: hue angle of 318.06º 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 #942D75 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 117 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.42 |
| HSL | 318.06º | 0.53% | 0.38% | - |
| HSV(B) | 318.06º | 0.7% | 0.58% | - |
| XYZ | 16.36 | 9.46 | 17.79 | - |
| YUV | 84.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 117 | 0 | 0.70 | 0.21 | 0.42 | 318.06 | 0.53 | 0.38 |
| Hex | 94 | 2D | 75 | 0 | 46 | 15 | 2A | 13E | 35 | 26 |
| Octal | 224 | 55 | 165 | 0 | 106 | 25 | 52 | 476 | 65 | 46 |
| Binary | 10010100 | 101101 | 1110101 | 0 | 1000110 | 10101 | 101010 | 100111110 | 110101 | 100110 |
Color Harmonies of #942D75
Complementary color
Monochromatic Colors of #942D75
Black with #942D75
Text Example
Text Example
White with #942D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D75; }
p { color: rgb(148,45,117); }
H1.HeaderClassName
{
color: #942D75;
}
.AnyTagClassName
{
color: #942D75;
}
</style>
background-color css
<style>
a { background-color: #942D75; }
a { background-color: rgb(148,45,117); }
div.DivClassName
{
background-color: #942D75;
}
.BgClassName
{
background-color: #942D75;
}
</style>
border-color css
<style>
span { border-color: #942D75; }
span { border-color: rgb(148,45,117); }
td.TdClassName
{
border-color: #942D75;
}
.TagClassName
{
border-color: #942D75;
}
</style>