Shades of Dark Purple #944085
Tints of Dark Purple #944085
RGB
CMYK
RGB Variations
Color information
#944085 (or 0x944085) is known color: Dark Purple. HEX triplet: 94, 40 and 85. RGB value is (148,64,133). Sum of RGB (Red+Green+Blue) = 148+64+133=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #944085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944085 is #6BBF7A. Grayscale: #606060. Windows color (decimal): -7061371 or 8732820. OLE color: 8732820.
HSL color Cylindrical-coordinate representation of color #944085: hue angle of 310.71º 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 #944085 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 133 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.42 |
| HSL | 310.71º | 0.4% | 0.42% | - |
| HSV(B) | 310.71º | 0.57% | 0.58% | - |
| XYZ | 18.28 | 11.66 | 23.48 | - |
| YUV | 96.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 133 | 0 | 0.57 | 0.10 | 0.42 | 310.71 | 0.4 | 0.42 |
| Hex | 94 | 40 | 85 | 0 | 39 | A | 2A | 137 | 28 | 2A |
| Octal | 224 | 100 | 205 | 0 | 71 | 12 | 52 | 467 | 50 | 52 |
| Binary | 10010100 | 1000000 | 10000101 | 0 | 111001 | 1010 | 101010 | 100110111 | 101000 | 101010 |
Color Harmonies of #944085
Complementary color
Monochromatic Colors of #944085
Black with #944085
Text Example
Text Example
White with #944085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944085; }
p { color: rgb(148,64,133); }
H1.HeaderClassName
{
color: #944085;
}
.AnyTagClassName
{
color: #944085;
}
</style>
background-color css
<style>
a { background-color: #944085; }
a { background-color: rgb(148,64,133); }
div.DivClassName
{
background-color: #944085;
}
.BgClassName
{
background-color: #944085;
}
</style>
border-color css
<style>
span { border-color: #944085; }
span { border-color: rgb(148,64,133); }
td.TdClassName
{
border-color: #944085;
}
.TagClassName
{
border-color: #944085;
}
</style>