Shades of Dark Purple #993182
Tints of Dark Purple #993182
RGB
CMYK
RGB Variations
Color information
#993182 (or 0x993182) is known color: Dark Purple. HEX triplet: 99, 31 and 82. RGB value is (153,49,130). Sum of RGB (Red+Green+Blue) = 153+49+130=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #993182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993182 is #66CE7D. Grayscale: #595959. Windows color (decimal): -6737534 or 8532377. OLE color: 8532377.
HSL color Cylindrical-coordinate representation of color #993182: hue angle of 313.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993182 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 130 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.4 |
| HSL | 313.27º | 0.51% | 0.4% | - |
| HSV(B) | 313.27º | 0.68% | 0.6% | - |
| XYZ | 18.26 | 10.58 | 22.2 | - |
| YUV | 89.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 130 | 0 | 0.68 | 0.15 | 0.4 | 313.27 | 0.51 | 0.4 |
| Hex | 99 | 31 | 82 | 0 | 44 | F | 28 | 139 | 33 | 28 |
| Octal | 231 | 61 | 202 | 0 | 104 | 17 | 50 | 471 | 63 | 50 |
| Binary | 10011001 | 110001 | 10000010 | 0 | 1000100 | 1111 | 101000 | 100111001 | 110011 | 101000 |
Color Harmonies of #993182
Complementary color
Monochromatic Colors of #993182
Black with #993182
Text Example
Text Example
White with #993182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993182; }
p { color: rgb(153,49,130); }
H1.HeaderClassName
{
color: #993182;
}
.AnyTagClassName
{
color: #993182;
}
</style>
background-color css
<style>
a { background-color: #993182; }
a { background-color: rgb(153,49,130); }
div.DivClassName
{
background-color: #993182;
}
.BgClassName
{
background-color: #993182;
}
</style>
border-color css
<style>
span { border-color: #993182; }
span { border-color: rgb(153,49,130); }
td.TdClassName
{
border-color: #993182;
}
.TagClassName
{
border-color: #993182;
}
</style>