Shades of Dark Purple #942C8B
Tints of Dark Purple #942C8B
RGB
CMYK
RGB Variations
Color information
#942C8B (or 0x942C8B) is known color: Dark Purple. HEX triplet: 94, 2C and 8B. RGB value is (148,44,139). Sum of RGB (Red+Green+Blue) = 148+44+139=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #942C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942C8B is #6BD374. Grayscale: #555555. Windows color (decimal): -7066485 or 9120916. OLE color: 9120916.
HSL color Cylindrical-coordinate representation of color #942C8B: hue angle of 305.19º 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 #942C8B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 139 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.42 |
| HSL | 305.19º | 0.54% | 0.38% | - |
| HSV(B) | 305.19º | 0.7% | 0.58% | - |
| XYZ | 17.77 | 9.96 | 25.41 | - |
| YUV | 85.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 139 | 0 | 0.70 | 0.06 | 0.42 | 305.19 | 0.54 | 0.38 |
| Hex | 94 | 2C | 8B | 0 | 46 | 6 | 2A | 131 | 36 | 26 |
| Octal | 224 | 54 | 213 | 0 | 106 | 6 | 52 | 461 | 66 | 46 |
| Binary | 10010100 | 101100 | 10001011 | 0 | 1000110 | 110 | 101010 | 100110001 | 110110 | 100110 |
Color Harmonies of #942C8B
Complementary color
Monochromatic Colors of #942C8B
Black with #942C8B
Text Example
Text Example
White with #942C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C8B; }
p { color: rgb(148,44,139); }
H1.HeaderClassName
{
color: #942C8B;
}
.AnyTagClassName
{
color: #942C8B;
}
</style>
background-color css
<style>
a { background-color: #942C8B; }
a { background-color: rgb(148,44,139); }
div.DivClassName
{
background-color: #942C8B;
}
.BgClassName
{
background-color: #942C8B;
}
</style>
border-color css
<style>
span { border-color: #942C8B; }
span { border-color: rgb(148,44,139); }
td.TdClassName
{
border-color: #942C8B;
}
.TagClassName
{
border-color: #942C8B;
}
</style>