Shades of Dark Purple #90248D
Tints of Dark Purple #90248D
RGB
CMYK
RGB Variations
Color information
#90248D (or 0x90248D) is known color: Dark Purple. HEX triplet: 90, 24 and 8D. RGB value is (144,36,141). Sum of RGB (Red+Green+Blue) = 144+36+141=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90248D is #6FDB72. Grayscale: #4F4F4F. Windows color (decimal): -7330675 or 9249936. OLE color: 9249936.
HSL color Cylindrical-coordinate representation of color #90248D: hue angle of 301.67º 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 #90248D is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 141 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.44 |
| HSL | 301.67º | 0.6% | 0.35% | - |
| HSV(B) | 301.67º | 0.75% | 0.56% | - |
| XYZ | 16.94 | 9.11 | 26.07 | - |
| YUV | 80.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 141 | 0 | 0.75 | 0.02 | 0.44 | 301.67 | 0.6 | 0.35 |
| Hex | 90 | 24 | 8D | 0 | 4B | 2 | 2C | 12E | 3C | 23 |
| Octal | 220 | 44 | 215 | 0 | 113 | 2 | 54 | 456 | 74 | 43 |
| Binary | 10010000 | 100100 | 10001101 | 0 | 1001011 | 10 | 101100 | 100101110 | 111100 | 100011 |
Color Harmonies of #90248D
Complementary color
Monochromatic Colors of #90248D
Black with #90248D
Text Example
Text Example
White with #90248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90248D; }
p { color: rgb(144,36,141); }
H1.HeaderClassName
{
color: #90248D;
}
.AnyTagClassName
{
color: #90248D;
}
</style>
background-color css
<style>
a { background-color: #90248D; }
a { background-color: rgb(144,36,141); }
div.DivClassName
{
background-color: #90248D;
}
.BgClassName
{
background-color: #90248D;
}
</style>
border-color css
<style>
span { border-color: #90248D; }
span { border-color: rgb(144,36,141); }
td.TdClassName
{
border-color: #90248D;
}
.TagClassName
{
border-color: #90248D;
}
</style>