Shades of Dark Purple #9B3788
Tints of Dark Purple #9B3788
RGB
CMYK
RGB Variations
Color information
#9B3788 (or 0x9B3788) is known color: Dark Purple. HEX triplet: 9B, 37 and 88. RGB value is (155,55,136). Sum of RGB (Red+Green+Blue) = 155+55+136=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3788 is #64C877. Grayscale: #5D5D5D. Windows color (decimal): -6604920 or 8927131. OLE color: 8927131.
HSL color Cylindrical-coordinate representation of color #9B3788: hue angle of 311.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3788 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 136 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.39 |
| HSL | 311.4º | 0.48% | 0.41% | - |
| HSV(B) | 311.4º | 0.65% | 0.61% | - |
| XYZ | 19.33 | 11.48 | 24.49 | - |
| YUV | 94.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 136 | 0 | 0.65 | 0.12 | 0.39 | 311.4 | 0.48 | 0.41 |
| Hex | 9B | 37 | 88 | 0 | 41 | C | 27 | 137 | 30 | 29 |
| Octal | 233 | 67 | 210 | 0 | 101 | 14 | 47 | 467 | 60 | 51 |
| Binary | 10011011 | 110111 | 10001000 | 0 | 1000001 | 1100 | 100111 | 100110111 | 110000 | 101001 |
Color Harmonies of #9B3788
Complementary color
Monochromatic Colors of #9B3788
Black with #9B3788
Text Example
Text Example
White with #9B3788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3788; }
p { color: rgb(155,55,136); }
H1.HeaderClassName
{
color: #9B3788;
}
.AnyTagClassName
{
color: #9B3788;
}
</style>
background-color css
<style>
a { background-color: #9B3788; }
a { background-color: rgb(155,55,136); }
div.DivClassName
{
background-color: #9B3788;
}
.BgClassName
{
background-color: #9B3788;
}
</style>
border-color css
<style>
span { border-color: #9B3788; }
span { border-color: rgb(155,55,136); }
td.TdClassName
{
border-color: #9B3788;
}
.TagClassName
{
border-color: #9B3788;
}
</style>