#97819C

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

Shades of Amethyst Smoke #97819C

Tints of Amethyst Smoke #97819C

Color information

#97819C (or 0x97819C) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 81 and 9C. RGB value is (151,129,156). Sum of RGB (Red+Green+Blue) = 151+129+156=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 156 - color contains mainly: blue. Hex color #97819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97819C is #687E63. Grayscale: #8A8A8A. Windows color (decimal): -6848100 or 10256791. OLE color: 10256791.

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

Color convert

RGB151129156-
CMYK0.030.1700.39
HSL288.89º12%55.88%-
HSV(B)288.89º17.31%61.18%-
XYZ26.6124.6834.81-
YUV138.66137.79136.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=34.63%
G=29.59%
B=35.78%

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
Decimal1511291560.030.1700.39288.891255.88
Hex97819C311027121c38
Octal2272012343210474411470
Binary100101111000000110011100111000101001111001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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