Shades of Zorba #9E9893
Tints of Zorba #9E9893
RGB
CMYK
RGB Variations
Color information
#9E9893 (or 0x9E9893) is known color: Zorba. HEX triplet: 9E, 98 and 93. RGB value is (158,152,147). Sum of RGB (Red+Green+Blue) = 158+152+147=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9893 is #61676C. Grayscale: #999999. Windows color (decimal): -6383469 or 9672862. OLE color: 9672862.
HSL color Cylindrical-coordinate representation of color #9E9893: hue angle of 27.27º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E9893 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 152 | 147 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.38 |
| HSL | 27.27º | 0.05% | 0.6% | - |
| HSV(B) | 27.27º | 0.07% | 0.62% | - |
| XYZ | 30.6 | 31.83 | 32.14 | - |
| YUV | 153.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 152 | 147 | 0 | 0.04 | 0.07 | 0.38 | 27.27 | 0.05 | 0.6 |
| Hex | 9E | 98 | 93 | 0 | 4 | 7 | 26 | 1B | 5 | 3C |
| Octal | 236 | 230 | 223 | 0 | 4 | 7 | 46 | 33 | 5 | 74 |
| Binary | 10011110 | 10011000 | 10010011 | 0 | 100 | 111 | 100110 | 11011 | 101 | 111100 |
Color Harmonies of #9E9893
Complementary color
Monochromatic Colors of #9E9893
Black with #9E9893
Text Example
Text Example
White with #9E9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9893; }
p { color: rgb(158,152,147); }
H1.HeaderClassName
{
color: #9E9893;
}
.AnyTagClassName
{
color: #9E9893;
}
</style>
background-color css
<style>
a { background-color: #9E9893; }
a { background-color: rgb(158,152,147); }
div.DivClassName
{
background-color: #9E9893;
}
.BgClassName
{
background-color: #9E9893;
}
</style>
border-color css
<style>
span { border-color: #9E9893; }
span { border-color: rgb(158,152,147); }
td.TdClassName
{
border-color: #9E9893;
}
.TagClassName
{
border-color: #9E9893;
}
</style>