Shades of Dark Purple #90167F
Tints of Dark Purple #90167F
RGB
CMYK
RGB Variations
Color information
#90167F (or 0x90167F) is known color: Dark Purple. HEX triplet: 90, 16 and 7F. RGB value is (144,22,127). Sum of RGB (Red+Green+Blue) = 144+22+127=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90167F is #6FE980. Grayscale: #464646. Windows color (decimal): -7334273 or 8328848. OLE color: 8328848.
HSL color Cylindrical-coordinate representation of color #90167F: hue angle of 308.36º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90167F is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 127 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.44 |
| HSL | 308.36º | 0.73% | 0.33% | - |
| HSV(B) | 308.36º | 0.85% | 0.56% | - |
| XYZ | 15.62 | 8.04 | 20.81 | - |
| YUV | 70.45 | 159.92 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 127 | 0 | 0.85 | 0.12 | 0.44 | 308.36 | 0.73 | 0.33 |
| Hex | 90 | 16 | 7F | 0 | 55 | C | 2C | 134 | 49 | 21 |
| Octal | 220 | 26 | 177 | 0 | 125 | 14 | 54 | 464 | 111 | 41 |
| Binary | 10010000 | 10110 | 1111111 | 0 | 1010101 | 1100 | 101100 | 100110100 | 1001001 | 100001 |
Color Harmonies of #90167F
Complementary color
Monochromatic Colors of #90167F
Black with #90167F
Text Example
Text Example
White with #90167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90167F; }
p { color: rgb(144,22,127); }
H1.HeaderClassName
{
color: #90167F;
}
.AnyTagClassName
{
color: #90167F;
}
</style>
background-color css
<style>
a { background-color: #90167F; }
a { background-color: rgb(144,22,127); }
div.DivClassName
{
background-color: #90167F;
}
.BgClassName
{
background-color: #90167F;
}
</style>
border-color css
<style>
span { border-color: #90167F; }
span { border-color: rgb(144,22,127); }
td.TdClassName
{
border-color: #90167F;
}
.TagClassName
{
border-color: #90167F;
}
</style>