Shades of Dark Purple #942C82
Tints of Dark Purple #942C82
RGB
CMYK
RGB Variations
Color information
#942C82 (or 0x942C82) is known color: Dark Purple. HEX triplet: 94, 2C and 82. RGB value is (148,44,130). Sum of RGB (Red+Green+Blue) = 148+44+130=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #942C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942C82 is #6BD37D. Grayscale: #545454. Windows color (decimal): -7066494 or 8531092. OLE color: 8531092.
HSL color Cylindrical-coordinate representation of color #942C82: hue angle of 310.38º 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 #942C82 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 44 | 130 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.42 |
| HSL | 310.38º | 0.54% | 0.38% | - |
| HSV(B) | 310.38º | 0.7% | 0.58% | - |
| XYZ | 17.14 | 9.71 | 22.09 | - |
| YUV | 84.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 130 | 0 | 0.70 | 0.12 | 0.42 | 310.38 | 0.54 | 0.38 |
| Hex | 94 | 2C | 82 | 0 | 46 | C | 2A | 136 | 36 | 26 |
| Octal | 224 | 54 | 202 | 0 | 106 | 14 | 52 | 466 | 66 | 46 |
| Binary | 10010100 | 101100 | 10000010 | 0 | 1000110 | 1100 | 101010 | 100110110 | 110110 | 100110 |
Color Harmonies of #942C82
Complementary color
Monochromatic Colors of #942C82
Black with #942C82
Text Example
Text Example
White with #942C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942C82; }
p { color: rgb(148,44,130); }
H1.HeaderClassName
{
color: #942C82;
}
.AnyTagClassName
{
color: #942C82;
}
</style>
background-color css
<style>
a { background-color: #942C82; }
a { background-color: rgb(148,44,130); }
div.DivClassName
{
background-color: #942C82;
}
.BgClassName
{
background-color: #942C82;
}
</style>
border-color css
<style>
span { border-color: #942C82; }
span { border-color: rgb(148,44,130); }
td.TdClassName
{
border-color: #942C82;
}
.TagClassName
{
border-color: #942C82;
}
</style>