Shades of Dark Purple #901A68
Tints of Dark Purple #901A68
RGB
CMYK
RGB Variations
Color information
#901A68 (or 0x901A68) is known color: Dark Purple. HEX triplet: 90, 1A and 68. RGB value is (144,26,104). Sum of RGB (Red+Green+Blue) = 144+26+104=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #901A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A68 is #6FE597. Grayscale: #454545. Windows color (decimal): -7333272 or 6822544. OLE color: 6822544.
HSL color Cylindrical-coordinate representation of color #901A68: hue angle of 320.34º 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 #901A68 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 104 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.44 |
| HSL | 320.34º | 0.69% | 0.33% | - |
| HSV(B) | 320.34º | 0.82% | 0.56% | - |
| XYZ | 14.37 | 7.67 | 13.82 | - |
| YUV | 70.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 104 | 0 | 0.82 | 0.28 | 0.44 | 320.34 | 0.69 | 0.33 |
| Hex | 90 | 1A | 68 | 0 | 52 | 1C | 2C | 140 | 45 | 21 |
| Octal | 220 | 32 | 150 | 0 | 122 | 34 | 54 | 500 | 105 | 41 |
| Binary | 10010000 | 11010 | 1101000 | 0 | 1010010 | 11100 | 101100 | 101000000 | 1000101 | 100001 |
Color Harmonies of #901A68
Complementary color
Monochromatic Colors of #901A68
Black with #901A68
Text Example
Text Example
White with #901A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A68; }
p { color: rgb(144,26,104); }
H1.HeaderClassName
{
color: #901A68;
}
.AnyTagClassName
{
color: #901A68;
}
</style>
background-color css
<style>
a { background-color: #901A68; }
a { background-color: rgb(144,26,104); }
div.DivClassName
{
background-color: #901A68;
}
.BgClassName
{
background-color: #901A68;
}
</style>
border-color css
<style>
span { border-color: #901A68; }
span { border-color: rgb(144,26,104); }
td.TdClassName
{
border-color: #901A68;
}
.TagClassName
{
border-color: #901A68;
}
</style>