Shades of Dark Purple #993B7F
Tints of Dark Purple #993B7F
RGB
CMYK
RGB Variations
Color information
#993B7F (or 0x993B7F) is known color: Dark Purple. HEX triplet: 99, 3B and 7F. RGB value is (153,59,127). Sum of RGB (Red+Green+Blue) = 153+59+127=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #993B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B7F is #66C480. Grayscale: #5E5E5E. Windows color (decimal): -6734977 or 8338329. OLE color: 8338329.
HSL color Cylindrical-coordinate representation of color #993B7F: hue angle of 316.6º 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 #993B7F is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 127 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.4 |
| HSL | 316.6º | 0.44% | 0.42% | - |
| HSV(B) | 316.6º | 0.61% | 0.6% | - |
| XYZ | 18.53 | 11.43 | 21.31 | - |
| YUV | 94.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 127 | 0 | 0.61 | 0.17 | 0.4 | 316.6 | 0.44 | 0.42 |
| Hex | 99 | 3B | 7F | 0 | 3D | 11 | 28 | 13D | 2C | 2A |
| Octal | 231 | 73 | 177 | 0 | 75 | 21 | 50 | 475 | 54 | 52 |
| Binary | 10011001 | 111011 | 1111111 | 0 | 111101 | 10001 | 101000 | 100111101 | 101100 | 101010 |
Color Harmonies of #993B7F
Complementary color
Monochromatic Colors of #993B7F
Black with #993B7F
Text Example
Text Example
White with #993B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B7F; }
p { color: rgb(153,59,127); }
H1.HeaderClassName
{
color: #993B7F;
}
.AnyTagClassName
{
color: #993B7F;
}
</style>
background-color css
<style>
a { background-color: #993B7F; }
a { background-color: rgb(153,59,127); }
div.DivClassName
{
background-color: #993B7F;
}
.BgClassName
{
background-color: #993B7F;
}
</style>
border-color css
<style>
span { border-color: #993B7F; }
span { border-color: rgb(153,59,127); }
td.TdClassName
{
border-color: #993B7F;
}
.TagClassName
{
border-color: #993B7F;
}
</style>