Shades of Dark Purple #993C7D
Tints of Dark Purple #993C7D
RGB
CMYK
RGB Variations
Color information
#993C7D (or 0x993C7D) is known color: Dark Purple. HEX triplet: 99, 3C and 7D. RGB value is (153,60,125). Sum of RGB (Red+Green+Blue) = 153+60+125=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #993C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993C7D is #66C382. Grayscale: #5F5F5F. Windows color (decimal): -6734723 or 8207513. OLE color: 8207513.
HSL color Cylindrical-coordinate representation of color #993C7D: hue angle of 318.06º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993C7D is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 125 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.4 |
| HSL | 318.06º | 0.44% | 0.42% | - |
| HSV(B) | 318.06º | 0.61% | 0.6% | - |
| XYZ | 18.45 | 11.48 | 20.65 | - |
| YUV | 95.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 125 | 0 | 0.61 | 0.18 | 0.4 | 318.06 | 0.44 | 0.42 |
| Hex | 99 | 3C | 7D | 0 | 3D | 12 | 28 | 13E | 2C | 2A |
| Octal | 231 | 74 | 175 | 0 | 75 | 22 | 50 | 476 | 54 | 52 |
| Binary | 10011001 | 111100 | 1111101 | 0 | 111101 | 10010 | 101000 | 100111110 | 101100 | 101010 |
Color Harmonies of #993C7D
Complementary color
Monochromatic Colors of #993C7D
Black with #993C7D
Text Example
Text Example
White with #993C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C7D; }
p { color: rgb(153,60,125); }
H1.HeaderClassName
{
color: #993C7D;
}
.AnyTagClassName
{
color: #993C7D;
}
</style>
background-color css
<style>
a { background-color: #993C7D; }
a { background-color: rgb(153,60,125); }
div.DivClassName
{
background-color: #993C7D;
}
.BgClassName
{
background-color: #993C7D;
}
</style>
border-color css
<style>
span { border-color: #993C7D; }
span { border-color: rgb(153,60,125); }
td.TdClassName
{
border-color: #993C7D;
}
.TagClassName
{
border-color: #993C7D;
}
</style>