Shades of Dark Purple #9B1A7E
Tints of Dark Purple #9B1A7E
RGB
CMYK
RGB Variations
Color information
#9B1A7E (or 0x9B1A7E) is known color: Dark Purple. HEX triplet: 9B, 1A and 7E. RGB value is (155,26,126). Sum of RGB (Red+Green+Blue) = 155+26+126=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A7E is #64E581. Grayscale: #4B4B4B. Windows color (decimal): -6612354 or 8264347. OLE color: 8264347.
HSL color Cylindrical-coordinate representation of color #9B1A7E: hue angle of 313.49º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1A7E is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 26 | 126 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.39 |
| HSL | 313.49º | 0.71% | 0.35% | - |
| HSV(B) | 313.49º | 0.83% | 0.61% | - |
| XYZ | 17.65 | 9.21 | 20.59 | - |
| YUV | 75.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 126 | 0 | 0.83 | 0.19 | 0.39 | 313.49 | 0.71 | 0.35 |
| Hex | 9B | 1A | 7E | 0 | 53 | 13 | 27 | 139 | 47 | 23 |
| Octal | 233 | 32 | 176 | 0 | 123 | 23 | 47 | 471 | 107 | 43 |
| Binary | 10011011 | 11010 | 1111110 | 0 | 1010011 | 10011 | 100111 | 100111001 | 1000111 | 100011 |
Color Harmonies of #9B1A7E
Complementary color
Monochromatic Colors of #9B1A7E
Black with #9B1A7E
Text Example
Text Example
White with #9B1A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1A7E; }
p { color: rgb(155,26,126); }
H1.HeaderClassName
{
color: #9B1A7E;
}
.AnyTagClassName
{
color: #9B1A7E;
}
</style>
background-color css
<style>
a { background-color: #9B1A7E; }
a { background-color: rgb(155,26,126); }
div.DivClassName
{
background-color: #9B1A7E;
}
.BgClassName
{
background-color: #9B1A7E;
}
</style>
border-color css
<style>
span { border-color: #9B1A7E; }
span { border-color: rgb(155,26,126); }
td.TdClassName
{
border-color: #9B1A7E;
}
.TagClassName
{
border-color: #9B1A7E;
}
</style>