Shades of Dark Purple #993889
Tints of Dark Purple #993889
RGB
CMYK
RGB Variations
Color information
#993889 (or 0x993889) is known color: Dark Purple. HEX triplet: 99, 38 and 89. RGB value is (153,56,137). Sum of RGB (Red+Green+Blue) = 153+56+137=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #993889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993889 is #66C776. Grayscale: #5E5E5E. Windows color (decimal): -6735735 or 8992921. OLE color: 8992921.
HSL color Cylindrical-coordinate representation of color #993889: hue angle of 309.9º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993889 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 137 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.4 |
| HSL | 309.9º | 0.46% | 0.41% | - |
| HSV(B) | 309.9º | 0.63% | 0.6% | - |
| XYZ | 19.07 | 11.41 | 24.86 | - |
| YUV | 94.24 | 152.14 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 137 | 0 | 0.63 | 0.10 | 0.4 | 309.9 | 0.46 | 0.41 |
| Hex | 99 | 38 | 89 | 0 | 3F | A | 28 | 136 | 2E | 29 |
| Octal | 231 | 70 | 211 | 0 | 77 | 12 | 50 | 466 | 56 | 51 |
| Binary | 10011001 | 111000 | 10001001 | 0 | 111111 | 1010 | 101000 | 100110110 | 101110 | 101001 |
Color Harmonies of #993889
Complementary color
Monochromatic Colors of #993889
Black with #993889
Text Example
Text Example
White with #993889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993889; }
p { color: rgb(153,56,137); }
H1.HeaderClassName
{
color: #993889;
}
.AnyTagClassName
{
color: #993889;
}
</style>
background-color css
<style>
a { background-color: #993889; }
a { background-color: rgb(153,56,137); }
div.DivClassName
{
background-color: #993889;
}
.BgClassName
{
background-color: #993889;
}
</style>
border-color css
<style>
span { border-color: #993889; }
span { border-color: rgb(153,56,137); }
td.TdClassName
{
border-color: #993889;
}
.TagClassName
{
border-color: #993889;
}
</style>