Html Css Color HEX #98889B Amethyst Smoke

📋 copy color: '#98889B'

red 152 ◦ green 136 ◦ blue 155

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

Shades of Amethyst Smoke #98889B

Tints of Amethyst Smoke #98889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 34.31%
G = 30.7%
B = 34.99%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98889B (or 0x98889B) is known color: Amethyst Smoke. HEX triplet: 98, 88 and 9B. RGB value is (152,136,155). Sum of RGB (Red+Green+Blue) = 152+136+155=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 155 - color contains mainly: blue. Hex color #98889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98889B is #677764. Grayscale: #8E8E8E. Windows color (decimal): -6780773 or 10193048. OLE color: 10193048.

HSL color Cylindrical-coordinate representation of color #98889B: hue angle of 290.53º 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 #98889B is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 136 155 -
CMYK 0.02 0.12 0 0.39
HSL 290.53º 0.09% 0.57% -
HSV(B) 290.53º 0.12% 0.61% -
XYZ 27.67 26.65 34.7 -
YUV 142.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 152 136 155 0.02 0.12 0 0.39 290.53 0.09 0.57
Hex 98 88 9B 2 C 0 27 123 9 39
Octal 230 210 233 2 14 0 47 443 11 71
Binary 10011000 10001000 10011011 10 1100 0 100111 100100011 1001 111001

Color Harmonies of #98889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98889B

Black with #98889B

Text Example


Text Example

White with #98889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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