Shades of Dark Purple #9D3182
Tints of Dark Purple #9D3182
RGB
CMYK
RGB Variations
Color information
#9D3182 (or 0x9D3182) is known color: Dark Purple. HEX triplet: 9D, 31 and 82. RGB value is (157,49,130). Sum of RGB (Red+Green+Blue) = 157+49+130=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3182 is #62CE7D. Grayscale: #5A5A5A. Windows color (decimal): -6475390 or 8532381. OLE color: 8532381.
HSL color Cylindrical-coordinate representation of color #9D3182: hue angle of 315º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3182 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 49 | 130 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.38 |
| HSL | 315º | 0.52% | 0.4% | - |
| HSV(B) | 315º | 0.69% | 0.62% | - |
| XYZ | 19.03 | 10.98 | 22.23 | - |
| YUV | 90.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 49 | 130 | 0 | 0.69 | 0.17 | 0.38 | 315 | 0.52 | 0.4 |
| Hex | 9D | 31 | 82 | 0 | 45 | 11 | 26 | 13B | 34 | 28 |
| Octal | 235 | 61 | 202 | 0 | 105 | 21 | 46 | 473 | 64 | 50 |
| Binary | 10011101 | 110001 | 10000010 | 0 | 1000101 | 10001 | 100110 | 100111011 | 110100 | 101000 |
Color Harmonies of #9D3182
Complementary color
Monochromatic Colors of #9D3182
Black with #9D3182
Text Example
Text Example
White with #9D3182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3182; }
p { color: rgb(157,49,130); }
H1.HeaderClassName
{
color: #9D3182;
}
.AnyTagClassName
{
color: #9D3182;
}
</style>
background-color css
<style>
a { background-color: #9D3182; }
a { background-color: rgb(157,49,130); }
div.DivClassName
{
background-color: #9D3182;
}
.BgClassName
{
background-color: #9D3182;
}
</style>
border-color css
<style>
span { border-color: #9D3182; }
span { border-color: rgb(157,49,130); }
td.TdClassName
{
border-color: #9D3182;
}
.TagClassName
{
border-color: #9D3182;
}
</style>