Shades of Dark Purple #943F7B
Tints of Dark Purple #943F7B
RGB
CMYK
RGB Variations
Color information
#943F7B (or 0x943F7B) is known color: Dark Purple. HEX triplet: 94, 3F and 7B. RGB value is (148,63,123). Sum of RGB (Red+Green+Blue) = 148+63+123=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #943F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F7B is #6BC084. Grayscale: #5F5F5F. Windows color (decimal): -7061637 or 8077204. OLE color: 8077204.
HSL color Cylindrical-coordinate representation of color #943F7B: hue angle of 317.65º 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 #943F7B is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 63 | 123 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.42 |
| HSL | 317.65º | 0.4% | 0.41% | - |
| HSV(B) | 317.65º | 0.57% | 0.58% | - |
| XYZ | 17.57 | 11.28 | 19.99 | - |
| YUV | 95.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 123 | 0 | 0.57 | 0.17 | 0.42 | 317.65 | 0.4 | 0.41 |
| Hex | 94 | 3F | 7B | 0 | 39 | 11 | 2A | 13E | 28 | 29 |
| Octal | 224 | 77 | 173 | 0 | 71 | 21 | 52 | 476 | 50 | 51 |
| Binary | 10010100 | 111111 | 1111011 | 0 | 111001 | 10001 | 101010 | 100111110 | 101000 | 101001 |
Color Harmonies of #943F7B
Complementary color
Monochromatic Colors of #943F7B
Black with #943F7B
Text Example
Text Example
White with #943F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943F7B; }
p { color: rgb(148,63,123); }
H1.HeaderClassName
{
color: #943F7B;
}
.AnyTagClassName
{
color: #943F7B;
}
</style>
background-color css
<style>
a { background-color: #943F7B; }
a { background-color: rgb(148,63,123); }
div.DivClassName
{
background-color: #943F7B;
}
.BgClassName
{
background-color: #943F7B;
}
</style>
border-color css
<style>
span { border-color: #943F7B; }
span { border-color: rgb(148,63,123); }
td.TdClassName
{
border-color: #943F7B;
}
.TagClassName
{
border-color: #943F7B;
}
</style>