Shades of Dark Purple #903681
Tints of Dark Purple #903681
RGB
CMYK
RGB Variations
Color information
#903681 (or 0x903681) is known color: Dark Purple. HEX triplet: 90, 36 and 81. RGB value is (144,54,129). Sum of RGB (Red+Green+Blue) = 144+54+129=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #903681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903681 is #6FC97E. Grayscale: #595959. Windows color (decimal): -7326079 or 8468112. OLE color: 8468112.
HSL color Cylindrical-coordinate representation of color #903681: hue angle of 310º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #903681 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 54 | 129 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.44 |
| HSL | 310º | 0.45% | 0.39% | - |
| HSV(B) | 310º | 0.63% | 0.56% | - |
| XYZ | 16.78 | 10.15 | 21.84 | - |
| YUV | 89.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 54 | 129 | 0 | 0.63 | 0.10 | 0.44 | 310 | 0.45 | 0.39 |
| Hex | 90 | 36 | 81 | 0 | 3F | A | 2C | 136 | 2D | 27 |
| Octal | 220 | 66 | 201 | 0 | 77 | 12 | 54 | 466 | 55 | 47 |
| Binary | 10010000 | 110110 | 10000001 | 0 | 111111 | 1010 | 101100 | 100110110 | 101101 | 100111 |
Color Harmonies of #903681
Complementary color
Monochromatic Colors of #903681
Black with #903681
Text Example
Text Example
White with #903681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903681; }
p { color: rgb(144,54,129); }
H1.HeaderClassName
{
color: #903681;
}
.AnyTagClassName
{
color: #903681;
}
</style>
background-color css
<style>
a { background-color: #903681; }
a { background-color: rgb(144,54,129); }
div.DivClassName
{
background-color: #903681;
}
.BgClassName
{
background-color: #903681;
}
</style>
border-color css
<style>
span { border-color: #903681; }
span { border-color: rgb(144,54,129); }
td.TdClassName
{
border-color: #903681;
}
.TagClassName
{
border-color: #903681;
}
</style>