Shades of Dark Purple #90248B
Tints of Dark Purple #90248B
RGB
CMYK
RGB Variations
Color information
#90248B (or 0x90248B) is known color: Dark Purple. HEX triplet: 90, 24 and 8B. RGB value is (144,36,139). Sum of RGB (Red+Green+Blue) = 144+36+139=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90248B is #6FDB74. Grayscale: #4F4F4F. Windows color (decimal): -7330677 or 9118864. OLE color: 9118864.
HSL color Cylindrical-coordinate representation of color #90248B: hue angle of 302.78º 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 #90248B is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 139 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.44 |
| HSL | 302.78º | 0.6% | 0.35% | - |
| HSV(B) | 302.78º | 0.75% | 0.56% | - |
| XYZ | 16.79 | 9.06 | 25.29 | - |
| YUV | 80.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 139 | 0 | 0.75 | 0.03 | 0.44 | 302.78 | 0.6 | 0.35 |
| Hex | 90 | 24 | 8B | 0 | 4B | 3 | 2C | 12F | 3C | 23 |
| Octal | 220 | 44 | 213 | 0 | 113 | 3 | 54 | 457 | 74 | 43 |
| Binary | 10010000 | 100100 | 10001011 | 0 | 1001011 | 11 | 101100 | 100101111 | 111100 | 100011 |
Color Harmonies of #90248B
Complementary color
Monochromatic Colors of #90248B
Black with #90248B
Text Example
Text Example
White with #90248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90248B; }
p { color: rgb(144,36,139); }
H1.HeaderClassName
{
color: #90248B;
}
.AnyTagClassName
{
color: #90248B;
}
</style>
background-color css
<style>
a { background-color: #90248B; }
a { background-color: rgb(144,36,139); }
div.DivClassName
{
background-color: #90248B;
}
.BgClassName
{
background-color: #90248B;
}
</style>
border-color css
<style>
span { border-color: #90248B; }
span { border-color: rgb(144,36,139); }
td.TdClassName
{
border-color: #90248B;
}
.TagClassName
{
border-color: #90248B;
}
</style>