Shades of Dark Purple #993F88
Tints of Dark Purple #993F88
RGB
CMYK
RGB Variations
Color information
#993F88 (or 0x993F88) is known color: Dark Purple. HEX triplet: 99, 3F and 88. RGB value is (153,63,136). Sum of RGB (Red+Green+Blue) = 153+63+136=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993F88 is #66C077. Grayscale: #626262. Windows color (decimal): -6733944 or 8929177. OLE color: 8929177.
HSL color Cylindrical-coordinate representation of color #993F88: hue angle of 311.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #993F88 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 63 | 136 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.4 |
| HSL | 311.33º | 0.42% | 0.42% | - |
| HSV(B) | 311.33º | 0.59% | 0.6% | - |
| XYZ | 19.36 | 12.1 | 24.61 | - |
| YUV | 98.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 136 | 0 | 0.59 | 0.11 | 0.4 | 311.33 | 0.42 | 0.42 |
| Hex | 99 | 3F | 88 | 0 | 3B | B | 28 | 137 | 2A | 2A |
| Octal | 231 | 77 | 210 | 0 | 73 | 13 | 50 | 467 | 52 | 52 |
| Binary | 10011001 | 111111 | 10001000 | 0 | 111011 | 1011 | 101000 | 100110111 | 101010 | 101010 |
Color Harmonies of #993F88
Complementary color
Monochromatic Colors of #993F88
Black with #993F88
Text Example
Text Example
White with #993F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993F88; }
p { color: rgb(153,63,136); }
H1.HeaderClassName
{
color: #993F88;
}
.AnyTagClassName
{
color: #993F88;
}
</style>
background-color css
<style>
a { background-color: #993F88; }
a { background-color: rgb(153,63,136); }
div.DivClassName
{
background-color: #993F88;
}
.BgClassName
{
background-color: #993F88;
}
</style>
border-color css
<style>
span { border-color: #993F88; }
span { border-color: rgb(153,63,136); }
td.TdClassName
{
border-color: #993F88;
}
.TagClassName
{
border-color: #993F88;
}
</style>