Shades of Dark Purple #903372
Tints of Dark Purple #903372
RGB
CMYK
RGB Variations
Color information
#903372 (or 0x903372) is known color: Dark Purple. HEX triplet: 90, 33 and 72. RGB value is (144,51,114). Sum of RGB (Red+Green+Blue) = 144+51+114=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #903372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903372 is #6FCC8D. Grayscale: #555555. Windows color (decimal): -7326862 or 7484304. OLE color: 7484304.
HSL color Cylindrical-coordinate representation of color #903372: hue angle of 319.35º 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 #903372 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 114 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.44 |
| HSL | 319.35º | 0.48% | 0.38% | - |
| HSV(B) | 319.35º | 0.65% | 0.56% | - |
| XYZ | 15.72 | 9.51 | 16.93 | - |
| YUV | 85.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 114 | 0 | 0.65 | 0.21 | 0.44 | 319.35 | 0.48 | 0.38 |
| Hex | 90 | 33 | 72 | 0 | 41 | 15 | 2C | 13F | 30 | 26 |
| Octal | 220 | 63 | 162 | 0 | 101 | 25 | 54 | 477 | 60 | 46 |
| Binary | 10010000 | 110011 | 1110010 | 0 | 1000001 | 10101 | 101100 | 100111111 | 110000 | 100110 |
Color Harmonies of #903372
Complementary color
Monochromatic Colors of #903372
Black with #903372
Text Example
Text Example
White with #903372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903372; }
p { color: rgb(144,51,114); }
H1.HeaderClassName
{
color: #903372;
}
.AnyTagClassName
{
color: #903372;
}
</style>
background-color css
<style>
a { background-color: #903372; }
a { background-color: rgb(144,51,114); }
div.DivClassName
{
background-color: #903372;
}
.BgClassName
{
background-color: #903372;
}
</style>
border-color css
<style>
span { border-color: #903372; }
span { border-color: rgb(144,51,114); }
td.TdClassName
{
border-color: #903372;
}
.TagClassName
{
border-color: #903372;
}
</style>