Shades of Dark Purple #993985
Tints of Dark Purple #993985
RGB
CMYK
RGB Variations
Color information
#993985 (or 0x993985) is known color: Dark Purple. HEX triplet: 99, 39 and 85. RGB value is (153,57,133). Sum of RGB (Red+Green+Blue) = 153+57+133=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #993985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993985 is #66C67A. Grayscale: #5E5E5E. Windows color (decimal): -6735483 or 8731033. OLE color: 8731033.
HSL color Cylindrical-coordinate representation of color #993985: hue angle of 312.5º 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 #993985 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 133 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.4 |
| HSL | 312.5º | 0.46% | 0.41% | - |
| HSV(B) | 312.5º | 0.63% | 0.6% | - |
| XYZ | 18.83 | 11.39 | 23.4 | - |
| YUV | 94.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 133 | 0 | 0.63 | 0.13 | 0.4 | 312.5 | 0.46 | 0.41 |
| Hex | 99 | 39 | 85 | 0 | 3F | D | 28 | 138 | 2E | 29 |
| Octal | 231 | 71 | 205 | 0 | 77 | 15 | 50 | 470 | 56 | 51 |
| Binary | 10011001 | 111001 | 10000101 | 0 | 111111 | 1101 | 101000 | 100111000 | 101110 | 101001 |
Color Harmonies of #993985
Complementary color
Monochromatic Colors of #993985
Black with #993985
Text Example
Text Example
White with #993985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993985; }
p { color: rgb(153,57,133); }
H1.HeaderClassName
{
color: #993985;
}
.AnyTagClassName
{
color: #993985;
}
</style>
background-color css
<style>
a { background-color: #993985; }
a { background-color: rgb(153,57,133); }
div.DivClassName
{
background-color: #993985;
}
.BgClassName
{
background-color: #993985;
}
</style>
border-color css
<style>
span { border-color: #993985; }
span { border-color: rgb(153,57,133); }
td.TdClassName
{
border-color: #993985;
}
.TagClassName
{
border-color: #993985;
}
</style>