Shades of Melanzane #090508
Tints of Melanzane #090508
RGB
CMYK
RGB Variations
Color information
#090508 (or 0x090508) is known color: Melanzane. HEX triplet: 09, 05 and 08. RGB value is (9,5,8). Sum of RGB (Red+Green+Blue) = 9+5+8=22 (2% of max value = 765). Red value is 9 (3.91% from 255 or 40.91% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 9 - color contains mainly: red. Hex color #090508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090508 is #F6FAF7. Grayscale: #060606. Windows color (decimal): -16186104 or 525577. OLE color: 525577.
HSL color Cylindrical-coordinate representation of color #090508: hue angle of 315º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #090508 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.96.
Color convert
RGB | 9 | 5 | 8 | - |
CMYK | 0 | 0.44 | 0.11 | 0.96 |
HSL | 315º | 0.29% | 0.03% | - |
HSV(B) | 315º | 0.44% | 0.04% | - |
XYZ | 0.21 | 0.18 | 0.25 | - |
YUV | 6.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 5 | 8 | 0 | 0.44 | 0.11 | 0.96 | 315 | 0.29 | 0.03 |
Hex | 9 | 5 | 8 | 0 | 2C | B | 60 | 13B | 1D | 3 |
Octal | 11 | 5 | 10 | 0 | 54 | 13 | 140 | 473 | 35 | 3 |
Binary | 1001 | 101 | 1000 | 0 | 101100 | 1011 | 1100000 | 100111011 | 11101 | 11 |
Color Harmonies of #090508
Complementary color
Monochromatic Colors of #090508
Black with #090508
Text Example
Text Example
White with #090508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090508; }
p { color: rgb(9,5,8); }
H1.HeaderClassName
{
color: #090508;
}
.AnyTagClassName
{
color: #090508;
}
</style>
background-color css
<style>
a { background-color: #090508; }
a { background-color: rgb(9,5,8); }
div.DivClassName
{
background-color: #090508;
}
.BgClassName
{
background-color: #090508;
}
</style>
border-color css
<style>
span { border-color: #090508; }
span { border-color: rgb(9,5,8); }
td.TdClassName
{
border-color: #090508;
}
.TagClassName
{
border-color: #090508;
}
</style>