#97809C

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

Shades of Amethyst Smoke #97809C

Tints of Amethyst Smoke #97809C

Color information

#97809C (or 0x97809C) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 80 and 9C. RGB value is (151,128,156). Sum of RGB (Red+Green+Blue) = 151+128+156=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #97809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97809C is #687F63. Grayscale: #898989. Windows color (decimal): -6848356 or 10256535. OLE color: 10256535.

HSL color Cylindrical-coordinate representation of color #97809C: hue angle of 289.29º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97809C is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151128156-
CMYK0.030.1800.39
HSL289.29º12.39%55.69%-
HSV(B)289.29º17.95%61.18%-
XYZ26.4824.4234.77-
YUV138.07138.12137.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=34.71%
G=29.43%
B=35.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511281560.030.1800.39289.2912.3955.69
Hex97809C312027121c38
Octal2272002343220474411470
Binary100101111000000010011100111001001001111001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97809C; }

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

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

<style>
 a { background-color: #97809C; }

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

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

<style>
 span { border-color: #97809C; }

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

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