Shades of Dark Purple #9B348C
Tints of Dark Purple #9B348C
RGB
CMYK
RGB Variations
Color information
#9B348C (or 0x9B348C) is known color: Dark Purple. HEX triplet: 9B, 34 and 8C. RGB value is (155,52,140). Sum of RGB (Red+Green+Blue) = 155+52+140=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B348C is #64CB73. Grayscale: #5C5C5C. Windows color (decimal): -6605684 or 9188507. OLE color: 9188507.
HSL color Cylindrical-coordinate representation of color #9B348C: hue angle of 308.74º 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 #9B348C is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 140 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.39 |
| HSL | 308.74º | 0.5% | 0.41% | - |
| HSV(B) | 308.74º | 0.66% | 0.61% | - |
| XYZ | 19.48 | 11.32 | 25.97 | - |
| YUV | 92.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 140 | 0 | 0.66 | 0.10 | 0.39 | 308.74 | 0.5 | 0.41 |
| Hex | 9B | 34 | 8C | 0 | 42 | A | 27 | 135 | 32 | 29 |
| Octal | 233 | 64 | 214 | 0 | 102 | 12 | 47 | 465 | 62 | 51 |
| Binary | 10011011 | 110100 | 10001100 | 0 | 1000010 | 1010 | 100111 | 100110101 | 110010 | 101001 |
Color Harmonies of #9B348C
Complementary color
Monochromatic Colors of #9B348C
Black with #9B348C
Text Example
Text Example
White with #9B348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B348C; }
p { color: rgb(155,52,140); }
H1.HeaderClassName
{
color: #9B348C;
}
.AnyTagClassName
{
color: #9B348C;
}
</style>
background-color css
<style>
a { background-color: #9B348C; }
a { background-color: rgb(155,52,140); }
div.DivClassName
{
background-color: #9B348C;
}
.BgClassName
{
background-color: #9B348C;
}
</style>
border-color css
<style>
span { border-color: #9B348C; }
span { border-color: rgb(155,52,140); }
td.TdClassName
{
border-color: #9B348C;
}
.TagClassName
{
border-color: #9B348C;
}
</style>