Shades of Dark Purple #901775
Tints of Dark Purple #901775
RGB
CMYK
RGB Variations
Color information
#901775 (or 0x901775) is known color: Dark Purple. HEX triplet: 90, 17 and 75. RGB value is (144,23,117). Sum of RGB (Red+Green+Blue) = 144+23+117=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #901775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901775 is #6FE88A. Grayscale: #454545. Windows color (decimal): -7334027 or 7673744. OLE color: 7673744.
HSL color Cylindrical-coordinate representation of color #901775: hue angle of 313.39º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901775 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 117 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.44 |
| HSL | 313.39º | 0.72% | 0.33% | - |
| HSV(B) | 313.39º | 0.84% | 0.56% | - |
| XYZ | 15.02 | 7.83 | 17.55 | - |
| YUV | 69.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 117 | 0 | 0.84 | 0.19 | 0.44 | 313.39 | 0.72 | 0.33 |
| Hex | 90 | 17 | 75 | 0 | 54 | 13 | 2C | 139 | 48 | 21 |
| Octal | 220 | 27 | 165 | 0 | 124 | 23 | 54 | 471 | 110 | 41 |
| Binary | 10010000 | 10111 | 1110101 | 0 | 1010100 | 10011 | 101100 | 100111001 | 1001000 | 100001 |
Color Harmonies of #901775
Complementary color
Monochromatic Colors of #901775
Black with #901775
Text Example
Text Example
White with #901775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901775; }
p { color: rgb(144,23,117); }
H1.HeaderClassName
{
color: #901775;
}
.AnyTagClassName
{
color: #901775;
}
</style>
background-color css
<style>
a { background-color: #901775; }
a { background-color: rgb(144,23,117); }
div.DivClassName
{
background-color: #901775;
}
.BgClassName
{
background-color: #901775;
}
</style>
border-color css
<style>
span { border-color: #901775; }
span { border-color: rgb(144,23,117); }
td.TdClassName
{
border-color: #901775;
}
.TagClassName
{
border-color: #901775;
}
</style>