Shades of Dark Purple #90377D
Tints of Dark Purple #90377D
RGB
CMYK
RGB Variations
Color information
#90377D (or 0x90377D) is known color: Dark Purple. HEX triplet: 90, 37 and 7D. RGB value is (144,55,125). Sum of RGB (Red+Green+Blue) = 144+55+125=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90377D is #6FC882. Grayscale: #595959. Windows color (decimal): -7325827 or 8206224. OLE color: 8206224.
HSL color Cylindrical-coordinate representation of color #90377D: hue angle of 312.81º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90377D is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 125 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.44 |
| HSL | 312.81º | 0.45% | 0.39% | - |
| HSV(B) | 312.81º | 0.62% | 0.56% | - |
| XYZ | 16.57 | 10.14 | 20.49 | - |
| YUV | 89.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 125 | 0 | 0.62 | 0.13 | 0.44 | 312.81 | 0.45 | 0.39 |
| Hex | 90 | 37 | 7D | 0 | 3E | D | 2C | 139 | 2D | 27 |
| Octal | 220 | 67 | 175 | 0 | 76 | 15 | 54 | 471 | 55 | 47 |
| Binary | 10010000 | 110111 | 1111101 | 0 | 111110 | 1101 | 101100 | 100111001 | 101101 | 100111 |
Color Harmonies of #90377D
Complementary color
Monochromatic Colors of #90377D
Black with #90377D
Text Example
Text Example
White with #90377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90377D; }
p { color: rgb(144,55,125); }
H1.HeaderClassName
{
color: #90377D;
}
.AnyTagClassName
{
color: #90377D;
}
</style>
background-color css
<style>
a { background-color: #90377D; }
a { background-color: rgb(144,55,125); }
div.DivClassName
{
background-color: #90377D;
}
.BgClassName
{
background-color: #90377D;
}
</style>
border-color css
<style>
span { border-color: #90377D; }
span { border-color: rgb(144,55,125); }
td.TdClassName
{
border-color: #90377D;
}
.TagClassName
{
border-color: #90377D;
}
</style>