Shades of Dark Purple #9B398B
Tints of Dark Purple #9B398B
RGB
CMYK
RGB Variations
Color information
#9B398B (or 0x9B398B) is known color: Dark Purple. HEX triplet: 9B, 39 and 8B. RGB value is (155,57,139). Sum of RGB (Red+Green+Blue) = 155+57+139=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B398B is #64C674. Grayscale: #5F5F5F. Windows color (decimal): -6604405 or 9124251. OLE color: 9124251.
HSL color Cylindrical-coordinate representation of color #9B398B: hue angle of 309.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B398B is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 139 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.39 |
| HSL | 309.8º | 0.46% | 0.42% | - |
| HSV(B) | 309.8º | 0.63% | 0.61% | - |
| XYZ | 19.64 | 11.76 | 25.66 | - |
| YUV | 95.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 139 | 0 | 0.63 | 0.10 | 0.39 | 309.8 | 0.46 | 0.42 |
| Hex | 9B | 39 | 8B | 0 | 3F | A | 27 | 136 | 2E | 2A |
| Octal | 233 | 71 | 213 | 0 | 77 | 12 | 47 | 466 | 56 | 52 |
| Binary | 10011011 | 111001 | 10001011 | 0 | 111111 | 1010 | 100111 | 100110110 | 101110 | 101010 |
Color Harmonies of #9B398B
Complementary color
Monochromatic Colors of #9B398B
Black with #9B398B
Text Example
Text Example
White with #9B398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B398B; }
p { color: rgb(155,57,139); }
H1.HeaderClassName
{
color: #9B398B;
}
.AnyTagClassName
{
color: #9B398B;
}
</style>
background-color css
<style>
a { background-color: #9B398B; }
a { background-color: rgb(155,57,139); }
div.DivClassName
{
background-color: #9B398B;
}
.BgClassName
{
background-color: #9B398B;
}
</style>
border-color css
<style>
span { border-color: #9B398B; }
span { border-color: rgb(155,57,139); }
td.TdClassName
{
border-color: #9B398B;
}
.TagClassName
{
border-color: #9B398B;
}
</style>