Shades of Dark Purple #9B2379
Tints of Dark Purple #9B2379
RGB
CMYK
RGB Variations
Color information
#9B2379 (or 0x9B2379) is known color: Dark Purple. HEX triplet: 9B, 23 and 79. RGB value is (155,35,121). Sum of RGB (Red+Green+Blue) = 155+35+121=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2379 is #64DC86. Grayscale: #505050. Windows color (decimal): -6610055 or 7938971. OLE color: 7938971.
HSL color Cylindrical-coordinate representation of color #9B2379: hue angle of 317º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2379 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 121 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.39 |
| HSL | 317º | 0.63% | 0.37% | - |
| HSV(B) | 317º | 0.77% | 0.61% | - |
| XYZ | 17.57 | 9.55 | 19.01 | - |
| YUV | 80.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 121 | 0 | 0.77 | 0.22 | 0.39 | 317 | 0.63 | 0.37 |
| Hex | 9B | 23 | 79 | 0 | 4D | 16 | 27 | 13D | 3F | 25 |
| Octal | 233 | 43 | 171 | 0 | 115 | 26 | 47 | 475 | 77 | 45 |
| Binary | 10011011 | 100011 | 1111001 | 0 | 1001101 | 10110 | 100111 | 100111101 | 111111 | 100101 |
Color Harmonies of #9B2379
Complementary color
Monochromatic Colors of #9B2379
Black with #9B2379
Text Example
Text Example
White with #9B2379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2379; }
p { color: rgb(155,35,121); }
H1.HeaderClassName
{
color: #9B2379;
}
.AnyTagClassName
{
color: #9B2379;
}
</style>
background-color css
<style>
a { background-color: #9B2379; }
a { background-color: rgb(155,35,121); }
div.DivClassName
{
background-color: #9B2379;
}
.BgClassName
{
background-color: #9B2379;
}
</style>
border-color css
<style>
span { border-color: #9B2379; }
span { border-color: rgb(155,35,121); }
td.TdClassName
{
border-color: #9B2379;
}
.TagClassName
{
border-color: #9B2379;
}
</style>