Shades of Dark Purple #943B7B
Tints of Dark Purple #943B7B
RGB
CMYK
RGB Variations
Color information
#943B7B (or 0x943B7B) is known color: Dark Purple. HEX triplet: 94, 3B and 7B. RGB value is (148,59,123). Sum of RGB (Red+Green+Blue) = 148+59+123=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #943B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943B7B is #6BC484. Grayscale: #5C5C5C. Windows color (decimal): -7062661 or 8076180. OLE color: 8076180.
HSL color Cylindrical-coordinate representation of color #943B7B: hue angle of 316.85º 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 #943B7B is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 59 | 123 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.42 |
| HSL | 316.85º | 0.43% | 0.41% | - |
| HSV(B) | 316.85º | 0.6% | 0.58% | - |
| XYZ | 17.35 | 10.85 | 19.92 | - |
| YUV | 92.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 59 | 123 | 0 | 0.60 | 0.17 | 0.42 | 316.85 | 0.43 | 0.41 |
| Hex | 94 | 3B | 7B | 0 | 3C | 11 | 2A | 13D | 2B | 29 |
| Octal | 224 | 73 | 173 | 0 | 74 | 21 | 52 | 475 | 53 | 51 |
| Binary | 10010100 | 111011 | 1111011 | 0 | 111100 | 10001 | 101010 | 100111101 | 101011 | 101001 |
Color Harmonies of #943B7B
Complementary color
Monochromatic Colors of #943B7B
Black with #943B7B
Text Example
Text Example
White with #943B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943B7B; }
p { color: rgb(148,59,123); }
H1.HeaderClassName
{
color: #943B7B;
}
.AnyTagClassName
{
color: #943B7B;
}
</style>
background-color css
<style>
a { background-color: #943B7B; }
a { background-color: rgb(148,59,123); }
div.DivClassName
{
background-color: #943B7B;
}
.BgClassName
{
background-color: #943B7B;
}
</style>
border-color css
<style>
span { border-color: #943B7B; }
span { border-color: rgb(148,59,123); }
td.TdClassName
{
border-color: #943B7B;
}
.TagClassName
{
border-color: #943B7B;
}
</style>