Shades of Dark Purple #944182
Tints of Dark Purple #944182
RGB
CMYK
RGB Variations
Color information
#944182 (or 0x944182) is known color: Dark Purple. HEX triplet: 94, 41 and 82. RGB value is (148,65,130). Sum of RGB (Red+Green+Blue) = 148+65+130=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #944182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944182 is #6BBE7D. Grayscale: #616161. Windows color (decimal): -7061118 or 8536468. OLE color: 8536468.
HSL color Cylindrical-coordinate representation of color #944182: hue angle of 313.01º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #944182 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 130 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.42 |
| HSL | 313.01º | 0.39% | 0.42% | - |
| HSV(B) | 313.01º | 0.56% | 0.58% | - |
| XYZ | 18.13 | 11.69 | 22.42 | - |
| YUV | 97.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 130 | 0 | 0.56 | 0.12 | 0.42 | 313.01 | 0.39 | 0.42 |
| Hex | 94 | 41 | 82 | 0 | 38 | C | 2A | 139 | 27 | 2A |
| Octal | 224 | 101 | 202 | 0 | 70 | 14 | 52 | 471 | 47 | 52 |
| Binary | 10010100 | 1000001 | 10000010 | 0 | 111000 | 1100 | 101010 | 100111001 | 100111 | 101010 |
Color Harmonies of #944182
Complementary color
Monochromatic Colors of #944182
Black with #944182
Text Example
Text Example
White with #944182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944182; }
p { color: rgb(148,65,130); }
H1.HeaderClassName
{
color: #944182;
}
.AnyTagClassName
{
color: #944182;
}
</style>
background-color css
<style>
a { background-color: #944182; }
a { background-color: rgb(148,65,130); }
div.DivClassName
{
background-color: #944182;
}
.BgClassName
{
background-color: #944182;
}
</style>
border-color css
<style>
span { border-color: #944182; }
span { border-color: rgb(148,65,130); }
td.TdClassName
{
border-color: #944182;
}
.TagClassName
{
border-color: #944182;
}
</style>