Shades of Dark Purple #903079
Tints of Dark Purple #903079
RGB
CMYK
RGB Variations
Color information
#903079 (or 0x903079) is known color: Dark Purple. HEX triplet: 90, 30 and 79. RGB value is (144,48,121). Sum of RGB (Red+Green+Blue) = 144+48+121=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #903079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903079 is #6FCF86. Grayscale: #545454. Windows color (decimal): -7327623 or 7942288. OLE color: 7942288.
HSL color Cylindrical-coordinate representation of color #903079: hue angle of 314.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903079 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 121 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.44 |
| HSL | 314.38º | 0.5% | 0.38% | - |
| HSV(B) | 314.38º | 0.67% | 0.56% | - |
| XYZ | 16.01 | 9.42 | 19.06 | - |
| YUV | 85.03 | 148.3 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 121 | 0 | 0.67 | 0.16 | 0.44 | 314.38 | 0.5 | 0.38 |
| Hex | 90 | 30 | 79 | 0 | 43 | 10 | 2C | 13A | 32 | 26 |
| Octal | 220 | 60 | 171 | 0 | 103 | 20 | 54 | 472 | 62 | 46 |
| Binary | 10010000 | 110000 | 1111001 | 0 | 1000011 | 10000 | 101100 | 100111010 | 110010 | 100110 |
Color Harmonies of #903079
Complementary color
Monochromatic Colors of #903079
Black with #903079
Text Example
Text Example
White with #903079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903079; }
p { color: rgb(144,48,121); }
H1.HeaderClassName
{
color: #903079;
}
.AnyTagClassName
{
color: #903079;
}
</style>
background-color css
<style>
a { background-color: #903079; }
a { background-color: rgb(144,48,121); }
div.DivClassName
{
background-color: #903079;
}
.BgClassName
{
background-color: #903079;
}
</style>
border-color css
<style>
span { border-color: #903079; }
span { border-color: rgb(144,48,121); }
td.TdClassName
{
border-color: #903079;
}
.TagClassName
{
border-color: #903079;
}
</style>