Shades of Dark Purple #903D84
Tints of Dark Purple #903D84
RGB
CMYK
RGB Variations
Color information
#903D84 (or 0x903D84) is known color: Dark Purple. HEX triplet: 90, 3D and 84. RGB value is (144,61,132). Sum of RGB (Red+Green+Blue) = 144+61+132=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #903D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903D84 is #6FC27B. Grayscale: #5D5D5D. Windows color (decimal): -7324284 or 8666512. OLE color: 8666512.
HSL color Cylindrical-coordinate representation of color #903D84: hue angle of 308.67º 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 #903D84 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 132 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.44 |
| HSL | 308.67º | 0.4% | 0.4% | - |
| HSV(B) | 308.67º | 0.58% | 0.56% | - |
| XYZ | 17.34 | 10.93 | 23.03 | - |
| YUV | 93.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 132 | 0 | 0.58 | 0.08 | 0.44 | 308.67 | 0.4 | 0.4 |
| Hex | 90 | 3D | 84 | 0 | 3A | 8 | 2C | 135 | 28 | 28 |
| Octal | 220 | 75 | 204 | 0 | 72 | 10 | 54 | 465 | 50 | 50 |
| Binary | 10010000 | 111101 | 10000100 | 0 | 111010 | 1000 | 101100 | 100110101 | 101000 | 101000 |
Color Harmonies of #903D84
Complementary color
Monochromatic Colors of #903D84
Black with #903D84
Text Example
Text Example
White with #903D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D84; }
p { color: rgb(144,61,132); }
H1.HeaderClassName
{
color: #903D84;
}
.AnyTagClassName
{
color: #903D84;
}
</style>
background-color css
<style>
a { background-color: #903D84; }
a { background-color: rgb(144,61,132); }
div.DivClassName
{
background-color: #903D84;
}
.BgClassName
{
background-color: #903D84;
}
</style>
border-color css
<style>
span { border-color: #903D84; }
span { border-color: rgb(144,61,132); }
td.TdClassName
{
border-color: #903D84;
}
.TagClassName
{
border-color: #903D84;
}
</style>