Shades of Dark Purple #9D2075
Tints of Dark Purple #9D2075
RGB
CMYK
RGB Variations
Color information
#9D2075 (or 0x9D2075) is known color: Dark Purple. HEX triplet: 9D, 20 and 75. RGB value is (157,32,117). Sum of RGB (Red+Green+Blue) = 157+32+117=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2075 is #62DF8A. Grayscale: #4E4E4E. Windows color (decimal): -6479755 or 7676061. OLE color: 7676061.
HSL color Cylindrical-coordinate representation of color #9D2075: hue angle of 319.2º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D2075 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 117 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.38 |
| HSL | 319.2º | 0.66% | 0.37% | - |
| HSV(B) | 319.2º | 0.8% | 0.62% | - |
| XYZ | 17.63 | 9.49 | 17.73 | - |
| YUV | 79.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 117 | 0 | 0.80 | 0.25 | 0.38 | 319.2 | 0.66 | 0.37 |
| Hex | 9D | 20 | 75 | 0 | 50 | 19 | 26 | 13F | 42 | 25 |
| Octal | 235 | 40 | 165 | 0 | 120 | 31 | 46 | 477 | 102 | 45 |
| Binary | 10011101 | 100000 | 1110101 | 0 | 1010000 | 11001 | 100110 | 100111111 | 1000010 | 100101 |
Color Harmonies of #9D2075
Complementary color
Monochromatic Colors of #9D2075
Black with #9D2075
Text Example
Text Example
White with #9D2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2075; }
p { color: rgb(157,32,117); }
H1.HeaderClassName
{
color: #9D2075;
}
.AnyTagClassName
{
color: #9D2075;
}
</style>
background-color css
<style>
a { background-color: #9D2075; }
a { background-color: rgb(157,32,117); }
div.DivClassName
{
background-color: #9D2075;
}
.BgClassName
{
background-color: #9D2075;
}
</style>
border-color css
<style>
span { border-color: #9D2075; }
span { border-color: rgb(157,32,117); }
td.TdClassName
{
border-color: #9D2075;
}
.TagClassName
{
border-color: #9D2075;
}
</style>