Shades of Dark Purple #900A76
Tints of Dark Purple #900A76
RGB
CMYK
RGB Variations
Color information
#900A76 (or 0x900A76) is known color: Dark Purple. HEX triplet: 90, 0A and 76. RGB value is (144,10,118). Sum of RGB (Red+Green+Blue) = 144+10+118=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #900A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A76 is #6FF589. Grayscale: #3E3E3E. Windows color (decimal): -7337354 or 7735952. OLE color: 7735952.
HSL color Cylindrical-coordinate representation of color #900A76: hue angle of 311.64º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A76 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 118 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.44 |
| HSL | 311.64º | 0.87% | 0.3% | - |
| HSV(B) | 311.64º | 0.93% | 0.56% | - |
| XYZ | 14.88 | 7.45 | 17.79 | - |
| YUV | 62.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 118 | 0 | 0.93 | 0.18 | 0.44 | 311.64 | 0.87 | 0.3 |
| Hex | 90 | A | 76 | 0 | 5D | 12 | 2C | 138 | 57 | 1E |
| Octal | 220 | 12 | 166 | 0 | 135 | 22 | 54 | 470 | 127 | 36 |
| Binary | 10010000 | 1010 | 1110110 | 0 | 1011101 | 10010 | 101100 | 100111000 | 1010111 | 11110 |
Color Harmonies of #900A76
Complementary color
Monochromatic Colors of #900A76
Black with #900A76
Text Example
Text Example
White with #900A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A76; }
p { color: rgb(144,10,118); }
H1.HeaderClassName
{
color: #900A76;
}
.AnyTagClassName
{
color: #900A76;
}
</style>
background-color css
<style>
a { background-color: #900A76; }
a { background-color: rgb(144,10,118); }
div.DivClassName
{
background-color: #900A76;
}
.BgClassName
{
background-color: #900A76;
}
</style>
border-color css
<style>
span { border-color: #900A76; }
span { border-color: rgb(144,10,118); }
td.TdClassName
{
border-color: #900A76;
}
.TagClassName
{
border-color: #900A76;
}
</style>