Html Css Color HEX #989599 Amethyst Smoke

📋 copy color: '#989599'

red 152 ◦ green 149 ◦ blue 153

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

Shades of Amethyst Smoke #989599

Tints of Amethyst Smoke #989599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 153 (60.16% from 255) = 33.7%

R = 33.48%
G = 32.82%
B = 33.7%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#989599 (or 0x989599) is known color: Amethyst Smoke. HEX triplet: 98, 95 and 99. RGB value is (152,149,153). Sum of RGB (Red+Green+Blue) = 152+149+153=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 153 - color contains mainly: blue. Hex color #989599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989599 is #676A66. Grayscale: #969696. Windows color (decimal): -6777447 or 10065304. OLE color: 10065304.

HSL color Cylindrical-coordinate representation of color #989599: hue angle of 285º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989599 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 149 153 -
CMYK 0.01 0.03 0 0.4
HSL 285º 0.02% 0.59% -
HSV(B) 285º 0.03% 0.6% -
XYZ 29.45 30.47 34.47 -
YUV 150.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 152 149 153 0.01 0.03 0 0.4 285 0.02 0.59
Hex 98 95 99 1 3 0 28 11D 2 3B
Octal 230 225 231 1 3 0 50 435 2 73
Binary 10011000 10010101 10011001 1 11 0 101000 100011101 10 111011

Color Harmonies of #989599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989599

Black with #989599

Text Example


Text Example

White with #989599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989599; }

 p { color: rgb(152,149,153); }

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

background-color css

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

 a { background-color: rgb(152,149,153); }

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

border-color css

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

 span { border-color: rgb(152,149,153); }

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