#98819D

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

Shades of Amethyst Smoke #98819D

Tints of Amethyst Smoke #98819D

Color information

#98819D (or 0x98819D) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 81 and 9D. RGB value is (152,129,157). Sum of RGB (Red+Green+Blue) = 152+129+157=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #98819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98819D is #677E62. Grayscale: #8A8A8A. Windows color (decimal): -6782563 or 10322328. OLE color: 10322328.

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

Color convert

RGB152129157-
CMYK0.030.1800.38
HSL289.29º12.5%56.08%-
HSV(B)289.29º17.83%61.57%-
XYZ26.8824.8135.27-
YUV139.07138.12137.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 129 (50.78% from 255) = 29.45%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=34.70%
G=29.45%
B=35.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521291570.030.1800.38289.2912.556.08
Hex98819D312026121c38
Octal2302012353220464411470
Binary100110001000000110011101111001001001101001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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