Html Css Color HEX #98799C Amethyst Smoke

📋 copy color: '#98799C'

red 152 ◦ green 121 ◦ blue 156

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

Shades of Amethyst Smoke #98799C

Tints of Amethyst Smoke #98799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.21%

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

R = 35.43%
G = 28.21%
B = 36.36%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98799C (or 0x98799C) is known color: Amethyst Smoke. HEX triplet: 98, 79 and 9C. RGB value is (152,121,156). Sum of RGB (Red+Green+Blue) = 152+121+156=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #98799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98799C is #678663. Grayscale: #868686. Windows color (decimal): -6784612 or 10254744. OLE color: 10254744.

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

Color convert

RGB 152 121 156 -
CMYK 0.03 0.22 0 0.39
HSL 293.14º 0.15% 0.54% -
HSV(B) 293.14º 0.22% 0.61% -
XYZ 25.79 22.75 34.48 -
YUV 134.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 152 121 156 0.03 0.22 0 0.39 293.14 0.15 0.54
Hex 98 79 9C 3 16 0 27 125 F 36
Octal 230 171 234 3 26 0 47 445 17 66
Binary 10011000 1111001 10011100 11 10110 0 100111 100100101 1111 110110

Color Harmonies of #98799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98799C

Black with #98799C

Text Example


Text Example

White with #98799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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