Shades of Dark Purple #903D7C
Tints of Dark Purple #903D7C
RGB
CMYK
RGB Variations
Color information
#903D7C (or 0x903D7C) is known color: Dark Purple. HEX triplet: 90, 3D and 7C. RGB value is (144,61,124). Sum of RGB (Red+Green+Blue) = 144+61+124=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #903D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903D7C is #6FC283. Grayscale: #5C5C5C. Windows color (decimal): -7324292 or 8142224. OLE color: 8142224.
HSL color Cylindrical-coordinate representation of color #903D7C: hue angle of 314.46º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #903D7C is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 124 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.44 |
| HSL | 314.46º | 0.4% | 0.4% | - |
| HSV(B) | 314.46º | 0.58% | 0.56% | - |
| XYZ | 16.81 | 10.72 | 20.25 | - |
| YUV | 93 | 145.5 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 124 | 0 | 0.58 | 0.14 | 0.44 | 314.46 | 0.4 | 0.4 |
| Hex | 90 | 3D | 7C | 0 | 3A | E | 2C | 13A | 28 | 28 |
| Octal | 220 | 75 | 174 | 0 | 72 | 16 | 54 | 472 | 50 | 50 |
| Binary | 10010000 | 111101 | 1111100 | 0 | 111010 | 1110 | 101100 | 100111010 | 101000 | 101000 |
Color Harmonies of #903D7C
Complementary color
Monochromatic Colors of #903D7C
Black with #903D7C
Text Example
Text Example
White with #903D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D7C; }
p { color: rgb(144,61,124); }
H1.HeaderClassName
{
color: #903D7C;
}
.AnyTagClassName
{
color: #903D7C;
}
</style>
background-color css
<style>
a { background-color: #903D7C; }
a { background-color: rgb(144,61,124); }
div.DivClassName
{
background-color: #903D7C;
}
.BgClassName
{
background-color: #903D7C;
}
</style>
border-color css
<style>
span { border-color: #903D7C; }
span { border-color: rgb(144,61,124); }
td.TdClassName
{
border-color: #903D7C;
}
.TagClassName
{
border-color: #903D7C;
}
</style>