Shades of Dark Purple #9B1A8B
Tints of Dark Purple #9B1A8B
RGB
CMYK
RGB Variations
Color information
#9B1A8B (or 0x9B1A8B) is known color: Dark Purple. HEX triplet: 9B, 1A and 8B. RGB value is (155,26,139). Sum of RGB (Red+Green+Blue) = 155+26+139=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1A8B is #64E574. Grayscale: #4D4D4D. Windows color (decimal): -6612341 or 9116315. OLE color: 9116315.
HSL color Cylindrical-coordinate representation of color #9B1A8B: hue angle of 307.44º 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 #9B1A8B is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 26 | 139 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.39 |
| HSL | 307.44º | 0.71% | 0.35% | - |
| HSV(B) | 307.44º | 0.83% | 0.61% | - |
| XYZ | 18.55 | 9.57 | 25.3 | - |
| YUV | 77.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 139 | 0 | 0.83 | 0.10 | 0.39 | 307.44 | 0.71 | 0.35 |
| Hex | 9B | 1A | 8B | 0 | 53 | A | 27 | 133 | 47 | 23 |
| Octal | 233 | 32 | 213 | 0 | 123 | 12 | 47 | 463 | 107 | 43 |
| Binary | 10011011 | 11010 | 10001011 | 0 | 1010011 | 1010 | 100111 | 100110011 | 1000111 | 100011 |
Color Harmonies of #9B1A8B
Complementary color
Monochromatic Colors of #9B1A8B
Black with #9B1A8B
Text Example
Text Example
White with #9B1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1A8B; }
p { color: rgb(155,26,139); }
H1.HeaderClassName
{
color: #9B1A8B;
}
.AnyTagClassName
{
color: #9B1A8B;
}
</style>
background-color css
<style>
a { background-color: #9B1A8B; }
a { background-color: rgb(155,26,139); }
div.DivClassName
{
background-color: #9B1A8B;
}
.BgClassName
{
background-color: #9B1A8B;
}
</style>
border-color css
<style>
span { border-color: #9B1A8B; }
span { border-color: rgb(155,26,139); }
td.TdClassName
{
border-color: #9B1A8B;
}
.TagClassName
{
border-color: #9B1A8B;
}
</style>