Shades of Dark Purple #901683
Tints of Dark Purple #901683
RGB
CMYK
RGB Variations
Color information
#901683 (or 0x901683) is known color: Dark Purple. HEX triplet: 90, 16 and 83. RGB value is (144,22,131). Sum of RGB (Red+Green+Blue) = 144+22+131=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #901683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #901683 is #6FE97C. Grayscale: #464646. Windows color (decimal): -7334269 or 8590992. OLE color: 8590992.
HSL color Cylindrical-coordinate representation of color #901683: hue angle of 306.39º 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 #901683 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 131 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.44 |
| HSL | 306.39º | 0.73% | 0.33% | - |
| HSV(B) | 306.39º | 0.85% | 0.56% | - |
| XYZ | 15.89 | 8.14 | 22.21 | - |
| YUV | 70.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 131 | 0 | 0.85 | 0.09 | 0.44 | 306.39 | 0.73 | 0.33 |
| Hex | 90 | 16 | 83 | 0 | 55 | 9 | 2C | 132 | 49 | 21 |
| Octal | 220 | 26 | 203 | 0 | 125 | 11 | 54 | 462 | 111 | 41 |
| Binary | 10010000 | 10110 | 10000011 | 0 | 1010101 | 1001 | 101100 | 100110010 | 1001001 | 100001 |
Color Harmonies of #901683
Complementary color
Monochromatic Colors of #901683
Black with #901683
Text Example
Text Example
White with #901683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901683; }
p { color: rgb(144,22,131); }
H1.HeaderClassName
{
color: #901683;
}
.AnyTagClassName
{
color: #901683;
}
</style>
background-color css
<style>
a { background-color: #901683; }
a { background-color: rgb(144,22,131); }
div.DivClassName
{
background-color: #901683;
}
.BgClassName
{
background-color: #901683;
}
</style>
border-color css
<style>
span { border-color: #901683; }
span { border-color: rgb(144,22,131); }
td.TdClassName
{
border-color: #901683;
}
.TagClassName
{
border-color: #901683;
}
</style>