#9C82AB

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

Shades of Amethyst Smoke #9C82AB

Tints of Amethyst Smoke #9C82AB

Color information

#9C82AB (or 0x9C82AB) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 82 and AB. RGB value is (156,130,171). Sum of RGB (Red+Green+Blue) = 156+130+171=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C82AB is #637D54. Grayscale: #8E8E8E. Windows color (decimal): -6520149 or 11240092. OLE color: 11240092.

HSL color Cylindrical-coordinate representation of color #9C82AB: hue angle of 278.05º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C82AB is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156130171-
CMYK0.090.2400.33
HSL278.05º19.62%59.02%-
HSV(B)278.05º23.98%67.06%-
XYZ29.0425.9742.01-
YUV142.45144.11137.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=34.14%
G=28.45%
B=37.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561301710.090.2400.33278.0519.6259.02
Hex9C82AB918021116143b
Octal23420225311300414262473
Binary100111001000001010101011100111000010000110001011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C82AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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