Shades of Dark Purple #903382
Tints of Dark Purple #903382
RGB
CMYK
RGB Variations
Color information
#903382 (or 0x903382) is known color: Dark Purple. HEX triplet: 90, 33 and 82. RGB value is (144,51,130). Sum of RGB (Red+Green+Blue) = 144+51+130=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #903382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903382 is #6FCC7D. Grayscale: #575757. Windows color (decimal): -7326846 or 8532880. OLE color: 8532880.
HSL color Cylindrical-coordinate representation of color #903382: hue angle of 309.03º 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 #903382 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 130 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.44 |
| HSL | 309.03º | 0.48% | 0.38% | - |
| HSV(B) | 309.03º | 0.65% | 0.56% | - |
| XYZ | 16.71 | 9.91 | 22.15 | - |
| YUV | 87.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 130 | 0 | 0.65 | 0.10 | 0.44 | 309.03 | 0.48 | 0.38 |
| Hex | 90 | 33 | 82 | 0 | 41 | A | 2C | 135 | 30 | 26 |
| Octal | 220 | 63 | 202 | 0 | 101 | 12 | 54 | 465 | 60 | 46 |
| Binary | 10010000 | 110011 | 10000010 | 0 | 1000001 | 1010 | 101100 | 100110101 | 110000 | 100110 |
Color Harmonies of #903382
Complementary color
Monochromatic Colors of #903382
Black with #903382
Text Example
Text Example
White with #903382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903382; }
p { color: rgb(144,51,130); }
H1.HeaderClassName
{
color: #903382;
}
.AnyTagClassName
{
color: #903382;
}
</style>
background-color css
<style>
a { background-color: #903382; }
a { background-color: rgb(144,51,130); }
div.DivClassName
{
background-color: #903382;
}
.BgClassName
{
background-color: #903382;
}
</style>
border-color css
<style>
span { border-color: #903382; }
span { border-color: rgb(144,51,130); }
td.TdClassName
{
border-color: #903382;
}
.TagClassName
{
border-color: #903382;
}
</style>