Shades of Dark Purple #9B236F
Tints of Dark Purple #9B236F
RGB
CMYK
RGB Variations
Color information
#9B236F (or 0x9B236F) is known color: Dark Purple. HEX triplet: 9B, 23 and 6F. RGB value is (155,35,111). Sum of RGB (Red+Green+Blue) = 155+35+111=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B236F is #64DC90. Grayscale: #4F4F4F. Windows color (decimal): -6610065 or 7283611. OLE color: 7283611.
HSL color Cylindrical-coordinate representation of color #9B236F: hue angle of 322º 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 #9B236F is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 111 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.39 |
| HSL | 322º | 0.63% | 0.37% | - |
| HSV(B) | 322º | 0.77% | 0.61% | - |
| XYZ | 16.99 | 9.32 | 15.94 | - |
| YUV | 79.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 111 | 0 | 0.77 | 0.28 | 0.39 | 322 | 0.63 | 0.37 |
| Hex | 9B | 23 | 6F | 0 | 4D | 1C | 27 | 142 | 3F | 25 |
| Octal | 233 | 43 | 157 | 0 | 115 | 34 | 47 | 502 | 77 | 45 |
| Binary | 10011011 | 100011 | 1101111 | 0 | 1001101 | 11100 | 100111 | 101000010 | 111111 | 100101 |
Color Harmonies of #9B236F
Complementary color
Monochromatic Colors of #9B236F
Black with #9B236F
Text Example
Text Example
White with #9B236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B236F; }
p { color: rgb(155,35,111); }
H1.HeaderClassName
{
color: #9B236F;
}
.AnyTagClassName
{
color: #9B236F;
}
</style>
background-color css
<style>
a { background-color: #9B236F; }
a { background-color: rgb(155,35,111); }
div.DivClassName
{
background-color: #9B236F;
}
.BgClassName
{
background-color: #9B236F;
}
</style>
border-color css
<style>
span { border-color: #9B236F; }
span { border-color: rgb(155,35,111); }
td.TdClassName
{
border-color: #9B236F;
}
.TagClassName
{
border-color: #9B236F;
}
</style>