Html Css Color HEX #98779E Amethyst Smoke

📋 copy color: '#98779E'

red 152 ◦ green 119 ◦ blue 158

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

Shades of Amethyst Smoke #98779E

Tints of Amethyst Smoke #98779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.74%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 35.43%
G = 27.74%
B = 36.83%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98779E (or 0x98779E) is known color: Amethyst Smoke. HEX triplet: 98, 77 and 9E. RGB value is (152,119,158). Sum of RGB (Red+Green+Blue) = 152+119+158=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #98779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98779E is #678861. Grayscale: #858585. Windows color (decimal): -6785122 or 10385304. OLE color: 10385304.

HSL color Cylindrical-coordinate representation of color #98779E: hue angle of 290.77º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98779E is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 119 158 -
CMYK 0.04 0.25 0 0.38
HSL 290.77º 0.17% 0.54% -
HSV(B) 290.77º 0.25% 0.62% -
XYZ 25.72 22.34 35.3 -
YUV 133.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 152 119 158 0.04 0.25 0 0.38 290.77 0.17 0.54
Hex 98 77 9E 4 19 0 26 123 11 36
Octal 230 167 236 4 31 0 46 443 21 66
Binary 10011000 1110111 10011110 100 11001 0 100110 100100011 10001 110110

Color Harmonies of #98779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98779E

Black with #98779E

Text Example


Text Example

White with #98779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98779E; }

 p { color: rgb(152,119,158); }

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

background-color css

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

 a { background-color: rgb(152,119,158); }

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

border-color css

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

 span { border-color: rgb(152,119,158); }

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