Html Css Color HEX #98829D Amethyst Smoke

📋 copy color: '#98829D'

red 152 ◦ green 130 ◦ blue 157

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

Shades of Amethyst Smoke #98829D

Tints of Amethyst Smoke #98829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.61%

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

R = 34.62%
G = 29.61%
B = 35.76%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98829D (or 0x98829D) is known color: Amethyst Smoke. HEX triplet: 98, 82 and 9D. RGB value is (152,130,157). Sum of RGB (Red+Green+Blue) = 152+130+157=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #98829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98829D is #677D62. Grayscale: #8B8B8B. Windows color (decimal): -6782307 or 10322584. OLE color: 10322584.

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

Color convert

RGB 152 130 157 -
CMYK 0.03 0.17 0 0.38
HSL 288.89º 0.12% 0.56% -
HSV(B) 288.89º 0.17% 0.62% -
XYZ 27.02 25.07 35.31 -
YUV 139.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 152 130 157 0.03 0.17 0 0.38 288.89 0.12 0.56
Hex 98 82 9D 3 11 0 26 121 C 38
Octal 230 202 235 3 21 0 46 441 14 70
Binary 10011000 10000010 10011101 11 10001 0 100110 100100001 1100 111000

Color Harmonies of #98829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98829D

Black with #98829D

Text Example


Text Example

White with #98829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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