Shades of Dark Purple #9B258D
Tints of Dark Purple #9B258D
RGB
CMYK
RGB Variations
Color information
#9B258D (or 0x9B258D) is known color: Dark Purple. HEX triplet: 9B, 25 and 8D. RGB value is (155,37,141). Sum of RGB (Red+Green+Blue) = 155+37+141=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B258D is #64DA72. Grayscale: #535353. Windows color (decimal): -6609523 or 9250203. OLE color: 9250203.
HSL color Cylindrical-coordinate representation of color #9B258D: hue angle of 307.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B258D is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 141 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.39 |
| HSL | 307.12º | 0.61% | 0.38% | - |
| HSV(B) | 307.12º | 0.76% | 0.61% | - |
| XYZ | 18.99 | 10.21 | 26.17 | - |
| YUV | 84.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 141 | 0 | 0.76 | 0.09 | 0.39 | 307.12 | 0.61 | 0.38 |
| Hex | 9B | 25 | 8D | 0 | 4C | 9 | 27 | 133 | 3D | 26 |
| Octal | 233 | 45 | 215 | 0 | 114 | 11 | 47 | 463 | 75 | 46 |
| Binary | 10011011 | 100101 | 10001101 | 0 | 1001100 | 1001 | 100111 | 100110011 | 111101 | 100110 |
Color Harmonies of #9B258D
Complementary color
Monochromatic Colors of #9B258D
Black with #9B258D
Text Example
Text Example
White with #9B258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B258D; }
p { color: rgb(155,37,141); }
H1.HeaderClassName
{
color: #9B258D;
}
.AnyTagClassName
{
color: #9B258D;
}
</style>
background-color css
<style>
a { background-color: #9B258D; }
a { background-color: rgb(155,37,141); }
div.DivClassName
{
background-color: #9B258D;
}
.BgClassName
{
background-color: #9B258D;
}
</style>
border-color css
<style>
span { border-color: #9B258D; }
span { border-color: rgb(155,37,141); }
td.TdClassName
{
border-color: #9B258D;
}
.TagClassName
{
border-color: #9B258D;
}
</style>