Shades of Star Dust #9F9F95
Tints of Star Dust #9F9F95
RGB
CMYK
RGB Variations
Color information
#9F9F95 (or 0x9F9F95) is known color: Star Dust. HEX triplet: 9F, 9F and 95. RGB value is (159,159,149). Sum of RGB (Red+Green+Blue) = 159+159+149=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9F95 is #60606A. Grayscale: #9D9D9D. Windows color (decimal): -6316139 or 9805727. OLE color: 9805727.
HSL color Cylindrical-coordinate representation of color #9F9F95: hue angle of 60º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F9F95 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 159 | 149 | - |
CMYK | 0 | 0 | 0.06 | 0.38 |
HSL | 60º | 0.05% | 0.6% | - |
HSV(B) | 60º | 0.06% | 0.62% | - |
XYZ | 32.12 | 34.34 | 33.37 | - |
YUV | 157.86 | 123 | 128.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 159 | 149 | 0 | 0 | 0.06 | 0.38 | 60 | 0.05 | 0.6 |
Hex | 9F | 9F | 95 | 0 | 0 | 6 | 26 | 3C | 5 | 3C |
Octal | 237 | 237 | 225 | 0 | 0 | 6 | 46 | 74 | 5 | 74 |
Binary | 10011111 | 10011111 | 10010101 | 0 | 0 | 110 | 100110 | 111100 | 101 | 111100 |
Color Harmonies of #9F9F95
Complementary color
Monochromatic Colors of #9F9F95
Black with #9F9F95
Text Example
Text Example
White with #9F9F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9F95; }
p { color: rgb(159,159,149); }
H1.HeaderClassName
{
color: #9F9F95;
}
.AnyTagClassName
{
color: #9F9F95;
}
</style>
background-color css
<style>
a { background-color: #9F9F95; }
a { background-color: rgb(159,159,149); }
div.DivClassName
{
background-color: #9F9F95;
}
.BgClassName
{
background-color: #9F9F95;
}
</style>
border-color css
<style>
span { border-color: #9F9F95; }
span { border-color: rgb(159,159,149); }
td.TdClassName
{
border-color: #9F9F95;
}
.TagClassName
{
border-color: #9F9F95;
}
</style>