Shades of Dark Purple #942D88
Tints of Dark Purple #942D88
RGB
CMYK
RGB Variations
Color information
#942D88 (or 0x942D88) is known color: Dark Purple. HEX triplet: 94, 2D and 88. RGB value is (148,45,136). Sum of RGB (Red+Green+Blue) = 148+45+136=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #942D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942D88 is #6BD277. Grayscale: #555555. Windows color (decimal): -7066232 or 8924564. OLE color: 8924564.
HSL color Cylindrical-coordinate representation of color #942D88: hue angle of 306.99º 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 #942D88 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 45 | 136 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.42 |
| HSL | 306.99º | 0.53% | 0.38% | - |
| HSV(B) | 306.99º | 0.7% | 0.58% | - |
| XYZ | 17.6 | 9.95 | 24.29 | - |
| YUV | 86.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 136 | 0 | 0.70 | 0.08 | 0.42 | 306.99 | 0.53 | 0.38 |
| Hex | 94 | 2D | 88 | 0 | 46 | 8 | 2A | 133 | 35 | 26 |
| Octal | 224 | 55 | 210 | 0 | 106 | 10 | 52 | 463 | 65 | 46 |
| Binary | 10010100 | 101101 | 10001000 | 0 | 1000110 | 1000 | 101010 | 100110011 | 110101 | 100110 |
Color Harmonies of #942D88
Complementary color
Monochromatic Colors of #942D88
Black with #942D88
Text Example
Text Example
White with #942D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942D88; }
p { color: rgb(148,45,136); }
H1.HeaderClassName
{
color: #942D88;
}
.AnyTagClassName
{
color: #942D88;
}
</style>
background-color css
<style>
a { background-color: #942D88; }
a { background-color: rgb(148,45,136); }
div.DivClassName
{
background-color: #942D88;
}
.BgClassName
{
background-color: #942D88;
}
</style>
border-color css
<style>
span { border-color: #942D88; }
span { border-color: rgb(148,45,136); }
td.TdClassName
{
border-color: #942D88;
}
.TagClassName
{
border-color: #942D88;
}
</style>