#94889B

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

Shades of Amethyst Smoke #94889B

Tints of Amethyst Smoke #94889B

Color information

#94889B (or 0x94889B) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 88 and 9B. RGB value is (148,136,155). Sum of RGB (Red+Green+Blue) = 148+136+155=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 155 - color contains mainly: blue. Hex color #94889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94889B is #6B7764. Grayscale: #8D8D8D. Windows color (decimal): -7042917 or 10193044. OLE color: 10193044.

HSL color Cylindrical-coordinate representation of color #94889B: hue angle of 277.89º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94889B is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148136155-
CMYK0.050.1200.39
HSL277.89º8.68%57.06%-
HSV(B)277.89º12.26%60.78%-
XYZ26.9326.2734.66-
YUV141.75135.48132.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=33.71%
G=30.98%
B=35.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481361550.050.1200.39277.898.6857.06
Hex94889B5C027116939
Octal2242102335140474261171
Binary100101001000100010011011101110001001111000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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