Html Css Color HEX #908994 Amethyst Smoke

📋 copy color: '#908994'

red 144 ◦ green 137 ◦ blue 148

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

Shades of Amethyst Smoke #908994

Tints of Amethyst Smoke #908994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 33.57%
G = 31.93%
B = 34.5%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908994 (or 0x908994) is known color: Amethyst Smoke. HEX triplet: 90, 89 and 94. RGB value is (144,137,148). Sum of RGB (Red+Green+Blue) = 144+137+148=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 148 - color contains mainly: blue. Hex color #908994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908994 is #6F766B. Grayscale: #8C8C8C. Windows color (decimal): -7304812 or 9734544. OLE color: 9734544.

HSL color Cylindrical-coordinate representation of color #908994: hue angle of 278.18º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #908994 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 137 148 -
CMYK 0.03 0.07 0 0.42
HSL 278.18º 0.05% 0.56% -
HSV(B) 278.18º 0.07% 0.58% -
XYZ 25.79 25.96 31.67 -
YUV 140.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 144 137 148 0.03 0.07 0 0.42 278.18 0.05 0.56
Hex 90 89 94 3 7 0 2A 116 5 38
Octal 220 211 224 3 7 0 52 426 5 70
Binary 10010000 10001001 10010100 11 111 0 101010 100010110 101 111000

Color Harmonies of #908994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908994

Black with #908994

Text Example


Text Example

White with #908994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908994; }

 p { color: rgb(144,137,148); }

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

background-color css

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

 a { background-color: rgb(144,137,148); }

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

border-color css

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

 span { border-color: rgb(144,137,148); }

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