Shades of Dark Purple #944180
Tints of Dark Purple #944180
RGB
CMYK
RGB Variations
Color information
#944180 (or 0x944180) is known color: Dark Purple. HEX triplet: 94, 41 and 80. RGB value is (148,65,128). Sum of RGB (Red+Green+Blue) = 148+65+128=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #944180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944180 is #6BBE7F. Grayscale: #606060. Windows color (decimal): -7061120 or 8405396. OLE color: 8405396.
HSL color Cylindrical-coordinate representation of color #944180: hue angle of 314.46º 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 #944180 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 65 | 128 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.42 |
| HSL | 314.46º | 0.39% | 0.42% | - |
| HSV(B) | 314.46º | 0.56% | 0.58% | - |
| XYZ | 18 | 11.64 | 21.72 | - |
| YUV | 97 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 65 | 128 | 0 | 0.56 | 0.14 | 0.42 | 314.46 | 0.39 | 0.42 |
| Hex | 94 | 41 | 80 | 0 | 38 | E | 2A | 13A | 27 | 2A |
| Octal | 224 | 101 | 200 | 0 | 70 | 16 | 52 | 472 | 47 | 52 |
| Binary | 10010100 | 1000001 | 10000000 | 0 | 111000 | 1110 | 101010 | 100111010 | 100111 | 101010 |
Color Harmonies of #944180
Complementary color
Monochromatic Colors of #944180
Black with #944180
Text Example
Text Example
White with #944180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944180; }
p { color: rgb(148,65,128); }
H1.HeaderClassName
{
color: #944180;
}
.AnyTagClassName
{
color: #944180;
}
</style>
background-color css
<style>
a { background-color: #944180; }
a { background-color: rgb(148,65,128); }
div.DivClassName
{
background-color: #944180;
}
.BgClassName
{
background-color: #944180;
}
</style>
border-color css
<style>
span { border-color: #944180; }
span { border-color: rgb(148,65,128); }
td.TdClassName
{
border-color: #944180;
}
.TagClassName
{
border-color: #944180;
}
</style>