Shades of Dark Purple #90387A
Tints of Dark Purple #90387A
RGB
CMYK
RGB Variations
Color information
#90387A (or 0x90387A) is known color: Dark Purple. HEX triplet: 90, 38 and 7A. RGB value is (144,56,122). Sum of RGB (Red+Green+Blue) = 144+56+122=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90387A is #6FC785. Grayscale: #595959. Windows color (decimal): -7325574 or 8009872. OLE color: 8009872.
HSL color Cylindrical-coordinate representation of color #90387A: hue angle of 315º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90387A is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 122 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.44 |
| HSL | 315º | 0.44% | 0.39% | - |
| HSV(B) | 315º | 0.61% | 0.56% | - |
| XYZ | 16.43 | 10.16 | 19.51 | - |
| YUV | 89.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 122 | 0 | 0.61 | 0.15 | 0.44 | 315 | 0.44 | 0.39 |
| Hex | 90 | 38 | 7A | 0 | 3D | F | 2C | 13B | 2C | 27 |
| Octal | 220 | 70 | 172 | 0 | 75 | 17 | 54 | 473 | 54 | 47 |
| Binary | 10010000 | 111000 | 1111010 | 0 | 111101 | 1111 | 101100 | 100111011 | 101100 | 100111 |
Color Harmonies of #90387A
Complementary color
Monochromatic Colors of #90387A
Black with #90387A
Text Example
Text Example
White with #90387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90387A; }
p { color: rgb(144,56,122); }
H1.HeaderClassName
{
color: #90387A;
}
.AnyTagClassName
{
color: #90387A;
}
</style>
background-color css
<style>
a { background-color: #90387A; }
a { background-color: rgb(144,56,122); }
div.DivClassName
{
background-color: #90387A;
}
.BgClassName
{
background-color: #90387A;
}
</style>
border-color css
<style>
span { border-color: #90387A; }
span { border-color: rgb(144,56,122); }
td.TdClassName
{
border-color: #90387A;
}
.TagClassName
{
border-color: #90387A;
}
</style>