Shades of Dark Purple #993B7D
Tints of Dark Purple #993B7D
RGB
CMYK
RGB Variations
Color information
#993B7D (or 0x993B7D) is known color: Dark Purple. HEX triplet: 99, 3B and 7D. RGB value is (153,59,125). Sum of RGB (Red+Green+Blue) = 153+59+125=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #993B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B7D is #66C482. Grayscale: #5E5E5E. Windows color (decimal): -6734979 or 8207257. OLE color: 8207257.
HSL color Cylindrical-coordinate representation of color #993B7D: hue angle of 317.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993B7D is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 125 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.4 |
| HSL | 317.87º | 0.44% | 0.42% | - |
| HSV(B) | 317.87º | 0.61% | 0.6% | - |
| XYZ | 18.4 | 11.38 | 20.63 | - |
| YUV | 94.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 125 | 0 | 0.61 | 0.18 | 0.4 | 317.87 | 0.44 | 0.42 |
| Hex | 99 | 3B | 7D | 0 | 3D | 12 | 28 | 13E | 2C | 2A |
| Octal | 231 | 73 | 175 | 0 | 75 | 22 | 50 | 476 | 54 | 52 |
| Binary | 10011001 | 111011 | 1111101 | 0 | 111101 | 10010 | 101000 | 100111110 | 101100 | 101010 |
Color Harmonies of #993B7D
Complementary color
Monochromatic Colors of #993B7D
Black with #993B7D
Text Example
Text Example
White with #993B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B7D; }
p { color: rgb(153,59,125); }
H1.HeaderClassName
{
color: #993B7D;
}
.AnyTagClassName
{
color: #993B7D;
}
</style>
background-color css
<style>
a { background-color: #993B7D; }
a { background-color: rgb(153,59,125); }
div.DivClassName
{
background-color: #993B7D;
}
.BgClassName
{
background-color: #993B7D;
}
</style>
border-color css
<style>
span { border-color: #993B7D; }
span { border-color: rgb(153,59,125); }
td.TdClassName
{
border-color: #993B7D;
}
.TagClassName
{
border-color: #993B7D;
}
</style>