Html Css Color HEX #908595 Amethyst Smoke

📋 copy color: '#908595'

red 144 ◦ green 133 ◦ blue 149

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

Shades of Amethyst Smoke #908595

Tints of Amethyst Smoke #908595

RGB

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

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

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

R = 33.8%
G = 31.22%
B = 34.98%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#908595 (or 0x908595) is known color: Amethyst Smoke. HEX triplet: 90, 85 and 95. RGB value is (144,133,149). Sum of RGB (Red+Green+Blue) = 144+133+149=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #908595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908595 is #6F7A6A. Grayscale: #8A8A8A. Windows color (decimal): -7305835 or 9799056. OLE color: 9799056.

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

Color convert

RGB 144 133 149 -
CMYK 0.03 0.11 0 0.42
HSL 281.25º 0.07% 0.55% -
HSV(B) 281.25º 0.11% 0.58% -
XYZ 25.31 24.87 31.9 -
YUV 138.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 144 133 149 0.03 0.11 0 0.42 281.25 0.07 0.55
Hex 90 85 95 3 B 0 2A 119 7 37
Octal 220 205 225 3 13 0 52 431 7 67
Binary 10010000 10000101 10010101 11 1011 0 101010 100011001 111 110111

Color Harmonies of #908595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908595

Black with #908595

Text Example


Text Example

White with #908595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908595; }

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

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

background-color css

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

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

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

border-color css

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

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

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