Shades of Dark Purple #90417F
Tints of Dark Purple #90417F
RGB
CMYK
RGB Variations
Color information
#90417F (or 0x90417F) is known color: Dark Purple. HEX triplet: 90, 41 and 7F. RGB value is (144,65,127). Sum of RGB (Red+Green+Blue) = 144+65+127=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90417F is #6FBE80. Grayscale: #5F5F5F. Windows color (decimal): -7323265 or 8339856. OLE color: 8339856.
HSL color Cylindrical-coordinate representation of color #90417F: hue angle of 312.91º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90417F is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 127 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.44 |
| HSL | 312.91º | 0.38% | 0.41% | - |
| HSV(B) | 312.91º | 0.55% | 0.56% | - |
| XYZ | 17.22 | 11.24 | 21.34 | - |
| YUV | 95.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 127 | 0 | 0.55 | 0.12 | 0.44 | 312.91 | 0.38 | 0.41 |
| Hex | 90 | 41 | 7F | 0 | 37 | C | 2C | 139 | 26 | 29 |
| Octal | 220 | 101 | 177 | 0 | 67 | 14 | 54 | 471 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1111111 | 0 | 110111 | 1100 | 101100 | 100111001 | 100110 | 101001 |
Color Harmonies of #90417F
Complementary color
Monochromatic Colors of #90417F
Black with #90417F
Text Example
Text Example
White with #90417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90417F; }
p { color: rgb(144,65,127); }
H1.HeaderClassName
{
color: #90417F;
}
.AnyTagClassName
{
color: #90417F;
}
</style>
background-color css
<style>
a { background-color: #90417F; }
a { background-color: rgb(144,65,127); }
div.DivClassName
{
background-color: #90417F;
}
.BgClassName
{
background-color: #90417F;
}
</style>
border-color css
<style>
span { border-color: #90417F; }
span { border-color: rgb(144,65,127); }
td.TdClassName
{
border-color: #90417F;
}
.TagClassName
{
border-color: #90417F;
}
</style>