Shades of Dark Purple #90227C
Tints of Dark Purple #90227C
RGB
CMYK
RGB Variations
Color information
#90227C (or 0x90227C) is known color: Dark Purple. HEX triplet: 90, 22 and 7C. RGB value is (144,34,124). Sum of RGB (Red+Green+Blue) = 144+34+124=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #90227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90227C is #6FDD83. Grayscale: #4C4C4C. Windows color (decimal): -7331204 or 8135312. OLE color: 8135312.
HSL color Cylindrical-coordinate representation of color #90227C: hue angle of 310.91º 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 #90227C is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 124 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.44 |
| HSL | 310.91º | 0.62% | 0.35% | - |
| HSV(B) | 310.91º | 0.76% | 0.56% | - |
| XYZ | 15.71 | 8.53 | 19.89 | - |
| YUV | 77.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 124 | 0 | 0.76 | 0.14 | 0.44 | 310.91 | 0.62 | 0.35 |
| Hex | 90 | 22 | 7C | 0 | 4C | E | 2C | 137 | 3E | 23 |
| Octal | 220 | 42 | 174 | 0 | 114 | 16 | 54 | 467 | 76 | 43 |
| Binary | 10010000 | 100010 | 1111100 | 0 | 1001100 | 1110 | 101100 | 100110111 | 111110 | 100011 |
Color Harmonies of #90227C
Complementary color
Monochromatic Colors of #90227C
Black with #90227C
Text Example
Text Example
White with #90227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90227C; }
p { color: rgb(144,34,124); }
H1.HeaderClassName
{
color: #90227C;
}
.AnyTagClassName
{
color: #90227C;
}
</style>
background-color css
<style>
a { background-color: #90227C; }
a { background-color: rgb(144,34,124); }
div.DivClassName
{
background-color: #90227C;
}
.BgClassName
{
background-color: #90227C;
}
</style>
border-color css
<style>
span { border-color: #90227C; }
span { border-color: rgb(144,34,124); }
td.TdClassName
{
border-color: #90227C;
}
.TagClassName
{
border-color: #90227C;
}
</style>