Shades of Dark Purple #903D81
Tints of Dark Purple #903D81
RGB
CMYK
RGB Variations
Color information
#903D81 (or 0x903D81) is known color: Dark Purple. HEX triplet: 90, 3D and 81. RGB value is (144,61,129). Sum of RGB (Red+Green+Blue) = 144+61+129=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #903D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903D81 is #6FC27E. Grayscale: #5D5D5D. Windows color (decimal): -7324287 or 8469904. OLE color: 8469904.
HSL color Cylindrical-coordinate representation of color #903D81: hue angle of 310.84º 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 #903D81 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 61 | 129 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.44 |
| HSL | 310.84º | 0.4% | 0.4% | - |
| HSV(B) | 310.84º | 0.58% | 0.56% | - |
| XYZ | 17.13 | 10.85 | 21.96 | - |
| YUV | 93.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 129 | 0 | 0.58 | 0.10 | 0.44 | 310.84 | 0.4 | 0.4 |
| Hex | 90 | 3D | 81 | 0 | 3A | A | 2C | 137 | 28 | 28 |
| Octal | 220 | 75 | 201 | 0 | 72 | 12 | 54 | 467 | 50 | 50 |
| Binary | 10010000 | 111101 | 10000001 | 0 | 111010 | 1010 | 101100 | 100110111 | 101000 | 101000 |
Color Harmonies of #903D81
Complementary color
Monochromatic Colors of #903D81
Black with #903D81
Text Example
Text Example
White with #903D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903D81; }
p { color: rgb(144,61,129); }
H1.HeaderClassName
{
color: #903D81;
}
.AnyTagClassName
{
color: #903D81;
}
</style>
background-color css
<style>
a { background-color: #903D81; }
a { background-color: rgb(144,61,129); }
div.DivClassName
{
background-color: #903D81;
}
.BgClassName
{
background-color: #903D81;
}
</style>
border-color css
<style>
span { border-color: #903D81; }
span { border-color: rgb(144,61,129); }
td.TdClassName
{
border-color: #903D81;
}
.TagClassName
{
border-color: #903D81;
}
</style>