Html Css Color HEX #908397 Amethyst Smoke

📋 copy color: '#908397'

red 144 ◦ green 131 ◦ blue 151

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

Shades of Amethyst Smoke #908397

Tints of Amethyst Smoke #908397

RGB

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

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

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

R = 33.8%
G = 30.75%
B = 35.45%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#908397 (or 0x908397) is known color: Amethyst Smoke. HEX triplet: 90, 83 and 97. RGB value is (144,131,151). Sum of RGB (Red+Green+Blue) = 144+131+151=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #908397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908397 is #6F7C68. Grayscale: #898989. Windows color (decimal): -7306345 or 9929616. OLE color: 9929616.

HSL color Cylindrical-coordinate representation of color #908397: hue angle of 279º 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 #908397 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 131 151 -
CMYK 0.05 0.13 0 0.41
HSL 279º 0.09% 0.55% -
HSV(B) 279º 0.13% 0.59% -
XYZ 25.2 24.4 32.66 -
YUV 137.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 144 131 151 0.05 0.13 0 0.41 279 0.09 0.55
Hex 90 83 97 5 D 0 29 117 9 37
Octal 220 203 227 5 15 0 51 427 11 67
Binary 10010000 10000011 10010111 101 1101 0 101001 100010111 1001 110111

Color Harmonies of #908397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908397

Black with #908397

Text Example


Text Example

White with #908397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908397; }

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

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

background-color css

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

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

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

border-color css

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

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

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