Shades of Dark Purple #9D266F
Tints of Dark Purple #9D266F
RGB
CMYK
RGB Variations
Color information
#9D266F (or 0x9D266F) is known color: Dark Purple. HEX triplet: 9D, 26 and 6F. RGB value is (157,38,111). Sum of RGB (Red+Green+Blue) = 157+38+111=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D266F is #62D990. Grayscale: #515151. Windows color (decimal): -6478225 or 7284381. OLE color: 7284381.
HSL color Cylindrical-coordinate representation of color #9D266F: hue angle of 323.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D266F is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 38 | 111 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.38 |
| HSL | 323.19º | 0.61% | 0.38% | - |
| HSV(B) | 323.19º | 0.76% | 0.62% | - |
| XYZ | 17.47 | 9.7 | 15.99 | - |
| YUV | 81.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 111 | 0 | 0.76 | 0.29 | 0.38 | 323.19 | 0.61 | 0.38 |
| Hex | 9D | 26 | 6F | 0 | 4C | 1D | 26 | 143 | 3D | 26 |
| Octal | 235 | 46 | 157 | 0 | 114 | 35 | 46 | 503 | 75 | 46 |
| Binary | 10011101 | 100110 | 1101111 | 0 | 1001100 | 11101 | 100110 | 101000011 | 111101 | 100110 |
Color Harmonies of #9D266F
Complementary color
Monochromatic Colors of #9D266F
Black with #9D266F
Text Example
Text Example
White with #9D266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D266F; }
p { color: rgb(157,38,111); }
H1.HeaderClassName
{
color: #9D266F;
}
.AnyTagClassName
{
color: #9D266F;
}
</style>
background-color css
<style>
a { background-color: #9D266F; }
a { background-color: rgb(157,38,111); }
div.DivClassName
{
background-color: #9D266F;
}
.BgClassName
{
background-color: #9D266F;
}
</style>
border-color css
<style>
span { border-color: #9D266F; }
span { border-color: rgb(157,38,111); }
td.TdClassName
{
border-color: #9D266F;
}
.TagClassName
{
border-color: #9D266F;
}
</style>