Shades of Dark Purple #993883
Tints of Dark Purple #993883
RGB
CMYK
RGB Variations
Color information
#993883 (or 0x993883) is known color: Dark Purple. HEX triplet: 99, 38 and 83. RGB value is (153,56,131). Sum of RGB (Red+Green+Blue) = 153+56+131=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #993883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993883 is #66C77C. Grayscale: #5D5D5D. Windows color (decimal): -6735741 or 8599705. OLE color: 8599705.
HSL color Cylindrical-coordinate representation of color #993883: hue angle of 313.61º 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 #993883 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 131 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.4 |
| HSL | 313.61º | 0.46% | 0.41% | - |
| HSV(B) | 313.61º | 0.63% | 0.6% | - |
| XYZ | 18.65 | 11.24 | 22.66 | - |
| YUV | 93.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 131 | 0 | 0.63 | 0.14 | 0.4 | 313.61 | 0.46 | 0.41 |
| Hex | 99 | 38 | 83 | 0 | 3F | E | 28 | 13A | 2E | 29 |
| Octal | 231 | 70 | 203 | 0 | 77 | 16 | 50 | 472 | 56 | 51 |
| Binary | 10011001 | 111000 | 10000011 | 0 | 111111 | 1110 | 101000 | 100111010 | 101110 | 101001 |
Color Harmonies of #993883
Complementary color
Monochromatic Colors of #993883
Black with #993883
Text Example
Text Example
White with #993883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993883; }
p { color: rgb(153,56,131); }
H1.HeaderClassName
{
color: #993883;
}
.AnyTagClassName
{
color: #993883;
}
</style>
background-color css
<style>
a { background-color: #993883; }
a { background-color: rgb(153,56,131); }
div.DivClassName
{
background-color: #993883;
}
.BgClassName
{
background-color: #993883;
}
</style>
border-color css
<style>
span { border-color: #993883; }
span { border-color: rgb(153,56,131); }
td.TdClassName
{
border-color: #993883;
}
.TagClassName
{
border-color: #993883;
}
</style>