Shades of Dark Purple #903387
Tints of Dark Purple #903387
RGB
CMYK
RGB Variations
Color information
#903387 (or 0x903387) is known color: Dark Purple. HEX triplet: 90, 33 and 87. RGB value is (144,51,135). Sum of RGB (Red+Green+Blue) = 144+51+135=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #903387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903387 is #6FCC78. Grayscale: #585858. Windows color (decimal): -7326841 or 8860560. OLE color: 8860560.
HSL color Cylindrical-coordinate representation of color #903387: hue angle of 305.81º 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 #903387 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 135 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.44 |
| HSL | 305.81º | 0.48% | 0.38% | - |
| HSV(B) | 305.81º | 0.65% | 0.56% | - |
| XYZ | 17.06 | 10.05 | 23.96 | - |
| YUV | 88.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 135 | 0 | 0.65 | 0.06 | 0.44 | 305.81 | 0.48 | 0.38 |
| Hex | 90 | 33 | 87 | 0 | 41 | 6 | 2C | 132 | 30 | 26 |
| Octal | 220 | 63 | 207 | 0 | 101 | 6 | 54 | 462 | 60 | 46 |
| Binary | 10010000 | 110011 | 10000111 | 0 | 1000001 | 110 | 101100 | 100110010 | 110000 | 100110 |
Color Harmonies of #903387
Complementary color
Monochromatic Colors of #903387
Black with #903387
Text Example
Text Example
White with #903387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903387; }
p { color: rgb(144,51,135); }
H1.HeaderClassName
{
color: #903387;
}
.AnyTagClassName
{
color: #903387;
}
</style>
background-color css
<style>
a { background-color: #903387; }
a { background-color: rgb(144,51,135); }
div.DivClassName
{
background-color: #903387;
}
.BgClassName
{
background-color: #903387;
}
</style>
border-color css
<style>
span { border-color: #903387; }
span { border-color: rgb(144,51,135); }
td.TdClassName
{
border-color: #903387;
}
.TagClassName
{
border-color: #903387;
}
</style>