Shades of Dark Purple #9B348B
Tints of Dark Purple #9B348B
RGB
CMYK
RGB Variations
Color information
#9B348B (or 0x9B348B) is known color: Dark Purple. HEX triplet: 9B, 34 and 8B. RGB value is (155,52,139). Sum of RGB (Red+Green+Blue) = 155+52+139=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B348B is #64CB74. Grayscale: #5C5C5C. Windows color (decimal): -6605685 or 9122971. OLE color: 9122971.
HSL color Cylindrical-coordinate representation of color #9B348B: hue angle of 309.32º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B348B is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 139 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.39 |
| HSL | 309.32º | 0.5% | 0.41% | - |
| HSV(B) | 309.32º | 0.66% | 0.61% | - |
| XYZ | 19.41 | 11.29 | 25.58 | - |
| YUV | 92.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 139 | 0 | 0.66 | 0.10 | 0.39 | 309.32 | 0.5 | 0.41 |
| Hex | 9B | 34 | 8B | 0 | 42 | A | 27 | 135 | 32 | 29 |
| Octal | 233 | 64 | 213 | 0 | 102 | 12 | 47 | 465 | 62 | 51 |
| Binary | 10011011 | 110100 | 10001011 | 0 | 1000010 | 1010 | 100111 | 100110101 | 110010 | 101001 |
Color Harmonies of #9B348B
Complementary color
Monochromatic Colors of #9B348B
Black with #9B348B
Text Example
Text Example
White with #9B348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B348B; }
p { color: rgb(155,52,139); }
H1.HeaderClassName
{
color: #9B348B;
}
.AnyTagClassName
{
color: #9B348B;
}
</style>
background-color css
<style>
a { background-color: #9B348B; }
a { background-color: rgb(155,52,139); }
div.DivClassName
{
background-color: #9B348B;
}
.BgClassName
{
background-color: #9B348B;
}
</style>
border-color css
<style>
span { border-color: #9B348B; }
span { border-color: rgb(155,52,139); }
td.TdClassName
{
border-color: #9B348B;
}
.TagClassName
{
border-color: #9B348B;
}
</style>