Shades of Dark Purple #90228D
Tints of Dark Purple #90228D
RGB
CMYK
RGB Variations
Color information
#90228D (or 0x90228D) is known color: Dark Purple. HEX triplet: 90, 22 and 8D. RGB value is (144,34,141). Sum of RGB (Red+Green+Blue) = 144+34+141=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90228D is #6FDD72. Grayscale: #4E4E4E. Windows color (decimal): -7331187 or 9249424. OLE color: 9249424.
HSL color Cylindrical-coordinate representation of color #90228D: hue angle of 301.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90228D is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 141 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.44 |
| HSL | 301.64º | 0.62% | 0.35% | - |
| HSV(B) | 301.64º | 0.76% | 0.56% | - |
| XYZ | 16.88 | 9 | 26.05 | - |
| YUV | 79.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 141 | 0 | 0.76 | 0.02 | 0.44 | 301.64 | 0.62 | 0.35 |
| Hex | 90 | 22 | 8D | 0 | 4C | 2 | 2C | 12E | 3E | 23 |
| Octal | 220 | 42 | 215 | 0 | 114 | 2 | 54 | 456 | 76 | 43 |
| Binary | 10010000 | 100010 | 10001101 | 0 | 1001100 | 10 | 101100 | 100101110 | 111110 | 100011 |
Color Harmonies of #90228D
Complementary color
Monochromatic Colors of #90228D
Black with #90228D
Text Example
Text Example
White with #90228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90228D; }
p { color: rgb(144,34,141); }
H1.HeaderClassName
{
color: #90228D;
}
.AnyTagClassName
{
color: #90228D;
}
</style>
background-color css
<style>
a { background-color: #90228D; }
a { background-color: rgb(144,34,141); }
div.DivClassName
{
background-color: #90228D;
}
.BgClassName
{
background-color: #90228D;
}
</style>
border-color css
<style>
span { border-color: #90228D; }
span { border-color: rgb(144,34,141); }
td.TdClassName
{
border-color: #90228D;
}
.TagClassName
{
border-color: #90228D;
}
</style>