Shades of Dark Purple #90277C
Tints of Dark Purple #90277C
RGB
CMYK
RGB Variations
Color information
#90277C (or 0x90277C) is known color: Dark Purple. HEX triplet: 90, 27 and 7C. RGB value is (144,39,124). Sum of RGB (Red+Green+Blue) = 144+39+124=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 144 - color contains mainly: red. Hex color #90277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90277C is #6FD883. Grayscale: #4F4F4F. Windows color (decimal): -7329924 or 8136592. OLE color: 8136592.
HSL color Cylindrical-coordinate representation of color #90277C: hue angle of 311.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90277C is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 124 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.44 |
| HSL | 311.43º | 0.57% | 0.36% | - |
| HSV(B) | 311.43º | 0.73% | 0.56% | - |
| XYZ | 15.87 | 8.84 | 19.94 | - |
| YUV | 80.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 124 | 0 | 0.73 | 0.14 | 0.44 | 311.43 | 0.57 | 0.36 |
| Hex | 90 | 27 | 7C | 0 | 49 | E | 2C | 137 | 39 | 24 |
| Octal | 220 | 47 | 174 | 0 | 111 | 16 | 54 | 467 | 71 | 44 |
| Binary | 10010000 | 100111 | 1111100 | 0 | 1001001 | 1110 | 101100 | 100110111 | 111001 | 100100 |
Color Harmonies of #90277C
Complementary color
Monochromatic Colors of #90277C
Black with #90277C
Text Example
Text Example
White with #90277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90277C; }
p { color: rgb(144,39,124); }
H1.HeaderClassName
{
color: #90277C;
}
.AnyTagClassName
{
color: #90277C;
}
</style>
background-color css
<style>
a { background-color: #90277C; }
a { background-color: rgb(144,39,124); }
div.DivClassName
{
background-color: #90277C;
}
.BgClassName
{
background-color: #90277C;
}
</style>
border-color css
<style>
span { border-color: #90277C; }
span { border-color: rgb(144,39,124); }
td.TdClassName
{
border-color: #90277C;
}
.TagClassName
{
border-color: #90277C;
}
</style>