Shades of Dark Purple #9B2485
Tints of Dark Purple #9B2485
RGB
CMYK
RGB Variations
Color information
#9B2485 (or 0x9B2485) is known color: Dark Purple. HEX triplet: 9B, 24 and 85. RGB value is (155,36,133). Sum of RGB (Red+Green+Blue) = 155+36+133=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2485 is #64DB7A. Grayscale: #525252. Windows color (decimal): -6609787 or 8725659. OLE color: 8725659.
HSL color Cylindrical-coordinate representation of color #9B2485: hue angle of 311.09º degrees, saturation: 0.62, 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 #9B2485 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 133 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.39 |
| HSL | 311.09º | 0.62% | 0.37% | - |
| HSV(B) | 311.09º | 0.77% | 0.61% | - |
| XYZ | 18.38 | 9.92 | 23.14 | - |
| YUV | 82.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 133 | 0 | 0.77 | 0.14 | 0.39 | 311.09 | 0.62 | 0.37 |
| Hex | 9B | 24 | 85 | 0 | 4D | E | 27 | 137 | 3E | 25 |
| Octal | 233 | 44 | 205 | 0 | 115 | 16 | 47 | 467 | 76 | 45 |
| Binary | 10011011 | 100100 | 10000101 | 0 | 1001101 | 1110 | 100111 | 100110111 | 111110 | 100101 |
Color Harmonies of #9B2485
Complementary color
Monochromatic Colors of #9B2485
Black with #9B2485
Text Example
Text Example
White with #9B2485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2485; }
p { color: rgb(155,36,133); }
H1.HeaderClassName
{
color: #9B2485;
}
.AnyTagClassName
{
color: #9B2485;
}
</style>
background-color css
<style>
a { background-color: #9B2485; }
a { background-color: rgb(155,36,133); }
div.DivClassName
{
background-color: #9B2485;
}
.BgClassName
{
background-color: #9B2485;
}
</style>
border-color css
<style>
span { border-color: #9B2485; }
span { border-color: rgb(155,36,133); }
td.TdClassName
{
border-color: #9B2485;
}
.TagClassName
{
border-color: #9B2485;
}
</style>