Html Css Color HEX #98889C Amethyst Smoke

📋 copy color: '#98889C'

red 152 ◦ green 136 ◦ blue 156

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

Shades of Amethyst Smoke #98889C

Tints of Amethyst Smoke #98889C

RGB

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

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

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

R = 34.23%
G = 30.63%
B = 35.14%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98889C (or 0x98889C) is known color: Amethyst Smoke. HEX triplet: 98, 88 and 9C. RGB value is (152,136,156). Sum of RGB (Red+Green+Blue) = 152+136+156=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 156 - color contains mainly: blue. Hex color #98889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98889C is #677763. Grayscale: #8F8F8F. Windows color (decimal): -6780772 or 10258584. OLE color: 10258584.

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

Color convert

RGB 152 136 156 -
CMYK 0.03 0.13 0 0.39
HSL 288º 0.09% 0.57% -
HSV(B) 288º 0.13% 0.61% -
XYZ 27.75 26.68 35.14 -
YUV 143.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 152 136 156 0.03 0.13 0 0.39 288 0.09 0.57
Hex 98 88 9C 3 D 0 27 120 9 39
Octal 230 210 234 3 15 0 47 440 11 71
Binary 10011000 10001000 10011100 11 1101 0 100111 100100000 1001 111001

Color Harmonies of #98889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98889C

Black with #98889C

Text Example


Text Example

White with #98889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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