Shades of Dark Purple #901C7D
Tints of Dark Purple #901C7D
RGB
CMYK
RGB Variations
Color information
#901C7D (or 0x901C7D) is known color: Dark Purple. HEX triplet: 90, 1C and 7D. RGB value is (144,28,125). Sum of RGB (Red+Green+Blue) = 144+28+125=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C7D is #6FE382. Grayscale: #494949. Windows color (decimal): -7332739 or 8199312. OLE color: 8199312.
HSL color Cylindrical-coordinate representation of color #901C7D: hue angle of 309.83º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C7D is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 125 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.44 |
| HSL | 309.83º | 0.67% | 0.34% | - |
| HSV(B) | 309.83º | 0.81% | 0.56% | - |
| XYZ | 15.62 | 8.24 | 20.17 | - |
| YUV | 73.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 125 | 0 | 0.81 | 0.13 | 0.44 | 309.83 | 0.67 | 0.34 |
| Hex | 90 | 1C | 7D | 0 | 51 | D | 2C | 136 | 43 | 22 |
| Octal | 220 | 34 | 175 | 0 | 121 | 15 | 54 | 466 | 103 | 42 |
| Binary | 10010000 | 11100 | 1111101 | 0 | 1010001 | 1101 | 101100 | 100110110 | 1000011 | 100010 |
Color Harmonies of #901C7D
Complementary color
Monochromatic Colors of #901C7D
Black with #901C7D
Text Example
Text Example
White with #901C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C7D; }
p { color: rgb(144,28,125); }
H1.HeaderClassName
{
color: #901C7D;
}
.AnyTagClassName
{
color: #901C7D;
}
</style>
background-color css
<style>
a { background-color: #901C7D; }
a { background-color: rgb(144,28,125); }
div.DivClassName
{
background-color: #901C7D;
}
.BgClassName
{
background-color: #901C7D;
}
</style>
border-color css
<style>
span { border-color: #901C7D; }
span { border-color: rgb(144,28,125); }
td.TdClassName
{
border-color: #901C7D;
}
.TagClassName
{
border-color: #901C7D;
}
</style>