#94869F

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

Shades of Amethyst Smoke #94869F

Tints of Amethyst Smoke #94869F

Color information

#94869F (or 0x94869F) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 86 and 9F. RGB value is (148,134,159). Sum of RGB (Red+Green+Blue) = 148+134+159=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #94869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94869F is #6B7960. Grayscale: #8C8C8C. Windows color (decimal): -7043425 or 10454676. OLE color: 10454676.

HSL color Cylindrical-coordinate representation of color #94869F: hue angle of 273.6º 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 #94869F is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB148134159-
CMYK0.070.1600.38
HSL273.6º11.52%57.45%-
HSV(B)273.6º15.72%62.35%-
XYZ2725.8536.37-
YUV141.04138.14132.97-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=33.56%
G=30.39%
B=36.05%

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
Decimal1481341590.070.1600.38273.611.5257.45
Hex94869F710026112c39
Octal2242062377200464221471
Binary1001010010000110100111111111000001001101000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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