Shades of Dark Purple #9B288D
Tints of Dark Purple #9B288D
RGB
CMYK
RGB Variations
Color information
#9B288D (or 0x9B288D) is known color: Dark Purple. HEX triplet: 9B, 28 and 8D. RGB value is (155,40,141). Sum of RGB (Red+Green+Blue) = 155+40+141=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B288D is #64D772. Grayscale: #555555. Windows color (decimal): -6608755 or 9250971. OLE color: 9250971.
HSL color Cylindrical-coordinate representation of color #9B288D: hue angle of 307.3º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B288D is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 141 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.39 |
| HSL | 307.3º | 0.59% | 0.38% | - |
| HSV(B) | 307.3º | 0.74% | 0.61% | - |
| XYZ | 19.08 | 10.41 | 26.2 | - |
| YUV | 85.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 141 | 0 | 0.74 | 0.09 | 0.39 | 307.3 | 0.59 | 0.38 |
| Hex | 9B | 28 | 8D | 0 | 4A | 9 | 27 | 133 | 3B | 26 |
| Octal | 233 | 50 | 215 | 0 | 112 | 11 | 47 | 463 | 73 | 46 |
| Binary | 10011011 | 101000 | 10001101 | 0 | 1001010 | 1001 | 100111 | 100110011 | 111011 | 100110 |
Color Harmonies of #9B288D
Complementary color
Monochromatic Colors of #9B288D
Black with #9B288D
Text Example
Text Example
White with #9B288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B288D; }
p { color: rgb(155,40,141); }
H1.HeaderClassName
{
color: #9B288D;
}
.AnyTagClassName
{
color: #9B288D;
}
</style>
background-color css
<style>
a { background-color: #9B288D; }
a { background-color: rgb(155,40,141); }
div.DivClassName
{
background-color: #9B288D;
}
.BgClassName
{
background-color: #9B288D;
}
</style>
border-color css
<style>
span { border-color: #9B288D; }
span { border-color: rgb(155,40,141); }
td.TdClassName
{
border-color: #9B288D;
}
.TagClassName
{
border-color: #9B288D;
}
</style>