Html Css Color HEX #97869B Amethyst Smoke

📋 copy color: '#97869B'

red 151 ◦ green 134 ◦ blue 155

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

Shades of Amethyst Smoke #97869B

Tints of Amethyst Smoke #97869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.45%

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

R = 34.32%
G = 30.45%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#97869B (or 0x97869B) is known color: Amethyst Smoke. HEX triplet: 97, 86 and 9B. RGB value is (151,134,155). Sum of RGB (Red+Green+Blue) = 151+134+155=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #97869B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97869B is #687964. Grayscale: #8D8D8D. Windows color (decimal): -6846821 or 10192535. OLE color: 10192535.

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

Color convert

RGB 151 134 155 -
CMYK 0.03 0.14 0 0.39
HSL 288.57º 0.1% 0.57% -
HSV(B) 288.57º 0.14% 0.61% -
XYZ 27.2 26 34.59 -
YUV 141.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 151 134 155 0.03 0.14 0 0.39 288.57 0.1 0.57
Hex 97 86 9B 3 E 0 27 121 A 39
Octal 227 206 233 3 16 0 47 441 12 71
Binary 10010111 10000110 10011011 11 1110 0 100111 100100001 1010 111001

Color Harmonies of #97869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97869B

Black with #97869B

Text Example


Text Example

White with #97869B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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