Shades of Dark Purple #900F7D
Tints of Dark Purple #900F7D
RGB
CMYK
RGB Variations
Color information
#900F7D (or 0x900F7D) is known color: Dark Purple. HEX triplet: 90, 0F and 7D. RGB value is (144,15,125). Sum of RGB (Red+Green+Blue) = 144+15+125=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #900F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F7D is #6FF082. Grayscale: #414141. Windows color (decimal): -7336067 or 8195984. OLE color: 8195984.
HSL color Cylindrical-coordinate representation of color #900F7D: hue angle of 308.84º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F7D is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 125 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.44 |
| HSL | 308.84º | 0.81% | 0.31% | - |
| HSV(B) | 308.84º | 0.9% | 0.56% | - |
| XYZ | 15.37 | 7.75 | 20.09 | - |
| YUV | 66.11 | 161.24 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 125 | 0 | 0.90 | 0.13 | 0.44 | 308.84 | 0.81 | 0.31 |
| Hex | 90 | F | 7D | 0 | 5A | D | 2C | 135 | 51 | 1F |
| Octal | 220 | 17 | 175 | 0 | 132 | 15 | 54 | 465 | 121 | 37 |
| Binary | 10010000 | 1111 | 1111101 | 0 | 1011010 | 1101 | 101100 | 100110101 | 1010001 | 11111 |
Color Harmonies of #900F7D
Complementary color
Monochromatic Colors of #900F7D
Black with #900F7D
Text Example
Text Example
White with #900F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F7D; }
p { color: rgb(144,15,125); }
H1.HeaderClassName
{
color: #900F7D;
}
.AnyTagClassName
{
color: #900F7D;
}
</style>
background-color css
<style>
a { background-color: #900F7D; }
a { background-color: rgb(144,15,125); }
div.DivClassName
{
background-color: #900F7D;
}
.BgClassName
{
background-color: #900F7D;
}
</style>
border-color css
<style>
span { border-color: #900F7D; }
span { border-color: rgb(144,15,125); }
td.TdClassName
{
border-color: #900F7D;
}
.TagClassName
{
border-color: #900F7D;
}
</style>