#947599

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

Shades of Amethyst Smoke #947599

Tints of Amethyst Smoke #947599

Color information

#947599 (or 0x947599) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 75 and 99. RGB value is (148,117,153). Sum of RGB (Red+Green+Blue) = 148+117+153=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #947599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947599 is #6B8A66. Grayscale: #828282. Windows color (decimal): -7047783 or 10057108. OLE color: 10057108.

HSL color Cylindrical-coordinate representation of color #947599: hue angle of 291.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947599 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB148117153-
CMYK0.030.2400.4
HSL291.67º15%52.94%-
HSV(B)291.67º23.53%60%-
XYZ24.3221.3232.97-
YUV130.37140.77140.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 117 (46.09% from 255) = 27.99%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=35.41%
G=27.99%
B=36.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481171530.030.2400.4291.671552.94
Hex947599318028124f35
Octal2241652313300504441765
Binary10010100111010110011001111100001010001001001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947599; }

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

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

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

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

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

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

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

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