Shades of Melanzane #090006
Tints of Melanzane #090006
RGB
CMYK
RGB Variations
Color information
#090006 (or 0x090006) is known color: Melanzane. HEX triplet: 09, 00 and 06. RGB value is (9,0,6). Sum of RGB (Red+Green+Blue) = 9+0+6=15 (1% of max value = 765). Red value is 9 (3.91% from 255 or 60% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 9 - color contains mainly: red. Hex color #090006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090006 is #F6FFF9. Grayscale: #030303. Windows color (decimal): -16187386 or 393225. OLE color: 393225.
HSL color Cylindrical-coordinate representation of color #090006: hue angle of 320º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090006 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.33 | 0.96 |
| HSL | 320º | 1% | 0.02% | - |
| HSV(B) | 320º | 1% | 0.04% | - |
| XYZ | 0.15 | 0.07 | 0.18 | - |
| YUV | 3.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 6 | 0 | 1 | 0.33 | 0.96 | 320 | 1 | 0.02 |
| Hex | 9 | 0 | 6 | 0 | 64 | 21 | 60 | 140 | 64 | 2 |
| Octal | 11 | 0 | 6 | 0 | 144 | 41 | 140 | 500 | 144 | 2 |
| Binary | 1001 | 0 | 110 | 0 | 1100100 | 100001 | 1100000 | 101000000 | 1100100 | 10 |
Color Harmonies of #090006
Complementary color
Monochromatic Colors of #090006
Black with #090006
Text Example
Text Example
White with #090006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090006; }
p { color: rgb(9,0,6); }
H1.HeaderClassName
{
color: #090006;
}
.AnyTagClassName
{
color: #090006;
}
</style>
background-color css
<style>
a { background-color: #090006; }
a { background-color: rgb(9,0,6); }
div.DivClassName
{
background-color: #090006;
}
.BgClassName
{
background-color: #090006;
}
</style>
border-color css
<style>
span { border-color: #090006; }
span { border-color: rgb(9,0,6); }
td.TdClassName
{
border-color: #090006;
}
.TagClassName
{
border-color: #090006;
}
</style>