Shades of Dark Purple #9C2688
Tints of Dark Purple #9C2688
RGB
CMYK
RGB Variations
Color information
#9C2688 (or 0x9C2688) is known color: Dark Purple. HEX triplet: 9C, 26 and 88. RGB value is (156,38,136). Sum of RGB (Red+Green+Blue) = 156+38+136=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2688 is #63D977. Grayscale: #545454. Windows color (decimal): -6543736 or 8922780. OLE color: 8922780.
HSL color Cylindrical-coordinate representation of color #9C2688: hue angle of 310.17º 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 #9C2688 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 136 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.39 |
| HSL | 310.17º | 0.61% | 0.38% | - |
| HSV(B) | 310.17º | 0.76% | 0.61% | - |
| XYZ | 18.85 | 10.23 | 24.27 | - |
| YUV | 84.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 136 | 0 | 0.76 | 0.13 | 0.39 | 310.17 | 0.61 | 0.38 |
| Hex | 9C | 26 | 88 | 0 | 4C | D | 27 | 136 | 3D | 26 |
| Octal | 234 | 46 | 210 | 0 | 114 | 15 | 47 | 466 | 75 | 46 |
| Binary | 10011100 | 100110 | 10001000 | 0 | 1001100 | 1101 | 100111 | 100110110 | 111101 | 100110 |
Color Harmonies of #9C2688
Complementary color
Monochromatic Colors of #9C2688
Black with #9C2688
Text Example
Text Example
White with #9C2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2688; }
p { color: rgb(156,38,136); }
H1.HeaderClassName
{
color: #9C2688;
}
.AnyTagClassName
{
color: #9C2688;
}
</style>
background-color css
<style>
a { background-color: #9C2688; }
a { background-color: rgb(156,38,136); }
div.DivClassName
{
background-color: #9C2688;
}
.BgClassName
{
background-color: #9C2688;
}
</style>
border-color css
<style>
span { border-color: #9C2688; }
span { border-color: rgb(156,38,136); }
td.TdClassName
{
border-color: #9C2688;
}
.TagClassName
{
border-color: #9C2688;
}
</style>