Html Css Color HEX #98899C Amethyst Smoke

📋 copy color: '#98899C'

red 152 ◦ green 137 ◦ blue 156

#98899C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #98899C

Tints of Amethyst Smoke #98899C

RGB

 RED value IS 152 (59.77% from 255) = 34.16%

 GREEN value IS 137 (53.91% from 255) = 30.79%

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 34.16%
G = 30.79%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98899C (or 0x98899C) is known color: Amethyst Smoke. HEX triplet: 98, 89 and 9C. RGB value is (152,137,156). Sum of RGB (Red+Green+Blue) = 152+137+156=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 156 - color contains mainly: blue. Hex color #98899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98899C is #677663. Grayscale: #8F8F8F. Windows color (decimal): -6780516 or 10258840. OLE color: 10258840.

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

Color convert

RGB 152 137 156 -
CMYK 0.03 0.12 0 0.39
HSL 287.37º 0.09% 0.57% -
HSV(B) 287.37º 0.12% 0.61% -
XYZ 27.9 26.97 35.19 -
YUV 143.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 152 137 156 0.03 0.12 0 0.39 287.37 0.09 0.57
Hex 98 89 9C 3 C 0 27 11F 9 39
Octal 230 211 234 3 14 0 47 437 11 71
Binary 10011000 10001001 10011100 11 1100 0 100111 100011111 1001 111001

Color Harmonies of #98899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98899C

Black with #98899C

Text Example


Text Example

White with #98899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98899C;
 }
 .AnyTagClassName
 {
   color: #98899C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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