Shades of Dark Purple #90407F
Tints of Dark Purple #90407F
RGB
CMYK
RGB Variations
Color information
#90407F (or 0x90407F) is known color: Dark Purple. HEX triplet: 90, 40 and 7F. RGB value is (144,64,127). Sum of RGB (Red+Green+Blue) = 144+64+127=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90407F is #6FBF80. Grayscale: #5E5E5E. Windows color (decimal): -7323521 or 8339600. OLE color: 8339600.
HSL color Cylindrical-coordinate representation of color #90407F: hue angle of 312.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90407F is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 64 | 127 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.44 |
| HSL | 312.75º | 0.38% | 0.41% | - |
| HSV(B) | 312.75º | 0.56% | 0.56% | - |
| XYZ | 17.17 | 11.13 | 21.32 | - |
| YUV | 95.1 | 146 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 64 | 127 | 0 | 0.56 | 0.12 | 0.44 | 312.75 | 0.38 | 0.41 |
| Hex | 90 | 40 | 7F | 0 | 38 | C | 2C | 139 | 26 | 29 |
| Octal | 220 | 100 | 177 | 0 | 70 | 14 | 54 | 471 | 46 | 51 |
| Binary | 10010000 | 1000000 | 1111111 | 0 | 111000 | 1100 | 101100 | 100111001 | 100110 | 101001 |
Color Harmonies of #90407F
Complementary color
Monochromatic Colors of #90407F
Black with #90407F
Text Example
Text Example
White with #90407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90407F; }
p { color: rgb(144,64,127); }
H1.HeaderClassName
{
color: #90407F;
}
.AnyTagClassName
{
color: #90407F;
}
</style>
background-color css
<style>
a { background-color: #90407F; }
a { background-color: rgb(144,64,127); }
div.DivClassName
{
background-color: #90407F;
}
.BgClassName
{
background-color: #90407F;
}
</style>
border-color css
<style>
span { border-color: #90407F; }
span { border-color: rgb(144,64,127); }
td.TdClassName
{
border-color: #90407F;
}
.TagClassName
{
border-color: #90407F;
}
</style>