Shades of Dark Purple #903879
Tints of Dark Purple #903879
RGB
CMYK
RGB Variations
Color information
#903879 (or 0x903879) is known color: Dark Purple. HEX triplet: 90, 38 and 79. RGB value is (144,56,121). Sum of RGB (Red+Green+Blue) = 144+56+121=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #903879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903879 is #6FC786. Grayscale: #595959. Windows color (decimal): -7325575 or 7944336. OLE color: 7944336.
HSL color Cylindrical-coordinate representation of color #903879: hue angle of 315.68º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #903879 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 121 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.44 |
| HSL | 315.68º | 0.44% | 0.39% | - |
| HSV(B) | 315.68º | 0.61% | 0.56% | - |
| XYZ | 16.37 | 10.14 | 19.18 | - |
| YUV | 89.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 121 | 0 | 0.61 | 0.16 | 0.44 | 315.68 | 0.44 | 0.39 |
| Hex | 90 | 38 | 79 | 0 | 3D | 10 | 2C | 13C | 2C | 27 |
| Octal | 220 | 70 | 171 | 0 | 75 | 20 | 54 | 474 | 54 | 47 |
| Binary | 10010000 | 111000 | 1111001 | 0 | 111101 | 10000 | 101100 | 100111100 | 101100 | 100111 |
Color Harmonies of #903879
Complementary color
Monochromatic Colors of #903879
Black with #903879
Text Example
Text Example
White with #903879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903879; }
p { color: rgb(144,56,121); }
H1.HeaderClassName
{
color: #903879;
}
.AnyTagClassName
{
color: #903879;
}
</style>
background-color css
<style>
a { background-color: #903879; }
a { background-color: rgb(144,56,121); }
div.DivClassName
{
background-color: #903879;
}
.BgClassName
{
background-color: #903879;
}
</style>
border-color css
<style>
span { border-color: #903879; }
span { border-color: rgb(144,56,121); }
td.TdClassName
{
border-color: #903879;
}
.TagClassName
{
border-color: #903879;
}
</style>