Shades of Dark Purple #903281
Tints of Dark Purple #903281
RGB
CMYK
RGB Variations
Color information
#903281 (or 0x903281) is known color: Dark Purple. HEX triplet: 90, 32 and 81. RGB value is (144,50,129). Sum of RGB (Red+Green+Blue) = 144+50+129=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #903281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903281 is #6FCD7E. Grayscale: #565656. Windows color (decimal): -7327103 or 8467088. OLE color: 8467088.
HSL color Cylindrical-coordinate representation of color #903281: hue angle of 309.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903281 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 50 | 129 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.44 |
| HSL | 309.57º | 0.48% | 0.38% | - |
| HSV(B) | 309.57º | 0.65% | 0.56% | - |
| XYZ | 16.6 | 9.8 | 21.78 | - |
| YUV | 87.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 50 | 129 | 0 | 0.65 | 0.10 | 0.44 | 309.57 | 0.48 | 0.38 |
| Hex | 90 | 32 | 81 | 0 | 41 | A | 2C | 136 | 30 | 26 |
| Octal | 220 | 62 | 201 | 0 | 101 | 12 | 54 | 466 | 60 | 46 |
| Binary | 10010000 | 110010 | 10000001 | 0 | 1000001 | 1010 | 101100 | 100110110 | 110000 | 100110 |
Color Harmonies of #903281
Complementary color
Monochromatic Colors of #903281
Black with #903281
Text Example
Text Example
White with #903281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903281; }
p { color: rgb(144,50,129); }
H1.HeaderClassName
{
color: #903281;
}
.AnyTagClassName
{
color: #903281;
}
</style>
background-color css
<style>
a { background-color: #903281; }
a { background-color: rgb(144,50,129); }
div.DivClassName
{
background-color: #903281;
}
.BgClassName
{
background-color: #903281;
}
</style>
border-color css
<style>
span { border-color: #903281; }
span { border-color: rgb(144,50,129); }
td.TdClassName
{
border-color: #903281;
}
.TagClassName
{
border-color: #903281;
}
</style>