Shades of Dark Purple #90397D
Tints of Dark Purple #90397D
RGB
CMYK
RGB Variations
Color information
#90397D (or 0x90397D) is known color: Dark Purple. HEX triplet: 90, 39 and 7D. RGB value is (144,57,125). Sum of RGB (Red+Green+Blue) = 144+57+125=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #90397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90397D is #6FC682. Grayscale: #5A5A5A. Windows color (decimal): -7325315 or 8206736. OLE color: 8206736.
HSL color Cylindrical-coordinate representation of color #90397D: hue angle of 313.1º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90397D is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 57 | 125 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.44 |
| HSL | 313.1º | 0.43% | 0.39% | - |
| HSV(B) | 313.1º | 0.6% | 0.56% | - |
| XYZ | 16.67 | 10.34 | 20.52 | - |
| YUV | 90.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 125 | 0 | 0.60 | 0.13 | 0.44 | 313.1 | 0.43 | 0.39 |
| Hex | 90 | 39 | 7D | 0 | 3C | D | 2C | 139 | 2B | 27 |
| Octal | 220 | 71 | 175 | 0 | 74 | 15 | 54 | 471 | 53 | 47 |
| Binary | 10010000 | 111001 | 1111101 | 0 | 111100 | 1101 | 101100 | 100111001 | 101011 | 100111 |
Color Harmonies of #90397D
Complementary color
Monochromatic Colors of #90397D
Black with #90397D
Text Example
Text Example
White with #90397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90397D; }
p { color: rgb(144,57,125); }
H1.HeaderClassName
{
color: #90397D;
}
.AnyTagClassName
{
color: #90397D;
}
</style>
background-color css
<style>
a { background-color: #90397D; }
a { background-color: rgb(144,57,125); }
div.DivClassName
{
background-color: #90397D;
}
.BgClassName
{
background-color: #90397D;
}
</style>
border-color css
<style>
span { border-color: #90397D; }
span { border-color: rgb(144,57,125); }
td.TdClassName
{
border-color: #90397D;
}
.TagClassName
{
border-color: #90397D;
}
</style>