Shades of Dark Purple #9B288F
Tints of Dark Purple #9B288F
RGB
CMYK
RGB Variations
Color information
#9B288F (or 0x9B288F) is known color: Dark Purple. HEX triplet: 9B, 28 and 8F. RGB value is (155,40,143). Sum of RGB (Red+Green+Blue) = 155+40+143=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B288F is #64D770. Grayscale: #555555. Windows color (decimal): -6608753 or 9382043. OLE color: 9382043.
HSL color Cylindrical-coordinate representation of color #9B288F: hue angle of 306.26º 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 #9B288F is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 40 | 143 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.39 |
| HSL | 306.26º | 0.59% | 0.38% | - |
| HSV(B) | 306.26º | 0.74% | 0.61% | - |
| XYZ | 19.23 | 10.47 | 26.99 | - |
| YUV | 86.13 | 160.1 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 40 | 143 | 0 | 0.74 | 0.08 | 0.39 | 306.26 | 0.59 | 0.38 |
| Hex | 9B | 28 | 8F | 0 | 4A | 8 | 27 | 132 | 3B | 26 |
| Octal | 233 | 50 | 217 | 0 | 112 | 10 | 47 | 462 | 73 | 46 |
| Binary | 10011011 | 101000 | 10001111 | 0 | 1001010 | 1000 | 100111 | 100110010 | 111011 | 100110 |
Color Harmonies of #9B288F
Complementary color
Monochromatic Colors of #9B288F
Black with #9B288F
Text Example
Text Example
White with #9B288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B288F; }
p { color: rgb(155,40,143); }
H1.HeaderClassName
{
color: #9B288F;
}
.AnyTagClassName
{
color: #9B288F;
}
</style>
background-color css
<style>
a { background-color: #9B288F; }
a { background-color: rgb(155,40,143); }
div.DivClassName
{
background-color: #9B288F;
}
.BgClassName
{
background-color: #9B288F;
}
</style>
border-color css
<style>
span { border-color: #9B288F; }
span { border-color: rgb(155,40,143); }
td.TdClassName
{
border-color: #9B288F;
}
.TagClassName
{
border-color: #9B288F;
}
</style>