Shades of Dark Purple #901678
Tints of Dark Purple #901678
RGB
CMYK
RGB Variations
Color information
#901678 (or 0x901678) is known color: Dark Purple. HEX triplet: 90, 16 and 78. RGB value is (144,22,120). Sum of RGB (Red+Green+Blue) = 144+22+120=286 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.35% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 144 - color contains mainly: red. Hex color #901678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901678 is #6FE987. Grayscale: #454545. Windows color (decimal): -7334280 or 7870096. OLE color: 7870096.
HSL color Cylindrical-coordinate representation of color #901678: hue angle of 311.8º 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 #901678 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 22 | 120 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.44 |
| HSL | 311.8º | 0.73% | 0.33% | - |
| HSV(B) | 311.8º | 0.85% | 0.56% | - |
| XYZ | 15.18 | 7.86 | 18.49 | - |
| YUV | 69.65 | 156.42 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 22 | 120 | 0 | 0.85 | 0.17 | 0.44 | 311.8 | 0.73 | 0.33 |
| Hex | 90 | 16 | 78 | 0 | 55 | 11 | 2C | 138 | 49 | 21 |
| Octal | 220 | 26 | 170 | 0 | 125 | 21 | 54 | 470 | 111 | 41 |
| Binary | 10010000 | 10110 | 1111000 | 0 | 1010101 | 10001 | 101100 | 100111000 | 1001001 | 100001 |
Color Harmonies of #901678
Complementary color
Monochromatic Colors of #901678
Black with #901678
Text Example
Text Example
White with #901678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901678; }
p { color: rgb(144,22,120); }
H1.HeaderClassName
{
color: #901678;
}
.AnyTagClassName
{
color: #901678;
}
</style>
background-color css
<style>
a { background-color: #901678; }
a { background-color: rgb(144,22,120); }
div.DivClassName
{
background-color: #901678;
}
.BgClassName
{
background-color: #901678;
}
</style>
border-color css
<style>
span { border-color: #901678; }
span { border-color: rgb(144,22,120); }
td.TdClassName
{
border-color: #901678;
}
.TagClassName
{
border-color: #901678;
}
</style>