#98839D

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

Shades of Amethyst Smoke #98839D

Tints of Amethyst Smoke #98839D

Color information

#98839D (or 0x98839D) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 83 and 9D. RGB value is (152,131,157). Sum of RGB (Red+Green+Blue) = 152+131+157=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #98839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98839D is #677C62. Grayscale: #8C8C8C. Windows color (decimal): -6782051 or 10322840. OLE color: 10322840.

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

Color convert

RGB152131157-
CMYK0.030.1700.38
HSL288.46º11.71%56.47%-
HSV(B)288.46º16.56%61.57%-
XYZ27.1525.3435.36-
YUV140.24137.46136.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=34.55%
G=29.77%
B=35.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521311570.030.1700.38288.4611.7156.47
Hex98839D311026120c38
Octal2302032353210464401470
Binary100110001000001110011101111000101001101001000001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98839D; }

 p { color: rgb(152,131,157); }

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

<style>
 a { background-color: #98839D; }

 a { background-color: rgb(152,131,157); }

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

<style>
 span { border-color: #98839D; }

 span { border-color: rgb(152,131,157); }

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