#907995

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

Shades of Amethyst Smoke #907995

Tints of Amethyst Smoke #907995

Color information

#907995 (or 0x907995) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 79 and 95. RGB value is (144,121,149). Sum of RGB (Red+Green+Blue) = 144+121+149=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 149 - color contains mainly: blue. Hex color #907995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907995 is #6F866A. Grayscale: #828282. Windows color (decimal): -7308907 or 9795984. OLE color: 9795984.

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

Color convert

RGB144121149-
CMYK0.030.1900.42
HSL289.29º11.67%52.94%-
HSV(B)289.29º18.79%58.43%-
XYZ23.7621.7731.38-
YUV131.07138.12137.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 149 (58.59% from 255) = 35.99%
R=34.78%
G=29.23%
B=35.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441211490.030.1900.42289.2911.6752.94
Hex90799531302A121c35
Octal2201712253230524411465
Binary10010000111100110010101111001101010101001000011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907995; }

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

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

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

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

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

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

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

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