Html Css Color HEX #9F9399 Shady Lady

📋 copy color: '#9F9399'

red 159 ◦ green 147 ◦ blue 153

#9F9399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #9F9399

Tints of Shady Lady #9F9399

RGB

 RED value IS 159 (62.5% from 255) = 34.64%

 GREEN value IS 147 (57.81% from 255) = 32.03%

 BLUE value IS 153 (60.16% from 255) = 33.33%

R = 34.64%
G = 32.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9F9399 (or 0x9F9399) is known color: Shady Lady. HEX triplet: 9F, 93 and 99. RGB value is (159,147,153). Sum of RGB (Red+Green+Blue) = 159+147+153=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9399 is #606C66. Grayscale: #979797. Windows color (decimal): -6319207 or 10064799. OLE color: 10064799.

HSL color Cylindrical-coordinate representation of color #9F9399: hue angle of 330º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9399 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 147 153 -
CMYK 0 0.08 0.04 0.38
HSL 330º 0.06% 0.6% -
HSV(B) 330º 0.08% 0.62% -
XYZ 30.48 30.54 34.42 -
YUV 151.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 159 147 153 0 0.08 0.04 0.38 330 0.06 0.6
Hex 9F 93 99 0 8 4 26 14A 6 3C
Octal 237 223 231 0 10 4 46 512 6 74
Binary 10011111 10010011 10011001 0 1000 100 100110 101001010 110 111100

Color Harmonies of #9F9399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9399

Black with #9F9399

Text Example


Text Example

White with #9F9399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F9399; }

 p { color: rgb(159,147,153); }

 H1.HeaderClassName
 {
   color: #9F9399;
 }
 .AnyTagClassName
 {
   color: #9F9399;
 }
</style>

background-color css

<style>
 a { background-color: #9F9399; }

 a { background-color: rgb(159,147,153); }

 div.DivClassName
 {
   background-color: #9F9399;
 }
 .BgClassName
 {
   background-color: #9F9399;
 }
</style>

border-color css

<style>
 span { border-color: #9F9399; }

 span { border-color: rgb(159,147,153); }

 td.TdClassName
 {
   border-color: #9F9399;
 }
 .TagClassName
 {
   border-color: #9F9399;
 }
</style>