Shades of Dark Purple #900D76
Tints of Dark Purple #900D76
RGB
CMYK
RGB Variations
Color information
#900D76 (or 0x900D76) is known color: Dark Purple. HEX triplet: 90, 0D and 76. RGB value is (144,13,118). Sum of RGB (Red+Green+Blue) = 144+13+118=275 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.36% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 144 - color contains mainly: red. Hex color #900D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900D76 is #6FF289. Grayscale: #3F3F3F. Windows color (decimal): -7336586 or 7736720. OLE color: 7736720.
HSL color Cylindrical-coordinate representation of color #900D76: hue angle of 311.91º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D76 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 13 | 118 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.44 |
| HSL | 311.91º | 0.83% | 0.31% | - |
| HSV(B) | 311.91º | 0.91% | 0.56% | - |
| XYZ | 14.92 | 7.53 | 17.81 | - |
| YUV | 64.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 13 | 118 | 0 | 0.91 | 0.18 | 0.44 | 311.91 | 0.83 | 0.31 |
| Hex | 90 | D | 76 | 0 | 5B | 12 | 2C | 138 | 53 | 1F |
| Octal | 220 | 15 | 166 | 0 | 133 | 22 | 54 | 470 | 123 | 37 |
| Binary | 10010000 | 1101 | 1110110 | 0 | 1011011 | 10010 | 101100 | 100111000 | 1010011 | 11111 |
Color Harmonies of #900D76
Complementary color
Monochromatic Colors of #900D76
Black with #900D76
Text Example
Text Example
White with #900D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900D76; }
p { color: rgb(144,13,118); }
H1.HeaderClassName
{
color: #900D76;
}
.AnyTagClassName
{
color: #900D76;
}
</style>
background-color css
<style>
a { background-color: #900D76; }
a { background-color: rgb(144,13,118); }
div.DivClassName
{
background-color: #900D76;
}
.BgClassName
{
background-color: #900D76;
}
</style>
border-color css
<style>
span { border-color: #900D76; }
span { border-color: rgb(144,13,118); }
td.TdClassName
{
border-color: #900D76;
}
.TagClassName
{
border-color: #900D76;
}
</style>