Shades of Dark Purple #9C1F7A
Tints of Dark Purple #9C1F7A
RGB
CMYK
RGB Variations
Color information
#9C1F7A (or 0x9C1F7A) is known color: Dark Purple. HEX triplet: 9C, 1F and 7A. RGB value is (156,31,122). Sum of RGB (Red+Green+Blue) = 156+31+122=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1F7A is #63E085. Grayscale: #4E4E4E. Windows color (decimal): -6545542 or 8003484. OLE color: 8003484.
HSL color Cylindrical-coordinate representation of color #9C1F7A: hue angle of 316.32º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F7A is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 31 | 122 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.39 |
| HSL | 316.32º | 0.67% | 0.37% | - |
| HSV(B) | 316.32º | 0.8% | 0.61% | - |
| XYZ | 17.71 | 9.45 | 19.3 | - |
| YUV | 78.75 | 152.41 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 31 | 122 | 0 | 0.80 | 0.22 | 0.39 | 316.32 | 0.67 | 0.37 |
| Hex | 9C | 1F | 7A | 0 | 50 | 16 | 27 | 13C | 43 | 25 |
| Octal | 234 | 37 | 172 | 0 | 120 | 26 | 47 | 474 | 103 | 45 |
| Binary | 10011100 | 11111 | 1111010 | 0 | 1010000 | 10110 | 100111 | 100111100 | 1000011 | 100101 |
Color Harmonies of #9C1F7A
Complementary color
Monochromatic Colors of #9C1F7A
Black with #9C1F7A
Text Example
Text Example
White with #9C1F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1F7A; }
p { color: rgb(156,31,122); }
H1.HeaderClassName
{
color: #9C1F7A;
}
.AnyTagClassName
{
color: #9C1F7A;
}
</style>
background-color css
<style>
a { background-color: #9C1F7A; }
a { background-color: rgb(156,31,122); }
div.DivClassName
{
background-color: #9C1F7A;
}
.BgClassName
{
background-color: #9C1F7A;
}
</style>
border-color css
<style>
span { border-color: #9C1F7A; }
span { border-color: rgb(156,31,122); }
td.TdClassName
{
border-color: #9C1F7A;
}
.TagClassName
{
border-color: #9C1F7A;
}
</style>