#94859F

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

Shades of Amethyst Smoke #94859F

Tints of Amethyst Smoke #94859F

Color information

#94859F (or 0x94859F) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 85 and 9F. RGB value is (148,133,159). Sum of RGB (Red+Green+Blue) = 148+133+159=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 159 - color contains mainly: blue. Hex color #94859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94859F is #6B7A60. Grayscale: #8C8C8C. Windows color (decimal): -7043681 or 10454420. OLE color: 10454420.

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

Color convert

RGB148133159-
CMYK0.070.1600.38
HSL274.62º11.93%57.25%-
HSV(B)274.62º16.35%62.35%-
XYZ26.8625.5736.32-
YUV140.45138.47133.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 133 (52.34% from 255) = 30.23%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=33.64%
G=30.23%
B=36.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1481331590.070.1600.38274.6211.9357.25
Hex94859F710026113c39
Octal2242052377200464231471
Binary1001010010000101100111111111000001001101000100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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