Shades of Dark Purple #942882
Tints of Dark Purple #942882
RGB
CMYK
RGB Variations
Color information
#942882 (or 0x942882) is known color: Dark Purple. HEX triplet: 94, 28 and 82. RGB value is (148,40,130). Sum of RGB (Red+Green+Blue) = 148+40+130=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #942882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942882 is #6BD77D. Grayscale: #525252. Windows color (decimal): -7067518 or 8530068. OLE color: 8530068.
HSL color Cylindrical-coordinate representation of color #942882: hue angle of 310º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #942882 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 130 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.42 |
| HSL | 310º | 0.57% | 0.37% | - |
| HSV(B) | 310º | 0.73% | 0.58% | - |
| XYZ | 17 | 9.43 | 22.04 | - |
| YUV | 82.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 130 | 0 | 0.73 | 0.12 | 0.42 | 310 | 0.57 | 0.37 |
| Hex | 94 | 28 | 82 | 0 | 49 | C | 2A | 136 | 39 | 25 |
| Octal | 224 | 50 | 202 | 0 | 111 | 14 | 52 | 466 | 71 | 45 |
| Binary | 10010100 | 101000 | 10000010 | 0 | 1001001 | 1100 | 101010 | 100110110 | 111001 | 100101 |
Color Harmonies of #942882
Complementary color
Monochromatic Colors of #942882
Black with #942882
Text Example
Text Example
White with #942882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942882; }
p { color: rgb(148,40,130); }
H1.HeaderClassName
{
color: #942882;
}
.AnyTagClassName
{
color: #942882;
}
</style>
background-color css
<style>
a { background-color: #942882; }
a { background-color: rgb(148,40,130); }
div.DivClassName
{
background-color: #942882;
}
.BgClassName
{
background-color: #942882;
}
</style>
border-color css
<style>
span { border-color: #942882; }
span { border-color: rgb(148,40,130); }
td.TdClassName
{
border-color: #942882;
}
.TagClassName
{
border-color: #942882;
}
</style>