Shades of Dark Purple #901A8D
Tints of Dark Purple #901A8D
RGB
CMYK
RGB Variations
Color information
#901A8D (or 0x901A8D) is known color: Dark Purple. HEX triplet: 90, 1A and 8D. RGB value is (144,26,141). Sum of RGB (Red+Green+Blue) = 144+26+141=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #901A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901A8D is #6FE572. Grayscale: #4A4A4A. Windows color (decimal): -7333235 or 9247376. OLE color: 9247376.
HSL color Cylindrical-coordinate representation of color #901A8D: hue angle of 301.53º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A8D is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 141 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.44 |
| HSL | 301.53º | 0.69% | 0.33% | - |
| HSV(B) | 301.53º | 0.82% | 0.56% | - |
| XYZ | 16.68 | 8.59 | 25.98 | - |
| YUV | 74.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 141 | 0 | 0.82 | 0.02 | 0.44 | 301.53 | 0.69 | 0.33 |
| Hex | 90 | 1A | 8D | 0 | 52 | 2 | 2C | 12E | 45 | 21 |
| Octal | 220 | 32 | 215 | 0 | 122 | 2 | 54 | 456 | 105 | 41 |
| Binary | 10010000 | 11010 | 10001101 | 0 | 1010010 | 10 | 101100 | 100101110 | 1000101 | 100001 |
Color Harmonies of #901A8D
Complementary color
Monochromatic Colors of #901A8D
Black with #901A8D
Text Example
Text Example
White with #901A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A8D; }
p { color: rgb(144,26,141); }
H1.HeaderClassName
{
color: #901A8D;
}
.AnyTagClassName
{
color: #901A8D;
}
</style>
background-color css
<style>
a { background-color: #901A8D; }
a { background-color: rgb(144,26,141); }
div.DivClassName
{
background-color: #901A8D;
}
.BgClassName
{
background-color: #901A8D;
}
</style>
border-color css
<style>
span { border-color: #901A8D; }
span { border-color: rgb(144,26,141); }
td.TdClassName
{
border-color: #901A8D;
}
.TagClassName
{
border-color: #901A8D;
}
</style>