Shades of Dark Purple #993888
Tints of Dark Purple #993888
RGB
CMYK
RGB Variations
Color information
#993888 (or 0x993888) is known color: Dark Purple. HEX triplet: 99, 38 and 88. RGB value is (153,56,136). Sum of RGB (Red+Green+Blue) = 153+56+136=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #993888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993888 is #66C777. Grayscale: #5D5D5D. Windows color (decimal): -6735736 or 8927385. OLE color: 8927385.
HSL color Cylindrical-coordinate representation of color #993888: hue angle of 310.52º 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 #993888 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 136 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.4 |
| HSL | 310.52º | 0.46% | 0.41% | - |
| HSV(B) | 310.52º | 0.63% | 0.6% | - |
| XYZ | 18.99 | 11.38 | 24.49 | - |
| YUV | 94.12 | 151.64 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 136 | 0 | 0.63 | 0.11 | 0.4 | 310.52 | 0.46 | 0.41 |
| Hex | 99 | 38 | 88 | 0 | 3F | B | 28 | 137 | 2E | 29 |
| Octal | 231 | 70 | 210 | 0 | 77 | 13 | 50 | 467 | 56 | 51 |
| Binary | 10011001 | 111000 | 10001000 | 0 | 111111 | 1011 | 101000 | 100110111 | 101110 | 101001 |
Color Harmonies of #993888
Complementary color
Monochromatic Colors of #993888
Black with #993888
Text Example
Text Example
White with #993888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993888; }
p { color: rgb(153,56,136); }
H1.HeaderClassName
{
color: #993888;
}
.AnyTagClassName
{
color: #993888;
}
</style>
background-color css
<style>
a { background-color: #993888; }
a { background-color: rgb(153,56,136); }
div.DivClassName
{
background-color: #993888;
}
.BgClassName
{
background-color: #993888;
}
</style>
border-color css
<style>
span { border-color: #993888; }
span { border-color: rgb(153,56,136); }
td.TdClassName
{
border-color: #993888;
}
.TagClassName
{
border-color: #993888;
}
</style>