Shades of Dark Purple #943F7D
Tints of Dark Purple #943F7D
RGB
CMYK
RGB Variations
Color information
#943F7D (or 0x943F7D) is known color: Dark Purple. HEX triplet: 94, 3F and 7D. RGB value is (148,63,125). Sum of RGB (Red+Green+Blue) = 148+63+125=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #943F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F7D is #6BC082. Grayscale: #5F5F5F. Windows color (decimal): -7061635 or 8208276. OLE color: 8208276.
HSL color Cylindrical-coordinate representation of color #943F7D: hue angle of 316.24º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #943F7D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 125 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.42 |
| HSL | 316.24º | 0.4% | 0.41% | - |
| HSV(B) | 316.24º | 0.57% | 0.58% | - |
| XYZ | 17.69 | 11.33 | 20.66 | - |
| YUV | 95.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 125 | 0 | 0.57 | 0.16 | 0.42 | 316.24 | 0.4 | 0.41 |
| Hex | 94 | 3F | 7D | 0 | 39 | 10 | 2A | 13C | 28 | 29 |
| Octal | 224 | 77 | 175 | 0 | 71 | 20 | 52 | 474 | 50 | 51 |
| Binary | 10010100 | 111111 | 1111101 | 0 | 111001 | 10000 | 101010 | 100111100 | 101000 | 101001 |
Color Harmonies of #943F7D
Complementary color
Monochromatic Colors of #943F7D
Black with #943F7D
Text Example
Text Example
White with #943F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F7D; }
p { color: rgb(148,63,125); }
H1.HeaderClassName
{
color: #943F7D;
}
.AnyTagClassName
{
color: #943F7D;
}
</style>
background-color css
<style>
a { background-color: #943F7D; }
a { background-color: rgb(148,63,125); }
div.DivClassName
{
background-color: #943F7D;
}
.BgClassName
{
background-color: #943F7D;
}
</style>
border-color css
<style>
span { border-color: #943F7D; }
span { border-color: rgb(148,63,125); }
td.TdClassName
{
border-color: #943F7D;
}
.TagClassName
{
border-color: #943F7D;
}
</style>