Shades of Dark Purple #90227E
Tints of Dark Purple #90227E
RGB
CMYK
RGB Variations
Color information
#90227E (or 0x90227E) is known color: Dark Purple. HEX triplet: 90, 22 and 7E. RGB value is (144,34,126). Sum of RGB (Red+Green+Blue) = 144+34+126=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90227E is #6FDD81. Grayscale: #4D4D4D. Windows color (decimal): -7331202 or 8266384. OLE color: 8266384.
HSL color Cylindrical-coordinate representation of color #90227E: hue angle of 309.82º 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 #90227E is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 34 | 126 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.44 |
| HSL | 309.82º | 0.62% | 0.35% | - |
| HSV(B) | 309.82º | 0.76% | 0.56% | - |
| XYZ | 15.84 | 8.58 | 20.56 | - |
| YUV | 77.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 126 | 0 | 0.76 | 0.12 | 0.44 | 309.82 | 0.62 | 0.35 |
| Hex | 90 | 22 | 7E | 0 | 4C | C | 2C | 136 | 3E | 23 |
| Octal | 220 | 42 | 176 | 0 | 114 | 14 | 54 | 466 | 76 | 43 |
| Binary | 10010000 | 100010 | 1111110 | 0 | 1001100 | 1100 | 101100 | 100110110 | 111110 | 100011 |
Color Harmonies of #90227E
Complementary color
Monochromatic Colors of #90227E
Black with #90227E
Text Example
Text Example
White with #90227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90227E; }
p { color: rgb(144,34,126); }
H1.HeaderClassName
{
color: #90227E;
}
.AnyTagClassName
{
color: #90227E;
}
</style>
background-color css
<style>
a { background-color: #90227E; }
a { background-color: rgb(144,34,126); }
div.DivClassName
{
background-color: #90227E;
}
.BgClassName
{
background-color: #90227E;
}
</style>
border-color css
<style>
span { border-color: #90227E; }
span { border-color: rgb(144,34,126); }
td.TdClassName
{
border-color: #90227E;
}
.TagClassName
{
border-color: #90227E;
}
</style>