Shades of Dark Purple #9D238B
Tints of Dark Purple #9D238B
RGB
CMYK
RGB Variations
Color information
#9D238B (or 0x9D238B) is known color: Dark Purple. HEX triplet: 9D, 23 and 8B. RGB value is (157,35,139). Sum of RGB (Red+Green+Blue) = 157+35+139=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D238B is #62DC74. Grayscale: #535353. Windows color (decimal): -6478965 or 9118621. OLE color: 9118621.
HSL color Cylindrical-coordinate representation of color #9D238B: hue angle of 308.85º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D238B is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 35 | 139 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.38 |
| HSL | 308.85º | 0.64% | 0.38% | - |
| HSV(B) | 308.85º | 0.78% | 0.62% | - |
| XYZ | 19.17 | 10.23 | 25.39 | - |
| YUV | 83.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 35 | 139 | 0 | 0.78 | 0.11 | 0.38 | 308.85 | 0.64 | 0.38 |
| Hex | 9D | 23 | 8B | 0 | 4E | B | 26 | 135 | 40 | 26 |
| Octal | 235 | 43 | 213 | 0 | 116 | 13 | 46 | 465 | 100 | 46 |
| Binary | 10011101 | 100011 | 10001011 | 0 | 1001110 | 1011 | 100110 | 100110101 | 1000000 | 100110 |
Color Harmonies of #9D238B
Complementary color
Monochromatic Colors of #9D238B
Black with #9D238B
Text Example
Text Example
White with #9D238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D238B; }
p { color: rgb(157,35,139); }
H1.HeaderClassName
{
color: #9D238B;
}
.AnyTagClassName
{
color: #9D238B;
}
</style>
background-color css
<style>
a { background-color: #9D238B; }
a { background-color: rgb(157,35,139); }
div.DivClassName
{
background-color: #9D238B;
}
.BgClassName
{
background-color: #9D238B;
}
</style>
border-color css
<style>
span { border-color: #9D238B; }
span { border-color: rgb(157,35,139); }
td.TdClassName
{
border-color: #9D238B;
}
.TagClassName
{
border-color: #9D238B;
}
</style>