Shades of Dark Purple #901A67
Tints of Dark Purple #901A67
RGB
CMYK
RGB Variations
Color information
#901A67 (or 0x901A67) is known color: Dark Purple. HEX triplet: 90, 1A and 67. RGB value is (144,26,103). Sum of RGB (Red+Green+Blue) = 144+26+103=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #901A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A67 is #6FE598. Grayscale: #454545. Windows color (decimal): -7333273 or 6757008. OLE color: 6757008.
HSL color Cylindrical-coordinate representation of color #901A67: hue angle of 320.85º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A67 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 103 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.44 |
| HSL | 320.85º | 0.69% | 0.33% | - |
| HSV(B) | 320.85º | 0.82% | 0.56% | - |
| XYZ | 14.32 | 7.65 | 13.55 | - |
| YUV | 70.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 103 | 0 | 0.82 | 0.28 | 0.44 | 320.85 | 0.69 | 0.33 |
| Hex | 90 | 1A | 67 | 0 | 52 | 1C | 2C | 141 | 45 | 21 |
| Octal | 220 | 32 | 147 | 0 | 122 | 34 | 54 | 501 | 105 | 41 |
| Binary | 10010000 | 11010 | 1100111 | 0 | 1010010 | 11100 | 101100 | 101000001 | 1000101 | 100001 |
Color Harmonies of #901A67
Complementary color
Monochromatic Colors of #901A67
Black with #901A67
Text Example
Text Example
White with #901A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A67; }
p { color: rgb(144,26,103); }
H1.HeaderClassName
{
color: #901A67;
}
.AnyTagClassName
{
color: #901A67;
}
</style>
background-color css
<style>
a { background-color: #901A67; }
a { background-color: rgb(144,26,103); }
div.DivClassName
{
background-color: #901A67;
}
.BgClassName
{
background-color: #901A67;
}
</style>
border-color css
<style>
span { border-color: #901A67; }
span { border-color: rgb(144,26,103); }
td.TdClassName
{
border-color: #901A67;
}
.TagClassName
{
border-color: #901A67;
}
</style>