Shades of Dark Purple #903373
Tints of Dark Purple #903373
RGB
CMYK
RGB Variations
Color information
#903373 (or 0x903373) is known color: Dark Purple. HEX triplet: 90, 33 and 73. RGB value is (144,51,115). Sum of RGB (Red+Green+Blue) = 144+51+115=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #903373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903373 is #6FCC8C. Grayscale: #555555. Windows color (decimal): -7326861 or 7549840. OLE color: 7549840.
HSL color Cylindrical-coordinate representation of color #903373: hue angle of 318.71º 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 #903373 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 115 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.44 |
| HSL | 318.71º | 0.48% | 0.38% | - |
| HSV(B) | 318.71º | 0.65% | 0.56% | - |
| XYZ | 15.78 | 9.53 | 17.23 | - |
| YUV | 86.1 | 144.31 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 115 | 0 | 0.65 | 0.20 | 0.44 | 318.71 | 0.48 | 0.38 |
| Hex | 90 | 33 | 73 | 0 | 41 | 14 | 2C | 13F | 30 | 26 |
| Octal | 220 | 63 | 163 | 0 | 101 | 24 | 54 | 477 | 60 | 46 |
| Binary | 10010000 | 110011 | 1110011 | 0 | 1000001 | 10100 | 101100 | 100111111 | 110000 | 100110 |
Color Harmonies of #903373
Complementary color
Monochromatic Colors of #903373
Black with #903373
Text Example
Text Example
White with #903373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903373; }
p { color: rgb(144,51,115); }
H1.HeaderClassName
{
color: #903373;
}
.AnyTagClassName
{
color: #903373;
}
</style>
background-color css
<style>
a { background-color: #903373; }
a { background-color: rgb(144,51,115); }
div.DivClassName
{
background-color: #903373;
}
.BgClassName
{
background-color: #903373;
}
</style>
border-color css
<style>
span { border-color: #903373; }
span { border-color: rgb(144,51,115); }
td.TdClassName
{
border-color: #903373;
}
.TagClassName
{
border-color: #903373;
}
</style>