Shades of Dark Purple #901C88
Tints of Dark Purple #901C88
RGB
CMYK
RGB Variations
Color information
#901C88 (or 0x901C88) is known color: Dark Purple. HEX triplet: 90, 1C and 88. RGB value is (144,28,136). Sum of RGB (Red+Green+Blue) = 144+28+136=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #901C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901C88 is #6FE377. Grayscale: #4A4A4A. Windows color (decimal): -7332728 or 8920208. OLE color: 8920208.
HSL color Cylindrical-coordinate representation of color #901C88: hue angle of 304.14º degrees, saturation: 0.67, 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 #901C88 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 136 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.44 |
| HSL | 304.14º | 0.67% | 0.34% | - |
| HSV(B) | 304.14º | 0.81% | 0.56% | - |
| XYZ | 16.36 | 8.54 | 24.08 | - |
| YUV | 75 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 136 | 0 | 0.81 | 0.06 | 0.44 | 304.14 | 0.67 | 0.34 |
| Hex | 90 | 1C | 88 | 0 | 51 | 6 | 2C | 130 | 43 | 22 |
| Octal | 220 | 34 | 210 | 0 | 121 | 6 | 54 | 460 | 103 | 42 |
| Binary | 10010000 | 11100 | 10001000 | 0 | 1010001 | 110 | 101100 | 100110000 | 1000011 | 100010 |
Color Harmonies of #901C88
Complementary color
Monochromatic Colors of #901C88
Black with #901C88
Text Example
Text Example
White with #901C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C88; }
p { color: rgb(144,28,136); }
H1.HeaderClassName
{
color: #901C88;
}
.AnyTagClassName
{
color: #901C88;
}
</style>
background-color css
<style>
a { background-color: #901C88; }
a { background-color: rgb(144,28,136); }
div.DivClassName
{
background-color: #901C88;
}
.BgClassName
{
background-color: #901C88;
}
</style>
border-color css
<style>
span { border-color: #901C88; }
span { border-color: rgb(144,28,136); }
td.TdClassName
{
border-color: #901C88;
}
.TagClassName
{
border-color: #901C88;
}
</style>