#907E95

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

Shades of Amethyst Smoke #907E95

Tints of Amethyst Smoke #907E95

Color information

#907E95 (or 0x907E95) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 7E and 95. RGB value is (144,126,149). Sum of RGB (Red+Green+Blue) = 144+126+149=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 149 - color contains mainly: blue. Hex color #907E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907E95 is #6F816A. Grayscale: #858585. Windows color (decimal): -7307627 or 9797264. OLE color: 9797264.

HSL color Cylindrical-coordinate representation of color #907E95: hue angle of 286.96º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #907E95 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144126149-
CMYK0.030.1500.42
HSL286.96º9.79%53.92%-
HSV(B)286.96º15.44%58.43%-
XYZ24.3923.0231.59-
YUV134136.46135.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.37%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=34.37%
G=30.07%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441261490.030.1500.42286.969.7953.92
Hex907E953F02A11fa36
Octal2201762253170524371266
Binary1001000011111101001010111111101010101000111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907E95; }

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

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

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

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

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

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

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

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