#94869C

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

Shades of Amethyst Smoke #94869C

Tints of Amethyst Smoke #94869C

Color information

#94869C (or 0x94869C) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 86 and 9C. RGB value is (148,134,156). Sum of RGB (Red+Green+Blue) = 148+134+156=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 156 - color contains mainly: blue. Hex color #94869C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94869C is #6B7963. Grayscale: #8C8C8C. Windows color (decimal): -7043428 or 10258068. OLE color: 10258068.

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

Color convert

RGB148134156-
CMYK0.050.1400.39
HSL278.18º10%56.86%-
HSV(B)278.18º14.1%61.18%-
XYZ26.7425.7535.01-
YUV140.69136.64133.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 156 (61.33% from 255) = 35.62%
R=33.79%
G=30.59%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481341560.050.1400.39278.181056.86
Hex94869C5E027116a39
Octal2242062345160474261271
Binary100101001000011010011100101111001001111000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94869C; }

 p { color: rgb(148,134,156); }

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

<style>
 a { background-color: #94869C; }

 a { background-color: rgb(148,134,156); }

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

<style>
 span { border-color: #94869C; }

 span { border-color: rgb(148,134,156); }

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