#97859E

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

Shades of Amethyst Smoke #97859E

Tints of Amethyst Smoke #97859E

Color information

#97859E (or 0x97859E) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 85 and 9E. RGB value is (151,133,158). Sum of RGB (Red+Green+Blue) = 151+133+158=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 158 - color contains mainly: blue. Hex color #97859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97859E is #687A61. Grayscale: #8D8D8D. Windows color (decimal): -6847074 or 10388887. OLE color: 10388887.

HSL color Cylindrical-coordinate representation of color #97859E: hue angle of 283.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #97859E is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB151133158-
CMYK0.040.1600.38
HSL283.2º11.42%57.06%-
HSV(B)283.2º15.82%61.96%-
XYZ27.3225.8235.89-
YUV141.23137.46134.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=34.16%
G=30.09%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511331580.040.1600.38283.211.4257.06
Hex97859E41002611bb39
Octal2272052364200464331371
Binary1001011110000101100111101001000001001101000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97859E; }

 p { color: rgb(151,133,158); }

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

<style>
 a { background-color: #97859E; }

 a { background-color: rgb(151,133,158); }

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

<style>
 span { border-color: #97859E; }

 span { border-color: rgb(151,133,158); }

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