Shades of Dark Purple #900F7E
Tints of Dark Purple #900F7E
RGB
CMYK
RGB Variations
Color information
#900F7E (or 0x900F7E) is known color: Dark Purple. HEX triplet: 90, 0F and 7E. RGB value is (144,15,126). Sum of RGB (Red+Green+Blue) = 144+15+126=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #900F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F7E is #6FF081. Grayscale: #414141. Windows color (decimal): -7336066 or 8261520. OLE color: 8261520.
HSL color Cylindrical-coordinate representation of color #900F7E: hue angle of 308.37º 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 #900F7E is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 126 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.44 |
| HSL | 308.37º | 0.81% | 0.31% | - |
| HSV(B) | 308.37º | 0.9% | 0.56% | - |
| XYZ | 15.44 | 7.78 | 20.43 | - |
| YUV | 66.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 126 | 0 | 0.90 | 0.12 | 0.44 | 308.37 | 0.81 | 0.31 |
| Hex | 90 | F | 7E | 0 | 5A | C | 2C | 134 | 51 | 1F |
| Octal | 220 | 17 | 176 | 0 | 132 | 14 | 54 | 464 | 121 | 37 |
| Binary | 10010000 | 1111 | 1111110 | 0 | 1011010 | 1100 | 101100 | 100110100 | 1010001 | 11111 |
Color Harmonies of #900F7E
Complementary color
Monochromatic Colors of #900F7E
Black with #900F7E
Text Example
Text Example
White with #900F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F7E; }
p { color: rgb(144,15,126); }
H1.HeaderClassName
{
color: #900F7E;
}
.AnyTagClassName
{
color: #900F7E;
}
</style>
background-color css
<style>
a { background-color: #900F7E; }
a { background-color: rgb(144,15,126); }
div.DivClassName
{
background-color: #900F7E;
}
.BgClassName
{
background-color: #900F7E;
}
</style>
border-color css
<style>
span { border-color: #900F7E; }
span { border-color: rgb(144,15,126); }
td.TdClassName
{
border-color: #900F7E;
}
.TagClassName
{
border-color: #900F7E;
}
</style>