Shades of Dark Purple #9C2690
Tints of Dark Purple #9C2690
RGB
CMYK
RGB Variations
Color information
#9C2690 (or 0x9C2690) is known color: Dark Purple. HEX triplet: 9C, 26 and 90. RGB value is (156,38,144). Sum of RGB (Red+Green+Blue) = 156+38+144=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2690 is #63D96F. Grayscale: #555555. Windows color (decimal): -6543728 or 9447068. OLE color: 9447068.
HSL color Cylindrical-coordinate representation of color #9C2690: hue angle of 306.1º 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 #9C2690 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 144 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.39 |
| HSL | 306.1º | 0.61% | 0.38% | - |
| HSV(B) | 306.1º | 0.76% | 0.61% | - |
| XYZ | 19.44 | 10.47 | 27.38 | - |
| YUV | 85.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 144 | 0 | 0.76 | 0.08 | 0.39 | 306.1 | 0.61 | 0.38 |
| Hex | 9C | 26 | 90 | 0 | 4C | 8 | 27 | 132 | 3D | 26 |
| Octal | 234 | 46 | 220 | 0 | 114 | 10 | 47 | 462 | 75 | 46 |
| Binary | 10011100 | 100110 | 10010000 | 0 | 1001100 | 1000 | 100111 | 100110010 | 111101 | 100110 |
Color Harmonies of #9C2690
Complementary color
Monochromatic Colors of #9C2690
Black with #9C2690
Text Example
Text Example
White with #9C2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2690; }
p { color: rgb(156,38,144); }
H1.HeaderClassName
{
color: #9C2690;
}
.AnyTagClassName
{
color: #9C2690;
}
</style>
background-color css
<style>
a { background-color: #9C2690; }
a { background-color: rgb(156,38,144); }
div.DivClassName
{
background-color: #9C2690;
}
.BgClassName
{
background-color: #9C2690;
}
</style>
border-color css
<style>
span { border-color: #9C2690; }
span { border-color: rgb(156,38,144); }
td.TdClassName
{
border-color: #9C2690;
}
.TagClassName
{
border-color: #9C2690;
}
</style>