Shades of Dark Purple #903F80
Tints of Dark Purple #903F80
RGB
CMYK
RGB Variations
Color information
#903F80 (or 0x903F80) is known color: Dark Purple. HEX triplet: 90, 3F and 80. RGB value is (144,63,128). Sum of RGB (Red+Green+Blue) = 144+63+128=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #903F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903F80 is #6FC07F. Grayscale: #5E5E5E. Windows color (decimal): -7323776 or 8404880. OLE color: 8404880.
HSL color Cylindrical-coordinate representation of color #903F80: hue angle of 311.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #903F80 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 128 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.44 |
| HSL | 311.85º | 0.39% | 0.41% | - |
| HSV(B) | 311.85º | 0.56% | 0.56% | - |
| XYZ | 17.18 | 11.04 | 21.65 | - |
| YUV | 94.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 128 | 0 | 0.56 | 0.11 | 0.44 | 311.85 | 0.39 | 0.41 |
| Hex | 90 | 3F | 80 | 0 | 38 | B | 2C | 138 | 27 | 29 |
| Octal | 220 | 77 | 200 | 0 | 70 | 13 | 54 | 470 | 47 | 51 |
| Binary | 10010000 | 111111 | 10000000 | 0 | 111000 | 1011 | 101100 | 100111000 | 100111 | 101001 |
Color Harmonies of #903F80
Complementary color
Monochromatic Colors of #903F80
Black with #903F80
Text Example
Text Example
White with #903F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F80; }
p { color: rgb(144,63,128); }
H1.HeaderClassName
{
color: #903F80;
}
.AnyTagClassName
{
color: #903F80;
}
</style>
background-color css
<style>
a { background-color: #903F80; }
a { background-color: rgb(144,63,128); }
div.DivClassName
{
background-color: #903F80;
}
.BgClassName
{
background-color: #903F80;
}
</style>
border-color css
<style>
span { border-color: #903F80; }
span { border-color: rgb(144,63,128); }
td.TdClassName
{
border-color: #903F80;
}
.TagClassName
{
border-color: #903F80;
}
</style>