Shades of Dark Purple #9B157E
Tints of Dark Purple #9B157E
RGB
CMYK
RGB Variations
Color information
#9B157E (or 0x9B157E) is known color: Dark Purple. HEX triplet: 9B, 15 and 7E. RGB value is (155,21,126). Sum of RGB (Red+Green+Blue) = 155+21+126=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B157E is #64EA81. Grayscale: #484848. Windows color (decimal): -6613634 or 8263067. OLE color: 8263067.
HSL color Cylindrical-coordinate representation of color #9B157E: hue angle of 312.99º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B157E is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 21 | 126 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.39 |
| HSL | 312.99º | 0.76% | 0.35% | - |
| HSV(B) | 312.99º | 0.86% | 0.61% | - |
| XYZ | 17.55 | 9.01 | 20.55 | - |
| YUV | 73.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 21 | 126 | 0 | 0.86 | 0.19 | 0.39 | 312.99 | 0.76 | 0.35 |
| Hex | 9B | 15 | 7E | 0 | 56 | 13 | 27 | 139 | 4C | 23 |
| Octal | 233 | 25 | 176 | 0 | 126 | 23 | 47 | 471 | 114 | 43 |
| Binary | 10011011 | 10101 | 1111110 | 0 | 1010110 | 10011 | 100111 | 100111001 | 1001100 | 100011 |
Color Harmonies of #9B157E
Complementary color
Monochromatic Colors of #9B157E
Black with #9B157E
Text Example
Text Example
White with #9B157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B157E; }
p { color: rgb(155,21,126); }
H1.HeaderClassName
{
color: #9B157E;
}
.AnyTagClassName
{
color: #9B157E;
}
</style>
background-color css
<style>
a { background-color: #9B157E; }
a { background-color: rgb(155,21,126); }
div.DivClassName
{
background-color: #9B157E;
}
.BgClassName
{
background-color: #9B157E;
}
</style>
border-color css
<style>
span { border-color: #9B157E; }
span { border-color: rgb(155,21,126); }
td.TdClassName
{
border-color: #9B157E;
}
.TagClassName
{
border-color: #9B157E;
}
</style>