Shades of Dark Purple #901F8C
Tints of Dark Purple #901F8C
RGB
CMYK
RGB Variations
Color information
#901F8C (or 0x901F8C) is known color: Dark Purple. HEX triplet: 90, 1F and 8C. RGB value is (144,31,140). Sum of RGB (Red+Green+Blue) = 144+31+140=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 144 - color contains mainly: red. Hex color #901F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #901F8C is #6FE073. Grayscale: #4C4C4C. Windows color (decimal): -7331956 or 9183120. OLE color: 9183120.
HSL color Cylindrical-coordinate representation of color #901F8C: hue angle of 302.12º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #901F8C is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 31 | 140 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.44 |
| HSL | 302.12º | 0.65% | 0.34% | - |
| HSV(B) | 302.12º | 0.78% | 0.56% | - |
| XYZ | 16.73 | 8.8 | 25.63 | - |
| YUV | 77.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 31 | 140 | 0 | 0.78 | 0.03 | 0.44 | 302.12 | 0.65 | 0.34 |
| Hex | 90 | 1F | 8C | 0 | 4E | 3 | 2C | 12E | 41 | 22 |
| Octal | 220 | 37 | 214 | 0 | 116 | 3 | 54 | 456 | 101 | 42 |
| Binary | 10010000 | 11111 | 10001100 | 0 | 1001110 | 11 | 101100 | 100101110 | 1000001 | 100010 |
Color Harmonies of #901F8C
Complementary color
Monochromatic Colors of #901F8C
Black with #901F8C
Text Example
Text Example
White with #901F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901F8C; }
p { color: rgb(144,31,140); }
H1.HeaderClassName
{
color: #901F8C;
}
.AnyTagClassName
{
color: #901F8C;
}
</style>
background-color css
<style>
a { background-color: #901F8C; }
a { background-color: rgb(144,31,140); }
div.DivClassName
{
background-color: #901F8C;
}
.BgClassName
{
background-color: #901F8C;
}
</style>
border-color css
<style>
span { border-color: #901F8C; }
span { border-color: rgb(144,31,140); }
td.TdClassName
{
border-color: #901F8C;
}
.TagClassName
{
border-color: #901F8C;
}
</style>