Shades of Dark Purple #90146F
Tints of Dark Purple #90146F
RGB
CMYK
RGB Variations
Color information
#90146F (or 0x90146F) is known color: Dark Purple. HEX triplet: 90, 14 and 6F. RGB value is (144,20,111). Sum of RGB (Red+Green+Blue) = 144+20+111=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #90146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90146F is #6FEB90. Grayscale: #434343. Windows color (decimal): -7334801 or 7279760. OLE color: 7279760.
HSL color Cylindrical-coordinate representation of color #90146F: hue angle of 315.97º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90146F is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 20 | 111 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.44 |
| HSL | 315.97º | 0.76% | 0.32% | - |
| HSV(B) | 315.97º | 0.86% | 0.56% | - |
| XYZ | 14.62 | 7.58 | 15.73 | - |
| YUV | 67.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 20 | 111 | 0 | 0.86 | 0.23 | 0.44 | 315.97 | 0.76 | 0.32 |
| Hex | 90 | 14 | 6F | 0 | 56 | 17 | 2C | 13C | 4C | 20 |
| Octal | 220 | 24 | 157 | 0 | 126 | 27 | 54 | 474 | 114 | 40 |
| Binary | 10010000 | 10100 | 1101111 | 0 | 1010110 | 10111 | 101100 | 100111100 | 1001100 | 100000 |
Color Harmonies of #90146F
Complementary color
Monochromatic Colors of #90146F
Black with #90146F
Text Example
Text Example
White with #90146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90146F; }
p { color: rgb(144,20,111); }
H1.HeaderClassName
{
color: #90146F;
}
.AnyTagClassName
{
color: #90146F;
}
</style>
background-color css
<style>
a { background-color: #90146F; }
a { background-color: rgb(144,20,111); }
div.DivClassName
{
background-color: #90146F;
}
.BgClassName
{
background-color: #90146F;
}
</style>
border-color css
<style>
span { border-color: #90146F; }
span { border-color: rgb(144,20,111); }
td.TdClassName
{
border-color: #90146F;
}
.TagClassName
{
border-color: #90146F;
}
</style>