Shades of Dark Purple #9B256E
Tints of Dark Purple #9B256E
RGB
CMYK
RGB Variations
Color information
#9B256E (or 0x9B256E) is known color: Dark Purple. HEX triplet: 9B, 25 and 6E. RGB value is (155,37,110). Sum of RGB (Red+Green+Blue) = 155+37+110=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B256E is #64DA91. Grayscale: #505050. Windows color (decimal): -6609554 or 7218587. OLE color: 7218587.
HSL color Cylindrical-coordinate representation of color #9B256E: hue angle of 322.88º 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 #9B256E is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 110 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.39 |
| HSL | 322.88º | 0.61% | 0.38% | - |
| HSV(B) | 322.88º | 0.76% | 0.61% | - |
| XYZ | 16.99 | 9.42 | 15.67 | - |
| YUV | 80.6 | 144.59 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 110 | 0 | 0.76 | 0.29 | 0.39 | 322.88 | 0.61 | 0.38 |
| Hex | 9B | 25 | 6E | 0 | 4C | 1D | 27 | 143 | 3D | 26 |
| Octal | 233 | 45 | 156 | 0 | 114 | 35 | 47 | 503 | 75 | 46 |
| Binary | 10011011 | 100101 | 1101110 | 0 | 1001100 | 11101 | 100111 | 101000011 | 111101 | 100110 |
Color Harmonies of #9B256E
Complementary color
Monochromatic Colors of #9B256E
Black with #9B256E
Text Example
Text Example
White with #9B256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B256E; }
p { color: rgb(155,37,110); }
H1.HeaderClassName
{
color: #9B256E;
}
.AnyTagClassName
{
color: #9B256E;
}
</style>
background-color css
<style>
a { background-color: #9B256E; }
a { background-color: rgb(155,37,110); }
div.DivClassName
{
background-color: #9B256E;
}
.BgClassName
{
background-color: #9B256E;
}
</style>
border-color css
<style>
span { border-color: #9B256E; }
span { border-color: rgb(155,37,110); }
td.TdClassName
{
border-color: #9B256E;
}
.TagClassName
{
border-color: #9B256E;
}
</style>