Shades of Dark Purple #90387F
Tints of Dark Purple #90387F
RGB
CMYK
RGB Variations
Color information
#90387F (or 0x90387F) is known color: Dark Purple. HEX triplet: 90, 38 and 7F. RGB value is (144,56,127). Sum of RGB (Red+Green+Blue) = 144+56+127=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #90387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90387F is #6FC780. Grayscale: #5A5A5A. Windows color (decimal): -7325569 or 8337552. OLE color: 8337552.
HSL color Cylindrical-coordinate representation of color #90387F: hue angle of 311.59º 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 #90387F is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 56 | 127 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.44 |
| HSL | 311.59º | 0.44% | 0.39% | - |
| HSV(B) | 311.59º | 0.61% | 0.56% | - |
| XYZ | 16.75 | 10.29 | 21.18 | - |
| YUV | 90.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 56 | 127 | 0 | 0.61 | 0.12 | 0.44 | 311.59 | 0.44 | 0.39 |
| Hex | 90 | 38 | 7F | 0 | 3D | C | 2C | 138 | 2C | 27 |
| Octal | 220 | 70 | 177 | 0 | 75 | 14 | 54 | 470 | 54 | 47 |
| Binary | 10010000 | 111000 | 1111111 | 0 | 111101 | 1100 | 101100 | 100111000 | 101100 | 100111 |
Color Harmonies of #90387F
Complementary color
Monochromatic Colors of #90387F
Black with #90387F
Text Example
Text Example
White with #90387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90387F; }
p { color: rgb(144,56,127); }
H1.HeaderClassName
{
color: #90387F;
}
.AnyTagClassName
{
color: #90387F;
}
</style>
background-color css
<style>
a { background-color: #90387F; }
a { background-color: rgb(144,56,127); }
div.DivClassName
{
background-color: #90387F;
}
.BgClassName
{
background-color: #90387F;
}
</style>
border-color css
<style>
span { border-color: #90387F; }
span { border-color: rgb(144,56,127); }
td.TdClassName
{
border-color: #90387F;
}
.TagClassName
{
border-color: #90387F;
}
</style>