Html Css Color HEX #9C9AAD Santas Grey

📋 copy color: '#9C9AAD'

red 156 ◦ green 154 ◦ blue 173

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

Shades of Santas Grey #9C9AAD

Tints of Santas Grey #9C9AAD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.88%

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

R = 32.3%
G = 31.88%
B = 35.82%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C9AAD (or 0x9C9AAD) is known color: Santas Grey. HEX triplet: 9C, 9A and AD. RGB value is (156,154,173). Sum of RGB (Red+Green+Blue) = 156+154+173=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9AAD is #636552. Grayscale: #9C9C9C. Windows color (decimal): -6514003 or 11377308. OLE color: 11377308.

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

Color convert

RGB 156 154 173 -
CMYK 0.10 0.11 0 0.32
HSL 246.32º 0.1% 0.64% -
HSV(B) 246.32º 0.11% 0.68% -
XYZ 32.81 33.2 44.21 -
YUV 156.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 156 154 173 0.10 0.11 0 0.32 246.32 0.1 0.64
Hex 9C 9A AD A B 0 20 F6 A 40
Octal 234 232 255 12 13 0 40 366 12 100
Binary 10011100 10011010 10101101 1010 1011 0 100000 11110110 1010 1000000

Color Harmonies of #9C9AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9AAD

Black with #9C9AAD

Text Example


Text Example

White with #9C9AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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