Shades of Dark Purple #901B76
Tints of Dark Purple #901B76
RGB
CMYK
RGB Variations
Color information
#901B76 (or 0x901B76) is known color: Dark Purple. HEX triplet: 90, 1B and 76. RGB value is (144,27,118). Sum of RGB (Red+Green+Blue) = 144+27+118=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #901B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901B76 is #6FE489. Grayscale: #484848. Windows color (decimal): -7333002 or 7740304. OLE color: 7740304.
HSL color Cylindrical-coordinate representation of color #901B76: hue angle of 313.33º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901B76 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 118 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.44 |
| HSL | 313.33º | 0.68% | 0.34% | - |
| HSV(B) | 313.33º | 0.81% | 0.56% | - |
| XYZ | 15.16 | 8.02 | 17.89 | - |
| YUV | 72.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 118 | 0 | 0.81 | 0.18 | 0.44 | 313.33 | 0.68 | 0.34 |
| Hex | 90 | 1B | 76 | 0 | 51 | 12 | 2C | 139 | 44 | 22 |
| Octal | 220 | 33 | 166 | 0 | 121 | 22 | 54 | 471 | 104 | 42 |
| Binary | 10010000 | 11011 | 1110110 | 0 | 1010001 | 10010 | 101100 | 100111001 | 1000100 | 100010 |
Color Harmonies of #901B76
Complementary color
Monochromatic Colors of #901B76
Black with #901B76
Text Example
Text Example
White with #901B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B76; }
p { color: rgb(144,27,118); }
H1.HeaderClassName
{
color: #901B76;
}
.AnyTagClassName
{
color: #901B76;
}
</style>
background-color css
<style>
a { background-color: #901B76; }
a { background-color: rgb(144,27,118); }
div.DivClassName
{
background-color: #901B76;
}
.BgClassName
{
background-color: #901B76;
}
</style>
border-color css
<style>
span { border-color: #901B76; }
span { border-color: rgb(144,27,118); }
td.TdClassName
{
border-color: #901B76;
}
.TagClassName
{
border-color: #901B76;
}
</style>