#908191

Color #908191 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #908191

Tints of Amethyst Smoke #908191

Color information

#908191 (or 0x908191) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 81 and 91. RGB value is (144,129,145). Sum of RGB (Red+Green+Blue) = 144+129+145=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #908191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908191 is #6F7E6E. Grayscale: #878787. Windows color (decimal): -7306863 or 9535888. OLE color: 9535888.

HSL color Cylindrical-coordinate representation of color #908191: hue angle of 296.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908191 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB144129145-
CMYK0.010.1100.43
HSL296.25º6.78%53.73%-
HSV(B)296.25º11.03%56.86%-
XYZ24.4623.6730.07-
YUV135.31133.47134.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=34.45%
G=30.86%
B=34.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441291450.010.1100.43296.256.7853.73
Hex9081911B02B128736
Octal220201221113053450766
Binary100100001000000110010001110110101011100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908191; }

 p { color: rgb(144,129,145); }

 H1.HeaderClassName
 {
   color: #908191;
 }
 .AnyTagClassName
 {
   color: #908191;
 }
</style>
background-color css

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

 a { background-color: rgb(144,129,145); }

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

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

 span { border-color: rgb(144,129,145); }

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