Shades of Dark Purple #901975
Tints of Dark Purple #901975
RGB
CMYK
RGB Variations
Color information
#901975 (or 0x901975) is known color: Dark Purple. HEX triplet: 90, 19 and 75. RGB value is (144,25,117). Sum of RGB (Red+Green+Blue) = 144+25+117=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #901975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901975 is #6FE68A. Grayscale: #464646. Windows color (decimal): -7333515 or 7674256. OLE color: 7674256.
HSL color Cylindrical-coordinate representation of color #901975: hue angle of 313.61º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901975 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 25 | 117 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.44 |
| HSL | 313.61º | 0.7% | 0.33% | - |
| HSV(B) | 313.61º | 0.83% | 0.56% | - |
| XYZ | 15.06 | 7.91 | 17.56 | - |
| YUV | 71.07 | 153.92 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 25 | 117 | 0 | 0.83 | 0.19 | 0.44 | 313.61 | 0.7 | 0.33 |
| Hex | 90 | 19 | 75 | 0 | 53 | 13 | 2C | 13A | 46 | 21 |
| Octal | 220 | 31 | 165 | 0 | 123 | 23 | 54 | 472 | 106 | 41 |
| Binary | 10010000 | 11001 | 1110101 | 0 | 1010011 | 10011 | 101100 | 100111010 | 1000110 | 100001 |
Color Harmonies of #901975
Complementary color
Monochromatic Colors of #901975
Black with #901975
Text Example
Text Example
White with #901975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901975; }
p { color: rgb(144,25,117); }
H1.HeaderClassName
{
color: #901975;
}
.AnyTagClassName
{
color: #901975;
}
</style>
background-color css
<style>
a { background-color: #901975; }
a { background-color: rgb(144,25,117); }
div.DivClassName
{
background-color: #901975;
}
.BgClassName
{
background-color: #901975;
}
</style>
border-color css
<style>
span { border-color: #901975; }
span { border-color: rgb(144,25,117); }
td.TdClassName
{
border-color: #901975;
}
.TagClassName
{
border-color: #901975;
}
</style>