Shades of Dark Purple #944082
Tints of Dark Purple #944082
RGB
CMYK
RGB Variations
Color information
#944082 (or 0x944082) is known color: Dark Purple. HEX triplet: 94, 40 and 82. RGB value is (148,64,130). Sum of RGB (Red+Green+Blue) = 148+64+130=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #944082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944082 is #6BBF7D. Grayscale: #606060. Windows color (decimal): -7061374 or 8536212. OLE color: 8536212.
HSL color Cylindrical-coordinate representation of color #944082: hue angle of 312.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944082 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 130 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.42 |
| HSL | 312.86º | 0.4% | 0.42% | - |
| HSV(B) | 312.86º | 0.57% | 0.58% | - |
| XYZ | 18.08 | 11.57 | 22.4 | - |
| YUV | 96.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 130 | 0 | 0.57 | 0.12 | 0.42 | 312.86 | 0.4 | 0.42 |
| Hex | 94 | 40 | 82 | 0 | 39 | C | 2A | 139 | 28 | 2A |
| Octal | 224 | 100 | 202 | 0 | 71 | 14 | 52 | 471 | 50 | 52 |
| Binary | 10010100 | 1000000 | 10000010 | 0 | 111001 | 1100 | 101010 | 100111001 | 101000 | 101010 |
Color Harmonies of #944082
Complementary color
Monochromatic Colors of #944082
Black with #944082
Text Example
Text Example
White with #944082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944082; }
p { color: rgb(148,64,130); }
H1.HeaderClassName
{
color: #944082;
}
.AnyTagClassName
{
color: #944082;
}
</style>
background-color css
<style>
a { background-color: #944082; }
a { background-color: rgb(148,64,130); }
div.DivClassName
{
background-color: #944082;
}
.BgClassName
{
background-color: #944082;
}
</style>
border-color css
<style>
span { border-color: #944082; }
span { border-color: rgb(148,64,130); }
td.TdClassName
{
border-color: #944082;
}
.TagClassName
{
border-color: #944082;
}
</style>