Html Css Color HEX #97779B Amethyst Smoke

📋 copy color: '#97779B'

red 151 ◦ green 119 ◦ blue 155

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

Shades of Amethyst Smoke #97779B

Tints of Amethyst Smoke #97779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 35.53%
G = 28%
B = 36.47%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97779B (or 0x97779B) is known color: Amethyst Smoke. HEX triplet: 97, 77 and 9B. RGB value is (151,119,155). Sum of RGB (Red+Green+Blue) = 151+119+155=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #97779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97779B is #688864. Grayscale: #848484. Windows color (decimal): -6850661 or 10188695. OLE color: 10188695.

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

Color convert

RGB 151 119 155 -
CMYK 0.03 0.23 0 0.39
HSL 293.33º 0.15% 0.54% -
HSV(B) 293.33º 0.23% 0.61% -
XYZ 25.28 22.14 33.95 -
YUV 132.67 140.6 141.07 -
System Red Green Blue C M Y K H S L
Decimal 151 119 155 0.03 0.23 0 0.39 293.33 0.15 0.54
Hex 97 77 9B 3 17 0 27 125 F 36
Octal 227 167 233 3 27 0 47 445 17 66
Binary 10010111 1110111 10011011 11 10111 0 100111 100100101 1111 110110

Color Harmonies of #97779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97779B

Black with #97779B

Text Example


Text Example

White with #97779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97779B; }

 p { color: rgb(151,119,155); }

 H1.HeaderClassName
 {
   color: #97779B;
 }
 .AnyTagClassName
 {
   color: #97779B;
 }
</style>

background-color css

<style>
 a { background-color: #97779B; }

 a { background-color: rgb(151,119,155); }

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

border-color css

<style>
 span { border-color: #97779B; }

 span { border-color: rgb(151,119,155); }

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