Html Css Color HEX #908597 Amethyst Smoke

📋 copy color: '#908597'

red 144 ◦ green 133 ◦ blue 151

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

Shades of Amethyst Smoke #908597

Tints of Amethyst Smoke #908597

RGB

 RED value IS 144 (56.64% from 255) = 33.64%

 GREEN value IS 133 (52.34% from 255) = 31.07%

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

R = 33.64%
G = 31.07%
B = 35.28%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#908597 (or 0x908597) is known color: Amethyst Smoke. HEX triplet: 90, 85 and 97. RGB value is (144,133,151). Sum of RGB (Red+Green+Blue) = 144+133+151=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 151 - color contains mainly: blue. Hex color #908597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908597 is #6F7A68. Grayscale: #8A8A8A. Windows color (decimal): -7305833 or 9930128. OLE color: 9930128.

HSL color Cylindrical-coordinate representation of color #908597: hue angle of 276.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908597 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 133 151 -
CMYK 0.05 0.12 0 0.41
HSL 276.67º 0.08% 0.56% -
HSV(B) 276.67º 0.12% 0.59% -
XYZ 25.48 24.94 32.75 -
YUV 138.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 144 133 151 0.05 0.12 0 0.41 276.67 0.08 0.56
Hex 90 85 97 5 C 0 29 115 8 38
Octal 220 205 227 5 14 0 51 425 10 70
Binary 10010000 10000101 10010111 101 1100 0 101001 100010101 1000 111000

Color Harmonies of #908597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908597

Black with #908597

Text Example


Text Example

White with #908597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908597; }

 p { color: rgb(144,133,151); }

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

background-color css

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

 a { background-color: rgb(144,133,151); }

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

border-color css

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

 span { border-color: rgb(144,133,151); }

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