#947A9D

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

Shades of Amethyst Smoke #947A9D

Tints of Amethyst Smoke #947A9D

Color information

#947A9D (or 0x947A9D) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 7A and 9D. RGB value is (148,122,157). Sum of RGB (Red+Green+Blue) = 148+122+157=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #947A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A9D is #6B8562. Grayscale: #858585. Windows color (decimal): -7046499 or 10320532. OLE color: 10320532.

HSL color Cylindrical-coordinate representation of color #947A9D: hue angle of 284.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #947A9D is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148122157-
CMYK0.060.2200.38
HSL284.57º15.15%54.71%-
HSV(B)284.57º22.29%61.57%-
XYZ25.2622.6534.94-
YUV133.76141.11138.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=34.66%
G=28.57%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481221570.060.2200.38284.5715.1554.71
Hex947A9D61602611df37
Octal2241722356260464351767
Binary100101001111010100111011101011001001101000111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,122,157); }

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

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

 a { background-color: rgb(148,122,157); }

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

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

 span { border-color: rgb(148,122,157); }

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