Shades of Dark Purple #901B8C
Tints of Dark Purple #901B8C
RGB
CMYK
RGB Variations
Color information
#901B8C (or 0x901B8C) is known color: Dark Purple. HEX triplet: 90, 1B and 8C. RGB value is (144,27,140). Sum of RGB (Red+Green+Blue) = 144+27+140=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #901B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901B8C is #6FE473. Grayscale: #4A4A4A. Windows color (decimal): -7332980 or 9182096. OLE color: 9182096.
HSL color Cylindrical-coordinate representation of color #901B8C: hue angle of 302.05º 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 #901B8C is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 27 | 140 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.44 |
| HSL | 302.05º | 0.68% | 0.34% | - |
| HSV(B) | 302.05º | 0.81% | 0.56% | - |
| XYZ | 16.63 | 8.61 | 25.6 | - |
| YUV | 74.87 | 164.76 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 27 | 140 | 0 | 0.81 | 0.03 | 0.44 | 302.05 | 0.68 | 0.34 |
| Hex | 90 | 1B | 8C | 0 | 51 | 3 | 2C | 12E | 44 | 22 |
| Octal | 220 | 33 | 214 | 0 | 121 | 3 | 54 | 456 | 104 | 42 |
| Binary | 10010000 | 11011 | 10001100 | 0 | 1010001 | 11 | 101100 | 100101110 | 1000100 | 100010 |
Color Harmonies of #901B8C
Complementary color
Monochromatic Colors of #901B8C
Black with #901B8C
Text Example
Text Example
White with #901B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901B8C; }
p { color: rgb(144,27,140); }
H1.HeaderClassName
{
color: #901B8C;
}
.AnyTagClassName
{
color: #901B8C;
}
</style>
background-color css
<style>
a { background-color: #901B8C; }
a { background-color: rgb(144,27,140); }
div.DivClassName
{
background-color: #901B8C;
}
.BgClassName
{
background-color: #901B8C;
}
</style>
border-color css
<style>
span { border-color: #901B8C; }
span { border-color: rgb(144,27,140); }
td.TdClassName
{
border-color: #901B8C;
}
.TagClassName
{
border-color: #901B8C;
}
</style>