Shades of Dark Purple #9B266D
Tints of Dark Purple #9B266D
RGB
CMYK
RGB Variations
Color information
#9B266D (or 0x9B266D) is known color: Dark Purple. HEX triplet: 9B, 26 and 6D. RGB value is (155,38,109). Sum of RGB (Red+Green+Blue) = 155+38+109=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B266D is #64D992. Grayscale: #505050. Windows color (decimal): -6609299 or 7153307. OLE color: 7153307.
HSL color Cylindrical-coordinate representation of color #9B266D: hue angle of 323.59º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B266D is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 38 | 109 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.39 |
| HSL | 323.59º | 0.61% | 0.38% | - |
| HSV(B) | 323.59º | 0.75% | 0.61% | - |
| XYZ | 16.97 | 9.46 | 15.4 | - |
| YUV | 81.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 38 | 109 | 0 | 0.75 | 0.30 | 0.39 | 323.59 | 0.61 | 0.38 |
| Hex | 9B | 26 | 6D | 0 | 4B | 1E | 27 | 144 | 3D | 26 |
| Octal | 233 | 46 | 155 | 0 | 113 | 36 | 47 | 504 | 75 | 46 |
| Binary | 10011011 | 100110 | 1101101 | 0 | 1001011 | 11110 | 100111 | 101000100 | 111101 | 100110 |
Color Harmonies of #9B266D
Complementary color
Monochromatic Colors of #9B266D
Black with #9B266D
Text Example
Text Example
White with #9B266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B266D; }
p { color: rgb(155,38,109); }
H1.HeaderClassName
{
color: #9B266D;
}
.AnyTagClassName
{
color: #9B266D;
}
</style>
background-color css
<style>
a { background-color: #9B266D; }
a { background-color: rgb(155,38,109); }
div.DivClassName
{
background-color: #9B266D;
}
.BgClassName
{
background-color: #9B266D;
}
</style>
border-color css
<style>
span { border-color: #9B266D; }
span { border-color: rgb(155,38,109); }
td.TdClassName
{
border-color: #9B266D;
}
.TagClassName
{
border-color: #9B266D;
}
</style>