Shades of Dark Purple #9B358D
Tints of Dark Purple #9B358D
RGB
CMYK
RGB Variations
Color information
#9B358D (or 0x9B358D) is known color: Dark Purple. HEX triplet: 9B, 35 and 8D. RGB value is (155,53,141). Sum of RGB (Red+Green+Blue) = 155+53+141=349 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.41% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 155 - color contains mainly: red. Hex color #9B358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B358D is #64CA72. Grayscale: #5D5D5D. Windows color (decimal): -6605427 or 9254299. OLE color: 9254299.
HSL color Cylindrical-coordinate representation of color #9B358D: hue angle of 308.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B358D is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 141 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.39 |
| HSL | 308.24º | 0.49% | 0.41% | - |
| HSV(B) | 308.24º | 0.66% | 0.61% | - |
| XYZ | 19.6 | 11.44 | 26.37 | - |
| YUV | 93.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 141 | 0 | 0.66 | 0.09 | 0.39 | 308.24 | 0.49 | 0.41 |
| Hex | 9B | 35 | 8D | 0 | 42 | 9 | 27 | 134 | 31 | 29 |
| Octal | 233 | 65 | 215 | 0 | 102 | 11 | 47 | 464 | 61 | 51 |
| Binary | 10011011 | 110101 | 10001101 | 0 | 1000010 | 1001 | 100111 | 100110100 | 110001 | 101001 |
Color Harmonies of #9B358D
Complementary color
Monochromatic Colors of #9B358D
Black with #9B358D
Text Example
Text Example
White with #9B358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B358D; }
p { color: rgb(155,53,141); }
H1.HeaderClassName
{
color: #9B358D;
}
.AnyTagClassName
{
color: #9B358D;
}
</style>
background-color css
<style>
a { background-color: #9B358D; }
a { background-color: rgb(155,53,141); }
div.DivClassName
{
background-color: #9B358D;
}
.BgClassName
{
background-color: #9B358D;
}
</style>
border-color css
<style>
span { border-color: #9B358D; }
span { border-color: rgb(155,53,141); }
td.TdClassName
{
border-color: #9B358D;
}
.TagClassName
{
border-color: #9B358D;
}
</style>