Shades of Dark Purple #90387D
Tints of Dark Purple #90387D
RGB
CMYK
RGB Variations
Color information
#90387D (or 0x90387D) is known color: Dark Purple. HEX triplet: 90, 38 and 7D. RGB value is (144,56,125). Sum of RGB (Red+Green+Blue) = 144+56+125=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90387D is #6FC782. Grayscale: #595959. Windows color (decimal): -7325571 or 8206480. OLE color: 8206480.
HSL color Cylindrical-coordinate representation of color #90387D: hue angle of 312.95º 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 #90387D is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 125 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.44 |
| HSL | 312.95º | 0.44% | 0.39% | - |
| HSV(B) | 312.95º | 0.61% | 0.56% | - |
| XYZ | 16.62 | 10.24 | 20.5 | - |
| YUV | 90.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 125 | 0 | 0.61 | 0.13 | 0.44 | 312.95 | 0.44 | 0.39 |
| Hex | 90 | 38 | 7D | 0 | 3D | D | 2C | 139 | 2C | 27 |
| Octal | 220 | 70 | 175 | 0 | 75 | 15 | 54 | 471 | 54 | 47 |
| Binary | 10010000 | 111000 | 1111101 | 0 | 111101 | 1101 | 101100 | 100111001 | 101100 | 100111 |
Color Harmonies of #90387D
Complementary color
Monochromatic Colors of #90387D
Black with #90387D
Text Example
Text Example
White with #90387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90387D; }
p { color: rgb(144,56,125); }
H1.HeaderClassName
{
color: #90387D;
}
.AnyTagClassName
{
color: #90387D;
}
</style>
background-color css
<style>
a { background-color: #90387D; }
a { background-color: rgb(144,56,125); }
div.DivClassName
{
background-color: #90387D;
}
.BgClassName
{
background-color: #90387D;
}
</style>
border-color css
<style>
span { border-color: #90387D; }
span { border-color: rgb(144,56,125); }
td.TdClassName
{
border-color: #90387D;
}
.TagClassName
{
border-color: #90387D;
}
</style>