Shades of Dark Purple #90337D
Tints of Dark Purple #90337D
RGB
CMYK
RGB Variations
Color information
#90337D (or 0x90337D) is known color: Dark Purple. HEX triplet: 90, 33 and 7D. RGB value is (144,51,125). Sum of RGB (Red+Green+Blue) = 144+51+125=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90337D is #6FCC82. Grayscale: #575757. Windows color (decimal): -7326851 or 8205200. OLE color: 8205200.
HSL color Cylindrical-coordinate representation of color #90337D: hue angle of 312.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90337D is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 125 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.44 |
| HSL | 312.26º | 0.48% | 0.38% | - |
| HSV(B) | 312.26º | 0.65% | 0.56% | - |
| XYZ | 16.39 | 9.78 | 20.43 | - |
| YUV | 87.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 125 | 0 | 0.65 | 0.13 | 0.44 | 312.26 | 0.48 | 0.38 |
| Hex | 90 | 33 | 7D | 0 | 41 | D | 2C | 138 | 30 | 26 |
| Octal | 220 | 63 | 175 | 0 | 101 | 15 | 54 | 470 | 60 | 46 |
| Binary | 10010000 | 110011 | 1111101 | 0 | 1000001 | 1101 | 101100 | 100111000 | 110000 | 100110 |
Color Harmonies of #90337D
Complementary color
Monochromatic Colors of #90337D
Black with #90337D
Text Example
Text Example
White with #90337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90337D; }
p { color: rgb(144,51,125); }
H1.HeaderClassName
{
color: #90337D;
}
.AnyTagClassName
{
color: #90337D;
}
</style>
background-color css
<style>
a { background-color: #90337D; }
a { background-color: rgb(144,51,125); }
div.DivClassName
{
background-color: #90337D;
}
.BgClassName
{
background-color: #90337D;
}
</style>
border-color css
<style>
span { border-color: #90337D; }
span { border-color: rgb(144,51,125); }
td.TdClassName
{
border-color: #90337D;
}
.TagClassName
{
border-color: #90337D;
}
</style>