Shades of Dark Purple #90176D
Tints of Dark Purple #90176D
RGB
CMYK
RGB Variations
Color information
#90176D (or 0x90176D) is known color: Dark Purple. HEX triplet: 90, 17 and 6D. RGB value is (144,23,109). Sum of RGB (Red+Green+Blue) = 144+23+109=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90176D is #6FE892. Grayscale: #444444. Windows color (decimal): -7334035 or 7149456. OLE color: 7149456.
HSL color Cylindrical-coordinate representation of color #90176D: hue angle of 317.36º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #90176D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 109 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.44 |
| HSL | 317.36º | 0.72% | 0.33% | - |
| HSV(B) | 317.36º | 0.84% | 0.56% | - |
| XYZ | 14.57 | 7.65 | 15.18 | - |
| YUV | 68.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 109 | 0 | 0.84 | 0.24 | 0.44 | 317.36 | 0.72 | 0.33 |
| Hex | 90 | 17 | 6D | 0 | 54 | 18 | 2C | 13D | 48 | 21 |
| Octal | 220 | 27 | 155 | 0 | 124 | 30 | 54 | 475 | 110 | 41 |
| Binary | 10010000 | 10111 | 1101101 | 0 | 1010100 | 11000 | 101100 | 100111101 | 1001000 | 100001 |
Color Harmonies of #90176D
Complementary color
Monochromatic Colors of #90176D
Black with #90176D
Text Example
Text Example
White with #90176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90176D; }
p { color: rgb(144,23,109); }
H1.HeaderClassName
{
color: #90176D;
}
.AnyTagClassName
{
color: #90176D;
}
</style>
background-color css
<style>
a { background-color: #90176D; }
a { background-color: rgb(144,23,109); }
div.DivClassName
{
background-color: #90176D;
}
.BgClassName
{
background-color: #90176D;
}
</style>
border-color css
<style>
span { border-color: #90176D; }
span { border-color: rgb(144,23,109); }
td.TdClassName
{
border-color: #90176D;
}
.TagClassName
{
border-color: #90176D;
}
</style>