Shades of Dark Purple #9C268D
Tints of Dark Purple #9C268D
RGB
CMYK
RGB Variations
Color information
#9C268D (or 0x9C268D) is known color: Dark Purple. HEX triplet: 9C, 26 and 8D. RGB value is (156,38,141). Sum of RGB (Red+Green+Blue) = 156+38+141=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C268D is #63D972. Grayscale: #545454. Windows color (decimal): -6543731 or 9250460. OLE color: 9250460.
HSL color Cylindrical-coordinate representation of color #9C268D: hue angle of 307.63º 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 #9C268D is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 141 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.39 |
| HSL | 307.63º | 0.61% | 0.38% | - |
| HSV(B) | 307.63º | 0.76% | 0.61% | - |
| XYZ | 19.21 | 10.38 | 26.19 | - |
| YUV | 85.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 141 | 0 | 0.76 | 0.10 | 0.39 | 307.63 | 0.61 | 0.38 |
| Hex | 9C | 26 | 8D | 0 | 4C | A | 27 | 134 | 3D | 26 |
| Octal | 234 | 46 | 215 | 0 | 114 | 12 | 47 | 464 | 75 | 46 |
| Binary | 10011100 | 100110 | 10001101 | 0 | 1001100 | 1010 | 100111 | 100110100 | 111101 | 100110 |
Color Harmonies of #9C268D
Complementary color
Monochromatic Colors of #9C268D
Black with #9C268D
Text Example
Text Example
White with #9C268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C268D; }
p { color: rgb(156,38,141); }
H1.HeaderClassName
{
color: #9C268D;
}
.AnyTagClassName
{
color: #9C268D;
}
</style>
background-color css
<style>
a { background-color: #9C268D; }
a { background-color: rgb(156,38,141); }
div.DivClassName
{
background-color: #9C268D;
}
.BgClassName
{
background-color: #9C268D;
}
</style>
border-color css
<style>
span { border-color: #9C268D; }
span { border-color: rgb(156,38,141); }
td.TdClassName
{
border-color: #9C268D;
}
.TagClassName
{
border-color: #9C268D;
}
</style>