Html Css Color HEX #98889D Amethyst Smoke

📋 copy color: '#98889D'

red 152 ◦ green 136 ◦ blue 157

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

Shades of Amethyst Smoke #98889D

Tints of Amethyst Smoke #98889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.56%

 BLUE value IS 157 (61.72% from 255) = 35.28%

R = 34.16%
G = 30.56%
B = 35.28%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98889D (or 0x98889D) is known color: Amethyst Smoke. HEX triplet: 98, 88 and 9D. RGB value is (152,136,157). Sum of RGB (Red+Green+Blue) = 152+136+157=445 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.16% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #98889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98889D is #677762. Grayscale: #8F8F8F. Windows color (decimal): -6780771 or 10324120. OLE color: 10324120.

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

Color convert

RGB 152 136 157 -
CMYK 0.03 0.13 0 0.38
HSL 285.71º 0.1% 0.57% -
HSV(B) 285.71º 0.13% 0.62% -
XYZ 27.84 26.72 35.59 -
YUV 143.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 152 136 157 0.03 0.13 0 0.38 285.71 0.1 0.57
Hex 98 88 9D 3 D 0 26 11E A 39
Octal 230 210 235 3 15 0 46 436 12 71
Binary 10011000 10001000 10011101 11 1101 0 100110 100011110 1010 111001

Color Harmonies of #98889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98889D

Black with #98889D

Text Example


Text Example

White with #98889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98889D;
 }
 .AnyTagClassName
 {
   color: #98889D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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