#94849F

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

Shades of Amethyst Smoke #94849F

Tints of Amethyst Smoke #94849F

Color information

#94849F (or 0x94849F) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 84 and 9F. RGB value is (148,132,159). Sum of RGB (Red+Green+Blue) = 148+132+159=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 159 - color contains mainly: blue. Hex color #94849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94849F is #6B7B60. Grayscale: #8B8B8B. Windows color (decimal): -7043937 or 10454164. OLE color: 10454164.

HSL color Cylindrical-coordinate representation of color #94849F: hue angle of 275.56º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94849F is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148132159-
CMYK0.070.1700.38
HSL275.56º12.33%57.06%-
HSV(B)275.56º16.98%62.35%-
XYZ26.7225.336.28-
YUV139.86138.8133.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 159 (62.5% from 255) = 36.22%
R=33.71%
G=30.07%
B=36.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481321590.070.1700.38275.5612.3357.06
Hex94849F711026114c39
Octal2242042377210464241471
Binary1001010010000100100111111111000101001101000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94849F; }

 p { color: rgb(148,132,159); }

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

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

 a { background-color: rgb(148,132,159); }

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

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

 span { border-color: rgb(148,132,159); }

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