Shades of Dark Purple #9B328C
Tints of Dark Purple #9B328C
RGB
CMYK
RGB Variations
Color information
#9B328C (or 0x9B328C) is known color: Dark Purple. HEX triplet: 9B, 32 and 8C. RGB value is (155,50,140). Sum of RGB (Red+Green+Blue) = 155+50+140=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B328C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B328C is #64CD73. Grayscale: #5B5B5B. Windows color (decimal): -6606196 or 9187995. OLE color: 9187995.
HSL color Cylindrical-coordinate representation of color #9B328C: hue angle of 308.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B328C is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 140 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.39 |
| HSL | 308.57º | 0.51% | 0.4% | - |
| HSV(B) | 308.57º | 0.68% | 0.61% | - |
| XYZ | 19.39 | 11.14 | 25.94 | - |
| YUV | 91.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 140 | 0 | 0.68 | 0.10 | 0.39 | 308.57 | 0.51 | 0.4 |
| Hex | 9B | 32 | 8C | 0 | 44 | A | 27 | 135 | 33 | 28 |
| Octal | 233 | 62 | 214 | 0 | 104 | 12 | 47 | 465 | 63 | 50 |
| Binary | 10011011 | 110010 | 10001100 | 0 | 1000100 | 1010 | 100111 | 100110101 | 110011 | 101000 |
Color Harmonies of #9B328C
Complementary color
Monochromatic Colors of #9B328C
Black with #9B328C
Text Example
Text Example
White with #9B328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B328C; }
p { color: rgb(155,50,140); }
H1.HeaderClassName
{
color: #9B328C;
}
.AnyTagClassName
{
color: #9B328C;
}
</style>
background-color css
<style>
a { background-color: #9B328C; }
a { background-color: rgb(155,50,140); }
div.DivClassName
{
background-color: #9B328C;
}
.BgClassName
{
background-color: #9B328C;
}
</style>
border-color css
<style>
span { border-color: #9B328C; }
span { border-color: rgb(155,50,140); }
td.TdClassName
{
border-color: #9B328C;
}
.TagClassName
{
border-color: #9B328C;
}
</style>