Html Css Color HEX #98799A Amethyst Smoke

📋 copy color: '#98799A'

red 152 ◦ green 121 ◦ blue 154

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

Shades of Amethyst Smoke #98799A

Tints of Amethyst Smoke #98799A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 35.6%
G = 28.34%
B = 36.07%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#98799A (or 0x98799A) is known color: Amethyst Smoke. HEX triplet: 98, 79 and 9A. RGB value is (152,121,154). Sum of RGB (Red+Green+Blue) = 152+121+154=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 154 - color contains mainly: blue. Hex color #98799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98799A is #678665. Grayscale: #858585. Windows color (decimal): -6784614 or 10123672. OLE color: 10123672.

HSL color Cylindrical-coordinate representation of color #98799A: hue angle of 296.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98799A is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 154 -
CMYK 0.01 0.21 0 0.40
HSL 296.36º 0.14% 0.54% -
HSV(B) 296.36º 0.21% 0.6% -
XYZ 25.62 22.68 33.6 -
YUV 134.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 152 121 154 0.01 0.21 0 0.40 296.36 0.14 0.54
Hex 98 79 9A 1 15 0 28 128 E 36
Octal 230 171 232 1 25 0 50 450 16 66
Binary 10011000 1111001 10011010 1 10101 0 101000 100101000 1110 110110

Color Harmonies of #98799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98799A

Black with #98799A

Text Example


Text Example

White with #98799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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