#907991

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

Shades of Amethyst Smoke #907991

Tints of Amethyst Smoke #907991

Color information

#907991 (or 0x907991) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 79 and 91. RGB value is (144,121,145). Sum of RGB (Red+Green+Blue) = 144+121+145=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #907991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907991 is #6F866E. Grayscale: #828282. Windows color (decimal): -7308911 or 9533840. OLE color: 9533840.

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

Color convert

RGB144121145-
CMYK0.010.1700.43
HSL297.5º9.84%52.16%-
HSV(B)297.5º16.55%56.86%-
XYZ23.4521.6529.73-
YUV130.61136.12137.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 121 (47.66% from 255) = 29.51%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=35.12%
G=29.51%
B=35.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1441211450.010.1700.43297.59.8452.16
Hex90799111102B12aa34
Octal2201712211210534521264
Binary1001000011110011001000111000101010111001010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907991; }

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

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

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

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

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

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

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

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