Shades of Dark Purple #901A6C
Tints of Dark Purple #901A6C
RGB
CMYK
RGB Variations
Color information
#901A6C (or 0x901A6C) is known color: Dark Purple. HEX triplet: 90, 1A and 6C. RGB value is (144,26,108). Sum of RGB (Red+Green+Blue) = 144+26+108=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #901A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A6C is #6FE593. Grayscale: #464646. Windows color (decimal): -7333268 or 7084688. OLE color: 7084688.
HSL color Cylindrical-coordinate representation of color #901A6C: hue angle of 318.31º 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 #901A6C is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 108 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.44 |
| HSL | 318.31º | 0.69% | 0.33% | - |
| HSV(B) | 318.31º | 0.82% | 0.56% | - |
| XYZ | 14.58 | 7.75 | 14.92 | - |
| YUV | 70.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 108 | 0 | 0.82 | 0.25 | 0.44 | 318.31 | 0.69 | 0.33 |
| Hex | 90 | 1A | 6C | 0 | 52 | 19 | 2C | 13E | 45 | 21 |
| Octal | 220 | 32 | 154 | 0 | 122 | 31 | 54 | 476 | 105 | 41 |
| Binary | 10010000 | 11010 | 1101100 | 0 | 1010010 | 11001 | 101100 | 100111110 | 1000101 | 100001 |
Color Harmonies of #901A6C
Complementary color
Monochromatic Colors of #901A6C
Black with #901A6C
Text Example
Text Example
White with #901A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A6C; }
p { color: rgb(144,26,108); }
H1.HeaderClassName
{
color: #901A6C;
}
.AnyTagClassName
{
color: #901A6C;
}
</style>
background-color css
<style>
a { background-color: #901A6C; }
a { background-color: rgb(144,26,108); }
div.DivClassName
{
background-color: #901A6C;
}
.BgClassName
{
background-color: #901A6C;
}
</style>
border-color css
<style>
span { border-color: #901A6C; }
span { border-color: rgb(144,26,108); }
td.TdClassName
{
border-color: #901A6C;
}
.TagClassName
{
border-color: #901A6C;
}
</style>