Shades of Dark Purple #944083
Tints of Dark Purple #944083
RGB
CMYK
RGB Variations
Color information
#944083 (or 0x944083) is known color: Dark Purple. HEX triplet: 94, 40 and 83. RGB value is (148,64,131). Sum of RGB (Red+Green+Blue) = 148+64+131=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #944083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944083 is #6BBF7C. Grayscale: #606060. Windows color (decimal): -7061373 or 8601748. OLE color: 8601748.
HSL color Cylindrical-coordinate representation of color #944083: hue angle of 312.14º 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 #944083 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 64 | 131 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.42 |
| HSL | 312.14º | 0.4% | 0.42% | - |
| HSV(B) | 312.14º | 0.57% | 0.58% | - |
| XYZ | 18.14 | 11.6 | 22.76 | - |
| YUV | 96.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 64 | 131 | 0 | 0.57 | 0.11 | 0.42 | 312.14 | 0.4 | 0.42 |
| Hex | 94 | 40 | 83 | 0 | 39 | B | 2A | 138 | 28 | 2A |
| Octal | 224 | 100 | 203 | 0 | 71 | 13 | 52 | 470 | 50 | 52 |
| Binary | 10010100 | 1000000 | 10000011 | 0 | 111001 | 1011 | 101010 | 100111000 | 101000 | 101010 |
Color Harmonies of #944083
Complementary color
Monochromatic Colors of #944083
Black with #944083
Text Example
Text Example
White with #944083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944083; }
p { color: rgb(148,64,131); }
H1.HeaderClassName
{
color: #944083;
}
.AnyTagClassName
{
color: #944083;
}
</style>
background-color css
<style>
a { background-color: #944083; }
a { background-color: rgb(148,64,131); }
div.DivClassName
{
background-color: #944083;
}
.BgClassName
{
background-color: #944083;
}
</style>
border-color css
<style>
span { border-color: #944083; }
span { border-color: rgb(148,64,131); }
td.TdClassName
{
border-color: #944083;
}
.TagClassName
{
border-color: #944083;
}
</style>