Shades of Dark Purple #903883
Tints of Dark Purple #903883
RGB
CMYK
RGB Variations
Color information
#903883 (or 0x903883) is known color: Dark Purple. HEX triplet: 90, 38 and 83. RGB value is (144,56,131). Sum of RGB (Red+Green+Blue) = 144+56+131=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #903883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903883 is #6FC77C. Grayscale: #5A5A5A. Windows color (decimal): -7325565 or 8599696. OLE color: 8599696.
HSL color Cylindrical-coordinate representation of color #903883: hue angle of 308.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #903883 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 131 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.44 |
| HSL | 308.86º | 0.44% | 0.39% | - |
| HSV(B) | 308.86º | 0.61% | 0.56% | - |
| XYZ | 17.01 | 10.4 | 22.58 | - |
| YUV | 90.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 131 | 0 | 0.61 | 0.09 | 0.44 | 308.86 | 0.44 | 0.39 |
| Hex | 90 | 38 | 83 | 0 | 3D | 9 | 2C | 135 | 2C | 27 |
| Octal | 220 | 70 | 203 | 0 | 75 | 11 | 54 | 465 | 54 | 47 |
| Binary | 10010000 | 111000 | 10000011 | 0 | 111101 | 1001 | 101100 | 100110101 | 101100 | 100111 |
Color Harmonies of #903883
Complementary color
Monochromatic Colors of #903883
Black with #903883
Text Example
Text Example
White with #903883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903883; }
p { color: rgb(144,56,131); }
H1.HeaderClassName
{
color: #903883;
}
.AnyTagClassName
{
color: #903883;
}
</style>
background-color css
<style>
a { background-color: #903883; }
a { background-color: rgb(144,56,131); }
div.DivClassName
{
background-color: #903883;
}
.BgClassName
{
background-color: #903883;
}
</style>
border-color css
<style>
span { border-color: #903883; }
span { border-color: rgb(144,56,131); }
td.TdClassName
{
border-color: #903883;
}
.TagClassName
{
border-color: #903883;
}
</style>