Shades of Dark Purple #9B226E
Tints of Dark Purple #9B226E
RGB
CMYK
RGB Variations
Color information
#9B226E (or 0x9B226E) is known color: Dark Purple. HEX triplet: 9B, 22 and 6E. RGB value is (155,34,110). Sum of RGB (Red+Green+Blue) = 155+34+110=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B226E is #64DD91. Grayscale: #4E4E4E. Windows color (decimal): -6610322 or 7217819. OLE color: 7217819.
HSL color Cylindrical-coordinate representation of color #9B226E: hue angle of 322.31º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B226E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 34 | 110 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.39 |
| HSL | 322.31º | 0.64% | 0.37% | - |
| HSV(B) | 322.31º | 0.78% | 0.61% | - |
| XYZ | 16.9 | 9.24 | 15.64 | - |
| YUV | 78.84 | 145.59 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 34 | 110 | 0 | 0.78 | 0.29 | 0.39 | 322.31 | 0.64 | 0.37 |
| Hex | 9B | 22 | 6E | 0 | 4E | 1D | 27 | 142 | 40 | 25 |
| Octal | 233 | 42 | 156 | 0 | 116 | 35 | 47 | 502 | 100 | 45 |
| Binary | 10011011 | 100010 | 1101110 | 0 | 1001110 | 11101 | 100111 | 101000010 | 1000000 | 100101 |
Color Harmonies of #9B226E
Complementary color
Monochromatic Colors of #9B226E
Black with #9B226E
Text Example
Text Example
White with #9B226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B226E; }
p { color: rgb(155,34,110); }
H1.HeaderClassName
{
color: #9B226E;
}
.AnyTagClassName
{
color: #9B226E;
}
</style>
background-color css
<style>
a { background-color: #9B226E; }
a { background-color: rgb(155,34,110); }
div.DivClassName
{
background-color: #9B226E;
}
.BgClassName
{
background-color: #9B226E;
}
</style>
border-color css
<style>
span { border-color: #9B226E; }
span { border-color: rgb(155,34,110); }
td.TdClassName
{
border-color: #9B226E;
}
.TagClassName
{
border-color: #9B226E;
}
</style>