Shades of Dark Purple #903B7C
Tints of Dark Purple #903B7C
RGB
CMYK
RGB Variations
Color information
#903B7C (or 0x903B7C) is known color: Dark Purple. HEX triplet: 90, 3B and 7C. RGB value is (144,59,124). Sum of RGB (Red+Green+Blue) = 144+59+124=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #903B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903B7C is #6FC483. Grayscale: #5B5B5B. Windows color (decimal): -7324804 or 8141712. OLE color: 8141712.
HSL color Cylindrical-coordinate representation of color #903B7C: hue angle of 314.12º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #903B7C is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 59 | 124 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.44 |
| HSL | 314.12º | 0.42% | 0.4% | - |
| HSV(B) | 314.12º | 0.59% | 0.56% | - |
| XYZ | 16.7 | 10.51 | 20.22 | - |
| YUV | 91.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 124 | 0 | 0.59 | 0.14 | 0.44 | 314.12 | 0.42 | 0.4 |
| Hex | 90 | 3B | 7C | 0 | 3B | E | 2C | 13A | 2A | 28 |
| Octal | 220 | 73 | 174 | 0 | 73 | 16 | 54 | 472 | 52 | 50 |
| Binary | 10010000 | 111011 | 1111100 | 0 | 111011 | 1110 | 101100 | 100111010 | 101010 | 101000 |
Color Harmonies of #903B7C
Complementary color
Monochromatic Colors of #903B7C
Black with #903B7C
Text Example
Text Example
White with #903B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903B7C; }
p { color: rgb(144,59,124); }
H1.HeaderClassName
{
color: #903B7C;
}
.AnyTagClassName
{
color: #903B7C;
}
</style>
background-color css
<style>
a { background-color: #903B7C; }
a { background-color: rgb(144,59,124); }
div.DivClassName
{
background-color: #903B7C;
}
.BgClassName
{
background-color: #903B7C;
}
</style>
border-color css
<style>
span { border-color: #903B7C; }
span { border-color: rgb(144,59,124); }
td.TdClassName
{
border-color: #903B7C;
}
.TagClassName
{
border-color: #903B7C;
}
</style>