Shades of Dark Purple #90247F
Tints of Dark Purple #90247F
RGB
CMYK
RGB Variations
Color information
#90247F (or 0x90247F) is known color: Dark Purple. HEX triplet: 90, 24 and 7F. RGB value is (144,36,127). Sum of RGB (Red+Green+Blue) = 144+36+127=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90247F is #6FDB80. Grayscale: #4E4E4E. Windows color (decimal): -7330689 or 8332432. OLE color: 8332432.
HSL color Cylindrical-coordinate representation of color #90247F: hue angle of 309.44º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90247F is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 127 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.44 |
| HSL | 309.44º | 0.6% | 0.35% | - |
| HSV(B) | 309.44º | 0.75% | 0.56% | - |
| XYZ | 15.96 | 8.72 | 20.92 | - |
| YUV | 78.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 127 | 0 | 0.75 | 0.12 | 0.44 | 309.44 | 0.6 | 0.35 |
| Hex | 90 | 24 | 7F | 0 | 4B | C | 2C | 135 | 3C | 23 |
| Octal | 220 | 44 | 177 | 0 | 113 | 14 | 54 | 465 | 74 | 43 |
| Binary | 10010000 | 100100 | 1111111 | 0 | 1001011 | 1100 | 101100 | 100110101 | 111100 | 100011 |
Color Harmonies of #90247F
Complementary color
Monochromatic Colors of #90247F
Black with #90247F
Text Example
Text Example
White with #90247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90247F; }
p { color: rgb(144,36,127); }
H1.HeaderClassName
{
color: #90247F;
}
.AnyTagClassName
{
color: #90247F;
}
</style>
background-color css
<style>
a { background-color: #90247F; }
a { background-color: rgb(144,36,127); }
div.DivClassName
{
background-color: #90247F;
}
.BgClassName
{
background-color: #90247F;
}
</style>
border-color css
<style>
span { border-color: #90247F; }
span { border-color: rgb(144,36,127); }
td.TdClassName
{
border-color: #90247F;
}
.TagClassName
{
border-color: #90247F;
}
</style>