Html Css Color HEX #98779C Amethyst Smoke

📋 copy color: '#98779C'

red 152 ◦ green 119 ◦ blue 156

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

Shades of Amethyst Smoke #98779C

Tints of Amethyst Smoke #98779C

RGB

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

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

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

R = 35.6%
G = 27.87%
B = 36.53%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98779C (or 0x98779C) is known color: Amethyst Smoke. HEX triplet: 98, 77 and 9C. RGB value is (152,119,156). Sum of RGB (Red+Green+Blue) = 152+119+156=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 156 - color contains mainly: blue. Hex color #98779C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98779C is #678863. Grayscale: #848484. Windows color (decimal): -6785124 or 10254232. OLE color: 10254232.

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

Color convert

RGB 152 119 156 -
CMYK 0.03 0.24 0 0.39
HSL 293.51º 0.16% 0.54% -
HSV(B) 293.51º 0.24% 0.61% -
XYZ 25.55 22.27 34.4 -
YUV 133.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 152 119 156 0.03 0.24 0 0.39 293.51 0.16 0.54
Hex 98 77 9C 3 18 0 27 126 10 36
Octal 230 167 234 3 30 0 47 446 20 66
Binary 10011000 1110111 10011100 11 11000 0 100111 100100110 10000 110110

Color Harmonies of #98779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98779C

Black with #98779C

Text Example


Text Example

White with #98779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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