Shades of Dark Purple #9B257A
Tints of Dark Purple #9B257A
RGB
CMYK
RGB Variations
Color information
#9B257A (or 0x9B257A) is known color: Dark Purple. HEX triplet: 9B, 25 and 7A. RGB value is (155,37,122). Sum of RGB (Red+Green+Blue) = 155+37+122=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B257A is #64DA85. Grayscale: #515151. Windows color (decimal): -6609542 or 8005019. OLE color: 8005019.
HSL color Cylindrical-coordinate representation of color #9B257A: hue angle of 316.78º 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 #9B257A is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 122 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.39 |
| HSL | 316.78º | 0.61% | 0.38% | - |
| HSV(B) | 316.78º | 0.76% | 0.61% | - |
| XYZ | 17.69 | 9.7 | 19.35 | - |
| YUV | 81.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 122 | 0 | 0.76 | 0.21 | 0.39 | 316.78 | 0.61 | 0.38 |
| Hex | 9B | 25 | 7A | 0 | 4C | 15 | 27 | 13D | 3D | 26 |
| Octal | 233 | 45 | 172 | 0 | 114 | 25 | 47 | 475 | 75 | 46 |
| Binary | 10011011 | 100101 | 1111010 | 0 | 1001100 | 10101 | 100111 | 100111101 | 111101 | 100110 |
Color Harmonies of #9B257A
Complementary color
Monochromatic Colors of #9B257A
Black with #9B257A
Text Example
Text Example
White with #9B257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B257A; }
p { color: rgb(155,37,122); }
H1.HeaderClassName
{
color: #9B257A;
}
.AnyTagClassName
{
color: #9B257A;
}
</style>
background-color css
<style>
a { background-color: #9B257A; }
a { background-color: rgb(155,37,122); }
div.DivClassName
{
background-color: #9B257A;
}
.BgClassName
{
background-color: #9B257A;
}
</style>
border-color css
<style>
span { border-color: #9B257A; }
span { border-color: rgb(155,37,122); }
td.TdClassName
{
border-color: #9B257A;
}
.TagClassName
{
border-color: #9B257A;
}
</style>