#98809C

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

Shades of Amethyst Smoke #98809C

Tints of Amethyst Smoke #98809C

Color information

#98809C (or 0x98809C) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 80 and 9C. RGB value is (152,128,156). Sum of RGB (Red+Green+Blue) = 152+128+156=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 128 (50.39% from 255 or 29.36% 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 #98809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98809C is #677F63. Grayscale: #8A8A8A. Windows color (decimal): -6782820 or 10256536. OLE color: 10256536.

HSL color Cylindrical-coordinate representation of color #98809C: hue angle of 291.43º 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 #98809C is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152128156-
CMYK0.030.1800.39
HSL291.43º12.39%55.69%-
HSV(B)291.43º17.95%61.18%-
XYZ26.6724.5134.78-
YUV138.37137.95137.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 156 (61.33% from 255) = 35.78%
R=34.86%
G=29.36%
B=35.78%

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
Decimal1521281560.030.1800.39291.4312.3955.69
Hex98809C312027123c38
Octal2302002343220474431470
Binary100110001000000010011100111001001001111001000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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