Shades of Dark Purple #901769
Tints of Dark Purple #901769
RGB
CMYK
RGB Variations
Color information
#901769 (or 0x901769) is known color: Dark Purple. HEX triplet: 90, 17 and 69. RGB value is (144,23,105). Sum of RGB (Red+Green+Blue) = 144+23+105=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #901769 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901769 is #6FE896. Grayscale: #444444. Windows color (decimal): -7334039 or 6887312. OLE color: 6887312.
HSL color Cylindrical-coordinate representation of color #901769: hue angle of 319.34º 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 #901769 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 23 | 105 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.44 |
| HSL | 319.34º | 0.72% | 0.33% | - |
| HSV(B) | 319.34º | 0.84% | 0.56% | - |
| XYZ | 14.36 | 7.56 | 14.07 | - |
| YUV | 68.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 23 | 105 | 0 | 0.84 | 0.27 | 0.44 | 319.34 | 0.72 | 0.33 |
| Hex | 90 | 17 | 69 | 0 | 54 | 1B | 2C | 13F | 48 | 21 |
| Octal | 220 | 27 | 151 | 0 | 124 | 33 | 54 | 477 | 110 | 41 |
| Binary | 10010000 | 10111 | 1101001 | 0 | 1010100 | 11011 | 101100 | 100111111 | 1001000 | 100001 |
Color Harmonies of #901769
Complementary color
Monochromatic Colors of #901769
Black with #901769
Text Example
Text Example
White with #901769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901769; }
p { color: rgb(144,23,105); }
H1.HeaderClassName
{
color: #901769;
}
.AnyTagClassName
{
color: #901769;
}
</style>
background-color css
<style>
a { background-color: #901769; }
a { background-color: rgb(144,23,105); }
div.DivClassName
{
background-color: #901769;
}
.BgClassName
{
background-color: #901769;
}
</style>
border-color css
<style>
span { border-color: #901769; }
span { border-color: rgb(144,23,105); }
td.TdClassName
{
border-color: #901769;
}
.TagClassName
{
border-color: #901769;
}
</style>