#907696

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

Shades of Amethyst Smoke #907696

Tints of Amethyst Smoke #907696

Color information

#907696 (or 0x907696) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 76 and 96. RGB value is (144,118,150). Sum of RGB (Red+Green+Blue) = 144+118+150=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #907696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907696 is #6F8969. Grayscale: #818181. Windows color (decimal): -7309674 or 9860752. OLE color: 9860752.

HSL color Cylindrical-coordinate representation of color #907696: hue angle of 288.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907696 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB144118150-
CMYK0.040.2100.41
HSL288.75º13.22%52.55%-
HSV(B)288.75º21.33%58.82%-
XYZ23.4921.0931.69-
YUV129.42139.61138.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=34.95%
G=28.64%
B=36.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441181500.040.2100.41288.7513.2252.55
Hex907696415029121d35
Octal2201662264250514411565
Binary100100001110110100101101001010101010011001000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907696; }

 p { color: rgb(144,118,150); }

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

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

 a { background-color: rgb(144,118,150); }

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

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

 span { border-color: rgb(144,118,150); }

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