Shades of Dark Purple #903375
Tints of Dark Purple #903375
RGB
CMYK
RGB Variations
Color information
#903375 (or 0x903375) is known color: Dark Purple. HEX triplet: 90, 33 and 75. RGB value is (144,51,117). Sum of RGB (Red+Green+Blue) = 144+51+117=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #903375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #903375 is #6FCC8A. Grayscale: #565656. Windows color (decimal): -7326859 or 7680912. OLE color: 7680912.
HSL color Cylindrical-coordinate representation of color #903375: hue angle of 317.42º 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 #903375 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 117 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.44 |
| HSL | 317.42º | 0.48% | 0.38% | - |
| HSV(B) | 317.42º | 0.65% | 0.56% | - |
| XYZ | 15.9 | 9.58 | 17.84 | - |
| YUV | 86.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 117 | 0 | 0.65 | 0.19 | 0.44 | 317.42 | 0.48 | 0.38 |
| Hex | 90 | 33 | 75 | 0 | 41 | 13 | 2C | 13D | 30 | 26 |
| Octal | 220 | 63 | 165 | 0 | 101 | 23 | 54 | 475 | 60 | 46 |
| Binary | 10010000 | 110011 | 1110101 | 0 | 1000001 | 10011 | 101100 | 100111101 | 110000 | 100110 |
Color Harmonies of #903375
Complementary color
Monochromatic Colors of #903375
Black with #903375
Text Example
Text Example
White with #903375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903375; }
p { color: rgb(144,51,117); }
H1.HeaderClassName
{
color: #903375;
}
.AnyTagClassName
{
color: #903375;
}
</style>
background-color css
<style>
a { background-color: #903375; }
a { background-color: rgb(144,51,117); }
div.DivClassName
{
background-color: #903375;
}
.BgClassName
{
background-color: #903375;
}
</style>
border-color css
<style>
span { border-color: #903375; }
span { border-color: rgb(144,51,117); }
td.TdClassName
{
border-color: #903375;
}
.TagClassName
{
border-color: #903375;
}
</style>