Shades of Dark Purple #943B7A
Tints of Dark Purple #943B7A
RGB
CMYK
RGB Variations
Color information
#943B7A (or 0x943B7A) is known color: Dark Purple. HEX triplet: 94, 3B and 7A. RGB value is (148,59,122). Sum of RGB (Red+Green+Blue) = 148+59+122=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 148 - color contains mainly: red. Hex color #943B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943B7A is #6BC485. Grayscale: #5C5C5C. Windows color (decimal): -7062662 or 8010644. OLE color: 8010644.
HSL color Cylindrical-coordinate representation of color #943B7A: hue angle of 317.53º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #943B7A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 59 | 122 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.42 |
| HSL | 317.53º | 0.43% | 0.41% | - |
| HSV(B) | 317.53º | 0.6% | 0.58% | - |
| XYZ | 17.29 | 10.83 | 19.59 | - |
| YUV | 92.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 122 | 0 | 0.60 | 0.18 | 0.42 | 317.53 | 0.43 | 0.41 |
| Hex | 94 | 3B | 7A | 0 | 3C | 12 | 2A | 13E | 2B | 29 |
| Octal | 224 | 73 | 172 | 0 | 74 | 22 | 52 | 476 | 53 | 51 |
| Binary | 10010100 | 111011 | 1111010 | 0 | 111100 | 10010 | 101010 | 100111110 | 101011 | 101001 |
Color Harmonies of #943B7A
Complementary color
Monochromatic Colors of #943B7A
Black with #943B7A
Text Example
Text Example
White with #943B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943B7A; }
p { color: rgb(148,59,122); }
H1.HeaderClassName
{
color: #943B7A;
}
.AnyTagClassName
{
color: #943B7A;
}
</style>
background-color css
<style>
a { background-color: #943B7A; }
a { background-color: rgb(148,59,122); }
div.DivClassName
{
background-color: #943B7A;
}
.BgClassName
{
background-color: #943B7A;
}
</style>
border-color css
<style>
span { border-color: #943B7A; }
span { border-color: rgb(148,59,122); }
td.TdClassName
{
border-color: #943B7A;
}
.TagClassName
{
border-color: #943B7A;
}
</style>