Html Css Color HEX #968397 Amethyst Smoke

📋 copy color: '#968397'

red 150 ◦ green 131 ◦ blue 151

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

Shades of Amethyst Smoke #968397

Tints of Amethyst Smoke #968397

RGB

 RED value IS 150 (58.98% from 255) = 34.72%

 GREEN value IS 131 (51.56% from 255) = 30.32%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 34.72%
G = 30.32%
B = 34.95%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#968397 (or 0x968397) is known color: Amethyst Smoke. HEX triplet: 96, 83 and 97. RGB value is (150,131,151). Sum of RGB (Red+Green+Blue) = 150+131+151=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 151 - color contains mainly: blue. Hex color #968397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968397 is #697C68. Grayscale: #8A8A8A. Windows color (decimal): -6913129 or 9929622. OLE color: 9929622.

HSL color Cylindrical-coordinate representation of color #968397: hue angle of 297º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968397 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 131 151 -
CMYK 0.01 0.13 0 0.41
HSL 297º 0.09% 0.55% -
HSV(B) 297º 0.13% 0.59% -
XYZ 26.28 24.95 32.71 -
YUV 138.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 150 131 151 0.01 0.13 0 0.41 297 0.09 0.55
Hex 96 83 97 1 D 0 29 129 9 37
Octal 226 203 227 1 15 0 51 451 11 67
Binary 10010110 10000011 10010111 1 1101 0 101001 100101001 1001 110111

Color Harmonies of #968397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968397

Black with #968397

Text Example


Text Example

White with #968397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968397; }

 p { color: rgb(150,131,151); }

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

background-color css

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

 a { background-color: rgb(150,131,151); }

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

border-color css

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

 span { border-color: rgb(150,131,151); }

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