Shades of Dark Purple #903F7C
Tints of Dark Purple #903F7C
RGB
CMYK
RGB Variations
Color information
#903F7C (or 0x903F7C) is known color: Dark Purple. HEX triplet: 90, 3F and 7C. RGB value is (144,63,124). Sum of RGB (Red+Green+Blue) = 144+63+124=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #903F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903F7C is #6FC083. Grayscale: #5E5E5E. Windows color (decimal): -7323780 or 8142736. OLE color: 8142736.
HSL color Cylindrical-coordinate representation of color #903F7C: hue angle of 314.81º 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 #903F7C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 63 | 124 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.44 |
| HSL | 314.81º | 0.39% | 0.41% | - |
| HSV(B) | 314.81º | 0.56% | 0.56% | - |
| XYZ | 16.92 | 10.94 | 20.29 | - |
| YUV | 94.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 63 | 124 | 0 | 0.56 | 0.14 | 0.44 | 314.81 | 0.39 | 0.41 |
| Hex | 90 | 3F | 7C | 0 | 38 | E | 2C | 13B | 27 | 29 |
| Octal | 220 | 77 | 174 | 0 | 70 | 16 | 54 | 473 | 47 | 51 |
| Binary | 10010000 | 111111 | 1111100 | 0 | 111000 | 1110 | 101100 | 100111011 | 100111 | 101001 |
Color Harmonies of #903F7C
Complementary color
Monochromatic Colors of #903F7C
Black with #903F7C
Text Example
Text Example
White with #903F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903F7C; }
p { color: rgb(144,63,124); }
H1.HeaderClassName
{
color: #903F7C;
}
.AnyTagClassName
{
color: #903F7C;
}
</style>
background-color css
<style>
a { background-color: #903F7C; }
a { background-color: rgb(144,63,124); }
div.DivClassName
{
background-color: #903F7C;
}
.BgClassName
{
background-color: #903F7C;
}
</style>
border-color css
<style>
span { border-color: #903F7C; }
span { border-color: rgb(144,63,124); }
td.TdClassName
{
border-color: #903F7C;
}
.TagClassName
{
border-color: #903F7C;
}
</style>