Html Css Color HEX #908995 Amethyst Smoke

📋 copy color: '#908995'

red 144 ◦ green 137 ◦ blue 149

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

Shades of Amethyst Smoke #908995

Tints of Amethyst Smoke #908995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 33.49%
G = 31.86%
B = 34.65%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908995 (or 0x908995) is known color: Amethyst Smoke. HEX triplet: 90, 89 and 95. RGB value is (144,137,149). Sum of RGB (Red+Green+Blue) = 144+137+149=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #908995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908995 is #6F766A. Grayscale: #8C8C8C. Windows color (decimal): -7304811 or 9800080. OLE color: 9800080.

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

Color convert

RGB 144 137 149 -
CMYK 0.03 0.08 0 0.42
HSL 275º 0.05% 0.56% -
HSV(B) 275º 0.08% 0.58% -
XYZ 25.87 25.99 32.09 -
YUV 140.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 144 137 149 0.03 0.08 0 0.42 275 0.05 0.56
Hex 90 89 95 3 8 0 2A 113 5 38
Octal 220 211 225 3 10 0 52 423 5 70
Binary 10010000 10001001 10010101 11 1000 0 101010 100010011 101 111000

Color Harmonies of #908995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908995

Black with #908995

Text Example


Text Example

White with #908995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908995; }

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

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

background-color css

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

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

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

border-color css

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

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

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