Shades of Dark Purple #901882
Tints of Dark Purple #901882
RGB
CMYK
RGB Variations
Color information
#901882 (or 0x901882) is known color: Dark Purple. HEX triplet: 90, 18 and 82. RGB value is (144,24,130). Sum of RGB (Red+Green+Blue) = 144+24+130=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #901882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901882 is #6FE77D. Grayscale: #474747. Windows color (decimal): -7333758 or 8525968. OLE color: 8525968.
HSL color Cylindrical-coordinate representation of color #901882: hue angle of 307º degrees, saturation: 0.71, 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 #901882 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 24 | 130 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.44 |
| HSL | 307º | 0.71% | 0.33% | - |
| HSV(B) | 307º | 0.83% | 0.56% | - |
| XYZ | 15.86 | 8.19 | 21.86 | - |
| YUV | 71.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 24 | 130 | 0 | 0.83 | 0.10 | 0.44 | 307 | 0.71 | 0.33 |
| Hex | 90 | 18 | 82 | 0 | 53 | A | 2C | 133 | 47 | 21 |
| Octal | 220 | 30 | 202 | 0 | 123 | 12 | 54 | 463 | 107 | 41 |
| Binary | 10010000 | 11000 | 10000010 | 0 | 1010011 | 1010 | 101100 | 100110011 | 1000111 | 100001 |
Color Harmonies of #901882
Complementary color
Monochromatic Colors of #901882
Black with #901882
Text Example
Text Example
White with #901882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901882; }
p { color: rgb(144,24,130); }
H1.HeaderClassName
{
color: #901882;
}
.AnyTagClassName
{
color: #901882;
}
</style>
background-color css
<style>
a { background-color: #901882; }
a { background-color: rgb(144,24,130); }
div.DivClassName
{
background-color: #901882;
}
.BgClassName
{
background-color: #901882;
}
</style>
border-color css
<style>
span { border-color: #901882; }
span { border-color: rgb(144,24,130); }
td.TdClassName
{
border-color: #901882;
}
.TagClassName
{
border-color: #901882;
}
</style>