#9C7CA4

Color #9C7CA4 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #9C7CA4

Tints of Amethyst Smoke #9C7CA4

Color information

#9C7CA4 (or 0x9C7CA4) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 7C and A4. RGB value is (156,124,164). Sum of RGB (Red+Green+Blue) = 156+124+164=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7CA4 is #63835B. Grayscale: #8A8A8A. Windows color (decimal): -6521692 or 10779804. OLE color: 10779804.

HSL color Cylindrical-coordinate representation of color #9C7CA4: hue angle of 288º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C7CA4 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB156124164-
CMYK0.050.2400.36
HSL288º18.02%56.47%-
HSV(B)288º24.39%64.31%-
XYZ27.6224.1638.33-
YUV138.13142.6140.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.14%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=35.14%
G=27.93%
B=36.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561241640.050.2400.3628818.0256.47
Hex9C7CA45180241201238
Octal2341742445300444402270
Binary1001110011111001010010010111000010010010010000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,164); }

 H1.HeaderClassName
 {
   color: #9C7CA4;
 }
 .AnyTagClassName
 {
   color: #9C7CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(156,124,164); }

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

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

 span { border-color: rgb(156,124,164); }

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