Shades of Dark Purple #993B7B
Tints of Dark Purple #993B7B
RGB
CMYK
RGB Variations
Color information
#993B7B (or 0x993B7B) is known color: Dark Purple. HEX triplet: 99, 3B and 7B. RGB value is (153,59,123). Sum of RGB (Red+Green+Blue) = 153+59+123=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #993B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993B7B is #66C484. Grayscale: #5E5E5E. Windows color (decimal): -6734981 or 8076185. OLE color: 8076185.
HSL color Cylindrical-coordinate representation of color #993B7B: hue angle of 319.15º 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 #993B7B is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 59 | 123 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.4 |
| HSL | 319.15º | 0.44% | 0.42% | - |
| HSV(B) | 319.15º | 0.61% | 0.6% | - |
| XYZ | 18.28 | 11.33 | 19.96 | - |
| YUV | 94.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 123 | 0 | 0.61 | 0.20 | 0.4 | 319.15 | 0.44 | 0.42 |
| Hex | 99 | 3B | 7B | 0 | 3D | 14 | 28 | 13F | 2C | 2A |
| Octal | 231 | 73 | 173 | 0 | 75 | 24 | 50 | 477 | 54 | 52 |
| Binary | 10011001 | 111011 | 1111011 | 0 | 111101 | 10100 | 101000 | 100111111 | 101100 | 101010 |
Color Harmonies of #993B7B
Complementary color
Monochromatic Colors of #993B7B
Black with #993B7B
Text Example
Text Example
White with #993B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993B7B; }
p { color: rgb(153,59,123); }
H1.HeaderClassName
{
color: #993B7B;
}
.AnyTagClassName
{
color: #993B7B;
}
</style>
background-color css
<style>
a { background-color: #993B7B; }
a { background-color: rgb(153,59,123); }
div.DivClassName
{
background-color: #993B7B;
}
.BgClassName
{
background-color: #993B7B;
}
</style>
border-color css
<style>
span { border-color: #993B7B; }
span { border-color: rgb(153,59,123); }
td.TdClassName
{
border-color: #993B7B;
}
.TagClassName
{
border-color: #993B7B;
}
</style>