Shades of Dark Purple #944181
Tints of Dark Purple #944181
RGB
CMYK
RGB Variations
Color information
#944181 (or 0x944181) is known color: Dark Purple. HEX triplet: 94, 41 and 81. RGB value is (148,65,129). Sum of RGB (Red+Green+Blue) = 148+65+129=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #944181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944181 is #6BBE7E. Grayscale: #606060. Windows color (decimal): -7061119 or 8470932. OLE color: 8470932.
HSL color Cylindrical-coordinate representation of color #944181: hue angle of 313.73º 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 #944181 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 129 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.42 |
| HSL | 313.73º | 0.39% | 0.42% | - |
| HSV(B) | 313.73º | 0.56% | 0.58% | - |
| XYZ | 18.07 | 11.66 | 22.07 | - |
| YUV | 97.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 129 | 0 | 0.56 | 0.13 | 0.42 | 313.73 | 0.39 | 0.42 |
| Hex | 94 | 41 | 81 | 0 | 38 | D | 2A | 13A | 27 | 2A |
| Octal | 224 | 101 | 201 | 0 | 70 | 15 | 52 | 472 | 47 | 52 |
| Binary | 10010100 | 1000001 | 10000001 | 0 | 111000 | 1101 | 101010 | 100111010 | 100111 | 101010 |
Color Harmonies of #944181
Complementary color
Monochromatic Colors of #944181
Black with #944181
Text Example
Text Example
White with #944181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944181; }
p { color: rgb(148,65,129); }
H1.HeaderClassName
{
color: #944181;
}
.AnyTagClassName
{
color: #944181;
}
</style>
background-color css
<style>
a { background-color: #944181; }
a { background-color: rgb(148,65,129); }
div.DivClassName
{
background-color: #944181;
}
.BgClassName
{
background-color: #944181;
}
</style>
border-color css
<style>
span { border-color: #944181; }
span { border-color: rgb(148,65,129); }
td.TdClassName
{
border-color: #944181;
}
.TagClassName
{
border-color: #944181;
}
</style>