Shades of Dark Purple #90127B
Tints of Dark Purple #90127B
RGB
CMYK
RGB Variations
Color information
#90127B (or 0x90127B) is known color: Dark Purple. HEX triplet: 90, 12 and 7B. RGB value is (144,18,123). Sum of RGB (Red+Green+Blue) = 144+18+123=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90127B is #6FED84. Grayscale: #434343. Windows color (decimal): -7335301 or 8065680. OLE color: 8065680.
HSL color Cylindrical-coordinate representation of color #90127B: hue angle of 310º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90127B is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 123 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.44 |
| HSL | 310º | 0.78% | 0.32% | - |
| HSV(B) | 310º | 0.88% | 0.56% | - |
| XYZ | 15.29 | 7.79 | 19.44 | - |
| YUV | 67.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 123 | 0 | 0.88 | 0.15 | 0.44 | 310 | 0.78 | 0.32 |
| Hex | 90 | 12 | 7B | 0 | 58 | F | 2C | 136 | 4E | 20 |
| Octal | 220 | 22 | 173 | 0 | 130 | 17 | 54 | 466 | 116 | 40 |
| Binary | 10010000 | 10010 | 1111011 | 0 | 1011000 | 1111 | 101100 | 100110110 | 1001110 | 100000 |
Color Harmonies of #90127B
Complementary color
Monochromatic Colors of #90127B
Black with #90127B
Text Example
Text Example
White with #90127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90127B; }
p { color: rgb(144,18,123); }
H1.HeaderClassName
{
color: #90127B;
}
.AnyTagClassName
{
color: #90127B;
}
</style>
background-color css
<style>
a { background-color: #90127B; }
a { background-color: rgb(144,18,123); }
div.DivClassName
{
background-color: #90127B;
}
.BgClassName
{
background-color: #90127B;
}
</style>
border-color css
<style>
span { border-color: #90127B; }
span { border-color: rgb(144,18,123); }
td.TdClassName
{
border-color: #90127B;
}
.TagClassName
{
border-color: #90127B;
}
</style>