#907596

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

Shades of Amethyst Smoke #907596

Tints of Amethyst Smoke #907596

Color information

#907596 (or 0x907596) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 75 and 96. RGB value is (144,117,150). Sum of RGB (Red+Green+Blue) = 144+117+150=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #907596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907596 is #6F8A69. Grayscale: #808080. Windows color (decimal): -7309930 or 9860496. OLE color: 9860496.

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

Color convert

RGB144117150-
CMYK0.040.2200.41
HSL289.09º13.58%52.35%-
HSV(B)289.09º22%58.82%-
XYZ23.3720.8531.65-
YUV128.84139.95138.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=35.04%
G=28.47%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441171500.040.2200.41289.0913.5852.35
Hex907596416029121e34
Octal2201652264260514411664
Binary100100001110101100101101001011001010011001000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907596; }

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

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

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

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

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

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

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

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