#93879F

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

Shades of Amethyst Smoke #93879F

Tints of Amethyst Smoke #93879F

Color information

#93879F (or 0x93879F) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 87 and 9F. RGB value is (147,135,159). Sum of RGB (Red+Green+Blue) = 147+135+159=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 135 (53.12% from 255 or 30.61% 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 #93879F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93879F is #6C7860. Grayscale: #8D8D8D. Windows color (decimal): -7108705 or 10454931. OLE color: 10454931.

HSL color Cylindrical-coordinate representation of color #93879F: hue angle of 270º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93879F is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB147135159-
CMYK0.080.1500.38
HSL270º11.11%57.65%-
HSV(B)270º15.09%62.35%-
XYZ26.9526.0336.41-
YUV141.32137.98132.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 30.61%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=33.33%
G=30.61%
B=36.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1471351590.080.1500.3827011.1157.65
Hex93879F8F02610eb3a
Octal22320723710170464161372
Binary1001001110000111100111111000111101001101000011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,135,159); }

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

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

 a { background-color: rgb(147,135,159); }

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

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

 span { border-color: rgb(147,135,159); }

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