Shades of Dark Purple #90247A
Tints of Dark Purple #90247A
RGB
CMYK
RGB Variations
Color information
#90247A (or 0x90247A) is known color: Dark Purple. HEX triplet: 90, 24 and 7A. RGB value is (144,36,122). Sum of RGB (Red+Green+Blue) = 144+36+122=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #90247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90247A is #6FDB85. Grayscale: #4D4D4D. Windows color (decimal): -7330694 or 8004752. OLE color: 8004752.
HSL color Cylindrical-coordinate representation of color #90247A: hue angle of 312.22º 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 #90247A is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 36 | 122 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.44 |
| HSL | 312.22º | 0.6% | 0.35% | - |
| HSV(B) | 312.22º | 0.75% | 0.56% | - |
| XYZ | 15.65 | 8.6 | 19.25 | - |
| YUV | 78.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 122 | 0 | 0.75 | 0.15 | 0.44 | 312.22 | 0.6 | 0.35 |
| Hex | 90 | 24 | 7A | 0 | 4B | F | 2C | 138 | 3C | 23 |
| Octal | 220 | 44 | 172 | 0 | 113 | 17 | 54 | 470 | 74 | 43 |
| Binary | 10010000 | 100100 | 1111010 | 0 | 1001011 | 1111 | 101100 | 100111000 | 111100 | 100011 |
Color Harmonies of #90247A
Complementary color
Monochromatic Colors of #90247A
Black with #90247A
Text Example
Text Example
White with #90247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90247A; }
p { color: rgb(144,36,122); }
H1.HeaderClassName
{
color: #90247A;
}
.AnyTagClassName
{
color: #90247A;
}
</style>
background-color css
<style>
a { background-color: #90247A; }
a { background-color: rgb(144,36,122); }
div.DivClassName
{
background-color: #90247A;
}
.BgClassName
{
background-color: #90247A;
}
</style>
border-color css
<style>
span { border-color: #90247A; }
span { border-color: rgb(144,36,122); }
td.TdClassName
{
border-color: #90247A;
}
.TagClassName
{
border-color: #90247A;
}
</style>