#9C82A7

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

Shades of Amethyst Smoke #9C82A7

Tints of Amethyst Smoke #9C82A7

Color information

#9C82A7 (or 0x9C82A7) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 82 and A7. RGB value is (156,130,167). Sum of RGB (Red+Green+Blue) = 156+130+167=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 167 - color contains mainly: blue. Hex color #9C82A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C82A7 is #637D58. Grayscale: #8D8D8D. Windows color (decimal): -6520153 or 10977948. OLE color: 10977948.

HSL color Cylindrical-coordinate representation of color #9C82A7: hue angle of 282.16º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C82A7 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB156130167-
CMYK0.070.2200.35
HSL282.16º17.37%58.24%-
HSV(B)282.16º22.16%65.49%-
XYZ28.6725.8240.03-
YUV141.99142.11137.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 167 (65.62% from 255) = 36.87%
R=34.44%
G=28.70%
B=36.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561301670.070.2200.35282.1617.3758.24
Hex9C82A771602311a113a
Octal2342022477260434322172
Binary10011100100000101010011111110110010001110001101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C82A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,167); }

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

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

 a { background-color: rgb(156,130,167); }

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

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

 span { border-color: rgb(156,130,167); }

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