#94859B

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

Shades of Amethyst Smoke #94859B

Tints of Amethyst Smoke #94859B

Color information

#94859B (or 0x94859B) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 85 and 9B. RGB value is (148,133,155). Sum of RGB (Red+Green+Blue) = 148+133+155=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #94859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94859B is #6B7A64. Grayscale: #8B8B8B. Windows color (decimal): -7043685 or 10192276. OLE color: 10192276.

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

Color convert

RGB148133155-
CMYK0.050.1400.39
HSL280.91º9.91%56.47%-
HSV(B)280.91º14.19%60.78%-
XYZ26.5225.4434.52-
YUV139.99136.47133.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=33.94%
G=30.50%
B=35.55%

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
Decimal1481331550.050.1400.39280.919.9156.47
Hex94859B5E027119a38
Octal2242052335160474311270
Binary100101001000010110011011101111001001111000110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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