Html Css Color HEX #9C97AD Santas Grey

📋 copy color: '#9C97AD'

red 156 ◦ green 151 ◦ blue 173

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

Shades of Santas Grey #9C97AD

Tints of Santas Grey #9C97AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 32.5%
G = 31.46%
B = 36.04%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C97AD (or 0x9C97AD) is known color: Santas Grey. HEX triplet: 9C, 97 and AD. RGB value is (156,151,173). Sum of RGB (Red+Green+Blue) = 156+151+173=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C97AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C97AD is #636852. Grayscale: #9A9A9A. Windows color (decimal): -6514771 or 11376540. OLE color: 11376540.

HSL color Cylindrical-coordinate representation of color #9C97AD: hue angle of 253.64º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C97AD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 151 173 -
CMYK 0.10 0.13 0 0.32
HSL 253.64º 0.12% 0.64% -
HSV(B) 253.64º 0.13% 0.68% -
XYZ 32.32 32.22 44.05 -
YUV 155 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 156 151 173 0.10 0.13 0 0.32 253.64 0.12 0.64
Hex 9C 97 AD A D 0 20 FE C 40
Octal 234 227 255 12 15 0 40 376 14 100
Binary 10011100 10010111 10101101 1010 1101 0 100000 11111110 1100 1000000

Color Harmonies of #9C97AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C97AD

Black with #9C97AD

Text Example


Text Example

White with #9C97AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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