Shades of Dark Purple #9B1788
Tints of Dark Purple #9B1788
RGB
CMYK
RGB Variations
Color information
#9B1788 (or 0x9B1788) is known color: Dark Purple. HEX triplet: 9B, 17 and 88. RGB value is (155,23,136). Sum of RGB (Red+Green+Blue) = 155+23+136=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1788 is #64E877. Grayscale: #4B4B4B. Windows color (decimal): -6613112 or 8918939. OLE color: 8918939.
HSL color Cylindrical-coordinate representation of color #9B1788: hue angle of 308.64º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1788 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 136 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.39 |
| HSL | 308.64º | 0.74% | 0.35% | - |
| HSV(B) | 308.64º | 0.85% | 0.61% | - |
| XYZ | 18.27 | 9.36 | 24.14 | - |
| YUV | 75.35 | 162.23 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 136 | 0 | 0.85 | 0.12 | 0.39 | 308.64 | 0.74 | 0.35 |
| Hex | 9B | 17 | 88 | 0 | 55 | C | 27 | 135 | 4A | 23 |
| Octal | 233 | 27 | 210 | 0 | 125 | 14 | 47 | 465 | 112 | 43 |
| Binary | 10011011 | 10111 | 10001000 | 0 | 1010101 | 1100 | 100111 | 100110101 | 1001010 | 100011 |
Color Harmonies of #9B1788
Complementary color
Monochromatic Colors of #9B1788
Black with #9B1788
Text Example
Text Example
White with #9B1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1788; }
p { color: rgb(155,23,136); }
H1.HeaderClassName
{
color: #9B1788;
}
.AnyTagClassName
{
color: #9B1788;
}
</style>
background-color css
<style>
a { background-color: #9B1788; }
a { background-color: rgb(155,23,136); }
div.DivClassName
{
background-color: #9B1788;
}
.BgClassName
{
background-color: #9B1788;
}
</style>
border-color css
<style>
span { border-color: #9B1788; }
span { border-color: rgb(155,23,136); }
td.TdClassName
{
border-color: #9B1788;
}
.TagClassName
{
border-color: #9B1788;
}
</style>