#947F99

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

Shades of Amethyst Smoke #947F99

Tints of Amethyst Smoke #947F99

Color information

#947F99 (or 0x947F99) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 7F and 99. RGB value is (148,127,153). Sum of RGB (Red+Green+Blue) = 148+127+153=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 153 - color contains mainly: blue. Hex color #947F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947F99 is #6B8066. Grayscale: #888888. Windows color (decimal): -7045223 or 10059668. OLE color: 10059668.

HSL color Cylindrical-coordinate representation of color #947F99: hue angle of 288.46º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #947F99 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB148127153-
CMYK0.030.1700.4
HSL288.46º11.3%54.9%-
HSV(B)288.46º16.99%60%-
XYZ25.5523.7733.38-
YUV136.24137.46136.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 127 (50% from 255) = 29.67%
BLUE value IS 153 (60.16% from 255) = 35.75%
R=34.58%
G=29.67%
B=35.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481271530.030.1700.4288.4611.354.9
Hex947F99311028120b37
Octal2241772313210504401367
Binary10010100111111110011001111000101010001001000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947F99; }

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

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

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

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

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

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

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

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