Shades of Dark Purple #90417C
Tints of Dark Purple #90417C
RGB
CMYK
RGB Variations
Color information
#90417C (or 0x90417C) is known color: Dark Purple. HEX triplet: 90, 41 and 7C. RGB value is (144,65,124). Sum of RGB (Red+Green+Blue) = 144+65+124=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90417C is #6FBE83. Grayscale: #5F5F5F. Windows color (decimal): -7323268 or 8143248. OLE color: 8143248.
HSL color Cylindrical-coordinate representation of color #90417C: hue angle of 315.19º 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 #90417C is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 124 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.44 |
| HSL | 315.19º | 0.38% | 0.41% | - |
| HSV(B) | 315.19º | 0.55% | 0.56% | - |
| XYZ | 17.03 | 11.17 | 20.33 | - |
| YUV | 95.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 124 | 0 | 0.55 | 0.14 | 0.44 | 315.19 | 0.38 | 0.41 |
| Hex | 90 | 41 | 7C | 0 | 37 | E | 2C | 13B | 26 | 29 |
| Octal | 220 | 101 | 174 | 0 | 67 | 16 | 54 | 473 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1111100 | 0 | 110111 | 1110 | 101100 | 100111011 | 100110 | 101001 |
Color Harmonies of #90417C
Complementary color
Monochromatic Colors of #90417C
Black with #90417C
Text Example
Text Example
White with #90417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90417C; }
p { color: rgb(144,65,124); }
H1.HeaderClassName
{
color: #90417C;
}
.AnyTagClassName
{
color: #90417C;
}
</style>
background-color css
<style>
a { background-color: #90417C; }
a { background-color: rgb(144,65,124); }
div.DivClassName
{
background-color: #90417C;
}
.BgClassName
{
background-color: #90417C;
}
</style>
border-color css
<style>
span { border-color: #90417C; }
span { border-color: rgb(144,65,124); }
td.TdClassName
{
border-color: #90417C;
}
.TagClassName
{
border-color: #90417C;
}
</style>