Shades of Dark Purple #903083
Tints of Dark Purple #903083
RGB
CMYK
RGB Variations
Color information
#903083 (or 0x903083) is known color: Dark Purple. HEX triplet: 90, 30 and 83. RGB value is (144,48,131). Sum of RGB (Red+Green+Blue) = 144+48+131=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #903083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903083 is #6FCF7C. Grayscale: #555555. Windows color (decimal): -7327613 or 8597648. OLE color: 8597648.
HSL color Cylindrical-coordinate representation of color #903083: hue angle of 308.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #903083 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 48 | 131 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.44 |
| HSL | 308.13º | 0.5% | 0.38% | - |
| HSV(B) | 308.13º | 0.67% | 0.56% | - |
| XYZ | 16.66 | 9.68 | 22.46 | - |
| YUV | 86.17 | 153.3 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 48 | 131 | 0 | 0.67 | 0.09 | 0.44 | 308.13 | 0.5 | 0.38 |
| Hex | 90 | 30 | 83 | 0 | 43 | 9 | 2C | 134 | 32 | 26 |
| Octal | 220 | 60 | 203 | 0 | 103 | 11 | 54 | 464 | 62 | 46 |
| Binary | 10010000 | 110000 | 10000011 | 0 | 1000011 | 1001 | 101100 | 100110100 | 110010 | 100110 |
Color Harmonies of #903083
Complementary color
Monochromatic Colors of #903083
Black with #903083
Text Example
Text Example
White with #903083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903083; }
p { color: rgb(144,48,131); }
H1.HeaderClassName
{
color: #903083;
}
.AnyTagClassName
{
color: #903083;
}
</style>
background-color css
<style>
a { background-color: #903083; }
a { background-color: rgb(144,48,131); }
div.DivClassName
{
background-color: #903083;
}
.BgClassName
{
background-color: #903083;
}
</style>
border-color css
<style>
span { border-color: #903083; }
span { border-color: rgb(144,48,131); }
td.TdClassName
{
border-color: #903083;
}
.TagClassName
{
border-color: #903083;
}
</style>