Html Css Color HEX #9C96AA Grey Suit

📋 copy color: '#9C96AA'

red 156 ◦ green 150 ◦ blue 170

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

Shades of Grey Suit #9C96AA

Tints of Grey Suit #9C96AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 32.77%
G = 31.51%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C96AA (or 0x9C96AA) is known color: Grey Suit. HEX triplet: 9C, 96 and AA. RGB value is (156,150,170). Sum of RGB (Red+Green+Blue) = 156+150+170=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C96AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C96AA is #636955. Grayscale: #9A9A9A. Windows color (decimal): -6515030 or 11179676. OLE color: 11179676.

HSL color Cylindrical-coordinate representation of color #9C96AA: hue angle of 258º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C96AA is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 150 170 -
CMYK 0.08 0.12 0 0.33
HSL 258º 0.11% 0.63% -
HSV(B) 258º 0.12% 0.67% -
XYZ 31.87 31.78 42.49 -
YUV 154.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 156 150 170 0.08 0.12 0 0.33 258 0.11 0.63
Hex 9C 96 AA 8 C 0 21 102 B 3F
Octal 234 226 252 10 14 0 41 402 13 77
Binary 10011100 10010110 10101010 1000 1100 0 100001 100000010 1011 111111

Color Harmonies of #9C96AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C96AA

Black with #9C96AA

Text Example


Text Example

White with #9C96AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,150,170); }

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

background-color css

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

 a { background-color: rgb(156,150,170); }

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

border-color css

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

 span { border-color: rgb(156,150,170); }

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