Shades of Dark Purple #901385
Tints of Dark Purple #901385
RGB
CMYK
RGB Variations
Color information
#901385 (or 0x901385) is known color: Dark Purple. HEX triplet: 90, 13 and 85. RGB value is (144,19,133). Sum of RGB (Red+Green+Blue) = 144+19+133=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #901385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901385 is #6FEC7A. Grayscale: #454545. Windows color (decimal): -7335035 or 8721296. OLE color: 8721296.
HSL color Cylindrical-coordinate representation of color #901385: hue angle of 305.28º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #901385 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 19 | 133 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.44 |
| HSL | 305.28º | 0.77% | 0.32% | - |
| HSV(B) | 305.28º | 0.87% | 0.56% | - |
| XYZ | 15.97 | 8.09 | 22.91 | - |
| YUV | 69.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 19 | 133 | 0 | 0.87 | 0.08 | 0.44 | 305.28 | 0.77 | 0.32 |
| Hex | 90 | 13 | 85 | 0 | 57 | 8 | 2C | 131 | 4D | 20 |
| Octal | 220 | 23 | 205 | 0 | 127 | 10 | 54 | 461 | 115 | 40 |
| Binary | 10010000 | 10011 | 10000101 | 0 | 1010111 | 1000 | 101100 | 100110001 | 1001101 | 100000 |
Color Harmonies of #901385
Complementary color
Monochromatic Colors of #901385
Black with #901385
Text Example
Text Example
White with #901385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901385; }
p { color: rgb(144,19,133); }
H1.HeaderClassName
{
color: #901385;
}
.AnyTagClassName
{
color: #901385;
}
</style>
background-color css
<style>
a { background-color: #901385; }
a { background-color: rgb(144,19,133); }
div.DivClassName
{
background-color: #901385;
}
.BgClassName
{
background-color: #901385;
}
</style>
border-color css
<style>
span { border-color: #901385; }
span { border-color: rgb(144,19,133); }
td.TdClassName
{
border-color: #901385;
}
.TagClassName
{
border-color: #901385;
}
</style>