Html Css Color HEX #9C97A6 Grey Suit

📋 copy color: '#9C97A6'

red 156 ◦ green 151 ◦ blue 166

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

Shades of Grey Suit #9C97A6

Tints of Grey Suit #9C97A6

RGB

 RED value IS 156 (61.33% from 255) = 32.98%

 GREEN value IS 151 (59.38% from 255) = 31.92%

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 32.98%
G = 31.92%
B = 35.1%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9C97A6 (or 0x9C97A6) is known color: Grey Suit. HEX triplet: 9C, 97 and A6. RGB value is (156,151,166). Sum of RGB (Red+Green+Blue) = 156+151+166=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 166 - color contains mainly: blue. Hex color #9C97A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C97A6 is #636859. Grayscale: #9A9A9A. Windows color (decimal): -6514778 or 10917788. OLE color: 10917788.

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

Color convert

RGB 156 151 166 -
CMYK 0.06 0.09 0 0.35
HSL 260º 0.08% 0.62% -
HSV(B) 260º 0.09% 0.65% -
XYZ 31.66 31.95 40.58 -
YUV 154.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 156 151 166 0.06 0.09 0 0.35 260 0.08 0.62
Hex 9C 97 A6 6 9 0 23 104 8 3E
Octal 234 227 246 6 11 0 43 404 10 76
Binary 10011100 10010111 10100110 110 1001 0 100011 100000100 1000 111110

Color Harmonies of #9C97A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C97A6

Black with #9C97A6

Text Example


Text Example

White with #9C97A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,151,166); }

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

background-color css

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

 a { background-color: rgb(156,151,166); }

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

border-color css

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

 span { border-color: rgb(156,151,166); }

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