#94889D

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

Shades of Amethyst Smoke #94889D

Tints of Amethyst Smoke #94889D

Color information

#94889D (or 0x94889D) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 88 and 9D. RGB value is (148,136,157). Sum of RGB (Red+Green+Blue) = 148+136+157=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 157 - color contains mainly: blue. Hex color #94889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94889D is #6B7762. Grayscale: #8D8D8D. Windows color (decimal): -7042915 or 10324116. OLE color: 10324116.

HSL color Cylindrical-coordinate representation of color #94889D: hue angle of 274.29º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94889D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148136157-
CMYK0.060.1300.38
HSL274.29º9.68%57.45%-
HSV(B)274.29º13.38%61.57%-
XYZ27.126.3435.55-
YUV141.98136.48132.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 157 (61.72% from 255) = 35.60%
R=33.56%
G=30.84%
B=35.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481361570.060.1300.38274.299.6857.45
Hex94889D6D026112a39
Octal2242102356150464221271
Binary100101001000100010011101110110101001101000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94889D; }

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

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

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

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

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

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

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

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