Shades of Dark Purple #9D3282
Tints of Dark Purple #9D3282
RGB
CMYK
RGB Variations
Color information
#9D3282 (or 0x9D3282) is known color: Dark Purple. HEX triplet: 9D, 32 and 82. RGB value is (157,50,130). Sum of RGB (Red+Green+Blue) = 157+50+130=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3282 is #62CD7D. Grayscale: #5A5A5A. Windows color (decimal): -6475134 or 8532637. OLE color: 8532637.
HSL color Cylindrical-coordinate representation of color #9D3282: hue angle of 315.14º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3282 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 130 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.38 |
| HSL | 315.14º | 0.52% | 0.41% | - |
| HSV(B) | 315.14º | 0.68% | 0.62% | - |
| XYZ | 19.07 | 11.06 | 22.25 | - |
| YUV | 91.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 130 | 0 | 0.68 | 0.17 | 0.38 | 315.14 | 0.52 | 0.41 |
| Hex | 9D | 32 | 82 | 0 | 44 | 11 | 26 | 13B | 34 | 29 |
| Octal | 235 | 62 | 202 | 0 | 104 | 21 | 46 | 473 | 64 | 51 |
| Binary | 10011101 | 110010 | 10000010 | 0 | 1000100 | 10001 | 100110 | 100111011 | 110100 | 101001 |
Color Harmonies of #9D3282
Complementary color
Monochromatic Colors of #9D3282
Black with #9D3282
Text Example
Text Example
White with #9D3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3282; }
p { color: rgb(157,50,130); }
H1.HeaderClassName
{
color: #9D3282;
}
.AnyTagClassName
{
color: #9D3282;
}
</style>
background-color css
<style>
a { background-color: #9D3282; }
a { background-color: rgb(157,50,130); }
div.DivClassName
{
background-color: #9D3282;
}
.BgClassName
{
background-color: #9D3282;
}
</style>
border-color css
<style>
span { border-color: #9D3282; }
span { border-color: rgb(157,50,130); }
td.TdClassName
{
border-color: #9D3282;
}
.TagClassName
{
border-color: #9D3282;
}
</style>