Shades of Dark Purple #942982
Tints of Dark Purple #942982
RGB
CMYK
RGB Variations
Color information
#942982 (or 0x942982) is known color: Dark Purple. HEX triplet: 94, 29 and 82. RGB value is (148,41,130). Sum of RGB (Red+Green+Blue) = 148+41+130=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #942982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942982 is #6BD67D. Grayscale: #525252. Windows color (decimal): -7067262 or 8530324. OLE color: 8530324.
HSL color Cylindrical-coordinate representation of color #942982: hue angle of 310.09º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942982 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 41 | 130 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.42 |
| HSL | 310.09º | 0.57% | 0.37% | - |
| HSV(B) | 310.09º | 0.72% | 0.58% | - |
| XYZ | 17.03 | 9.49 | 22.05 | - |
| YUV | 83.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 41 | 130 | 0 | 0.72 | 0.12 | 0.42 | 310.09 | 0.57 | 0.37 |
| Hex | 94 | 29 | 82 | 0 | 48 | C | 2A | 136 | 39 | 25 |
| Octal | 224 | 51 | 202 | 0 | 110 | 14 | 52 | 466 | 71 | 45 |
| Binary | 10010100 | 101001 | 10000010 | 0 | 1001000 | 1100 | 101010 | 100110110 | 111001 | 100101 |
Color Harmonies of #942982
Complementary color
Monochromatic Colors of #942982
Black with #942982
Text Example
Text Example
White with #942982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942982; }
p { color: rgb(148,41,130); }
H1.HeaderClassName
{
color: #942982;
}
.AnyTagClassName
{
color: #942982;
}
</style>
background-color css
<style>
a { background-color: #942982; }
a { background-color: rgb(148,41,130); }
div.DivClassName
{
background-color: #942982;
}
.BgClassName
{
background-color: #942982;
}
</style>
border-color css
<style>
span { border-color: #942982; }
span { border-color: rgb(148,41,130); }
td.TdClassName
{
border-color: #942982;
}
.TagClassName
{
border-color: #942982;
}
</style>