#97809B

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

Shades of Amethyst Smoke #97809B

Tints of Amethyst Smoke #97809B

Color information

#97809B (or 0x97809B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 80 and 9B. RGB value is (151,128,155). Sum of RGB (Red+Green+Blue) = 151+128+155=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #97809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97809B is #687F64. Grayscale: #898989. Windows color (decimal): -6848357 or 10190999. OLE color: 10190999.

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

Color convert

RGB151128155-
CMYK0.030.1700.39
HSL291.11º11.89%55.49%-
HSV(B)291.11º17.42%60.78%-
XYZ26.424.3834.33-
YUV137.95137.62137.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 128 (50.39% from 255) = 29.49%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=34.79%
G=29.49%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511281550.030.1700.39291.1111.8955.49
Hex97809B311027123c37
Octal2272002333210474431467
Binary100101111000000010011011111000101001111001000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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