Shades of Dark Purple #901A6B
Tints of Dark Purple #901A6B
RGB
CMYK
RGB Variations
Color information
#901A6B (or 0x901A6B) is known color: Dark Purple. HEX triplet: 90, 1A and 6B. RGB value is (144,26,107). Sum of RGB (Red+Green+Blue) = 144+26+107=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #901A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901A6B is #6FE594. Grayscale: #464646. Windows color (decimal): -7333269 or 7019152. OLE color: 7019152.
HSL color Cylindrical-coordinate representation of color #901A6B: hue angle of 318.81º 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 #901A6B is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 107 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.44 |
| HSL | 318.81º | 0.69% | 0.33% | - |
| HSV(B) | 318.81º | 0.82% | 0.56% | - |
| XYZ | 14.52 | 7.73 | 14.64 | - |
| YUV | 70.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 107 | 0 | 0.82 | 0.26 | 0.44 | 318.81 | 0.69 | 0.33 |
| Hex | 90 | 1A | 6B | 0 | 52 | 1A | 2C | 13F | 45 | 21 |
| Octal | 220 | 32 | 153 | 0 | 122 | 32 | 54 | 477 | 105 | 41 |
| Binary | 10010000 | 11010 | 1101011 | 0 | 1010010 | 11010 | 101100 | 100111111 | 1000101 | 100001 |
Color Harmonies of #901A6B
Complementary color
Monochromatic Colors of #901A6B
Black with #901A6B
Text Example
Text Example
White with #901A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A6B; }
p { color: rgb(144,26,107); }
H1.HeaderClassName
{
color: #901A6B;
}
.AnyTagClassName
{
color: #901A6B;
}
</style>
background-color css
<style>
a { background-color: #901A6B; }
a { background-color: rgb(144,26,107); }
div.DivClassName
{
background-color: #901A6B;
}
.BgClassName
{
background-color: #901A6B;
}
</style>
border-color css
<style>
span { border-color: #901A6B; }
span { border-color: rgb(144,26,107); }
td.TdClassName
{
border-color: #901A6B;
}
.TagClassName
{
border-color: #901A6B;
}
</style>