#907594

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

Shades of Amethyst Smoke #907594

Tints of Amethyst Smoke #907594

Color information

#907594 (or 0x907594) is unknown color: approx Amethyst Smoke. HEX triplet: 90, 75 and 94. RGB value is (144,117,148). Sum of RGB (Red+Green+Blue) = 144+117+148=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 148 - color contains mainly: blue. Hex color #907594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907594 is #6F8A6B. Grayscale: #808080. Windows color (decimal): -7309932 or 9729424. OLE color: 9729424.

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

Color convert

RGB144117148-
CMYK0.030.2100.42
HSL292.26º12.65%51.96%-
HSV(B)292.26º20.95%58.04%-
XYZ23.2120.7930.81-
YUV128.61138.95138.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=35.21%
G=28.61%
B=36.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441171480.030.2100.42292.2612.6551.96
Hex90759431502A124d34
Octal2201652243250524441564
Binary10010000111010110010100111010101010101001001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907594; }

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

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

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

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

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

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

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

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