Shades of Dark Purple #90278D
Tints of Dark Purple #90278D
RGB
CMYK
RGB Variations
Color information
#90278D (or 0x90278D) is known color: Dark Purple. HEX triplet: 90, 27 and 8D. RGB value is (144,39,141). Sum of RGB (Red+Green+Blue) = 144+39+141=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90278D is #6FD872. Grayscale: #515151. Windows color (decimal): -7329907 or 9250704. OLE color: 9250704.
HSL color Cylindrical-coordinate representation of color #90278D: hue angle of 301.71º 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 #90278D is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 39 | 141 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.44 |
| HSL | 301.71º | 0.57% | 0.36% | - |
| HSV(B) | 301.71º | 0.73% | 0.56% | - |
| XYZ | 17.03 | 9.3 | 26.1 | - |
| YUV | 82.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 141 | 0 | 0.73 | 0.02 | 0.44 | 301.71 | 0.57 | 0.36 |
| Hex | 90 | 27 | 8D | 0 | 49 | 2 | 2C | 12E | 39 | 24 |
| Octal | 220 | 47 | 215 | 0 | 111 | 2 | 54 | 456 | 71 | 44 |
| Binary | 10010000 | 100111 | 10001101 | 0 | 1001001 | 10 | 101100 | 100101110 | 111001 | 100100 |
Color Harmonies of #90278D
Complementary color
Monochromatic Colors of #90278D
Black with #90278D
Text Example
Text Example
White with #90278D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90278D; }
p { color: rgb(144,39,141); }
H1.HeaderClassName
{
color: #90278D;
}
.AnyTagClassName
{
color: #90278D;
}
</style>
background-color css
<style>
a { background-color: #90278D; }
a { background-color: rgb(144,39,141); }
div.DivClassName
{
background-color: #90278D;
}
.BgClassName
{
background-color: #90278D;
}
</style>
border-color css
<style>
span { border-color: #90278D; }
span { border-color: rgb(144,39,141); }
td.TdClassName
{
border-color: #90278D;
}
.TagClassName
{
border-color: #90278D;
}
</style>