Html Css Color HEX #97799D Amethyst Smoke

📋 copy color: '#97799D'

red 151 ◦ green 121 ◦ blue 157

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

Shades of Amethyst Smoke #97799D

Tints of Amethyst Smoke #97799D

RGB

 RED value IS 151 (59.38% from 255) = 35.2%

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

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

R = 35.2%
G = 28.21%
B = 36.6%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#97799D (or 0x97799D) is known color: Amethyst Smoke. HEX triplet: 97, 79 and 9D. RGB value is (151,121,157). Sum of RGB (Red+Green+Blue) = 151+121+157=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #97799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97799D is #688662. Grayscale: #858585. Windows color (decimal): -6850147 or 10320279. OLE color: 10320279.

HSL color Cylindrical-coordinate representation of color #97799D: hue angle of 290º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97799D is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 121 157 -
CMYK 0.04 0.23 0 0.38
HSL 290º 0.16% 0.55% -
HSV(B) 290º 0.23% 0.62% -
XYZ 25.69 22.69 34.92 -
YUV 134.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 151 121 157 0.04 0.23 0 0.38 290 0.16 0.55
Hex 97 79 9D 4 17 0 26 122 10 37
Octal 227 171 235 4 27 0 46 442 20 67
Binary 10010111 1111001 10011101 100 10111 0 100110 100100010 10000 110111

Color Harmonies of #97799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97799D

Black with #97799D

Text Example


Text Example

White with #97799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,121,157); }

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

background-color css

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

 a { background-color: rgb(151,121,157); }

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

border-color css

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

 span { border-color: rgb(151,121,157); }

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