Shades of Dark Purple #9C257B
Tints of Dark Purple #9C257B
RGB
CMYK
RGB Variations
Color information
#9C257B (or 0x9C257B) is known color: Dark Purple. HEX triplet: 9C, 25 and 7B. RGB value is (156,37,123). Sum of RGB (Red+Green+Blue) = 156+37+123=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C257B is #63DA84. Grayscale: #525252. Windows color (decimal): -6544005 or 8070556. OLE color: 8070556.
HSL color Cylindrical-coordinate representation of color #9C257B: hue angle of 316.64º degrees, saturation: 0.62, 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 #9C257B is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 37 | 123 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.39 |
| HSL | 316.64º | 0.62% | 0.38% | - |
| HSV(B) | 316.64º | 0.76% | 0.61% | - |
| XYZ | 17.95 | 9.82 | 19.69 | - |
| YUV | 82.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 123 | 0 | 0.76 | 0.21 | 0.39 | 316.64 | 0.62 | 0.38 |
| Hex | 9C | 25 | 7B | 0 | 4C | 15 | 27 | 13D | 3E | 26 |
| Octal | 234 | 45 | 173 | 0 | 114 | 25 | 47 | 475 | 76 | 46 |
| Binary | 10011100 | 100101 | 1111011 | 0 | 1001100 | 10101 | 100111 | 100111101 | 111110 | 100110 |
Color Harmonies of #9C257B
Complementary color
Monochromatic Colors of #9C257B
Black with #9C257B
Text Example
Text Example
White with #9C257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C257B; }
p { color: rgb(156,37,123); }
H1.HeaderClassName
{
color: #9C257B;
}
.AnyTagClassName
{
color: #9C257B;
}
</style>
background-color css
<style>
a { background-color: #9C257B; }
a { background-color: rgb(156,37,123); }
div.DivClassName
{
background-color: #9C257B;
}
.BgClassName
{
background-color: #9C257B;
}
</style>
border-color css
<style>
span { border-color: #9C257B; }
span { border-color: rgb(156,37,123); }
td.TdClassName
{
border-color: #9C257B;
}
.TagClassName
{
border-color: #9C257B;
}
</style>