#938199

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

Shades of Amethyst Smoke #938199

Tints of Amethyst Smoke #938199

Color information

#938199 (or 0x938199) is unknown color: approx Amethyst Smoke. HEX triplet: 93, 81 and 99. RGB value is (147,129,153). Sum of RGB (Red+Green+Blue) = 147+129+153=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 153 - color contains mainly: blue. Hex color #938199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938199 is #6C7E66. Grayscale: #898989. Windows color (decimal): -7110247 or 10060179. OLE color: 10060179.

HSL color Cylindrical-coordinate representation of color #938199: hue angle of 285º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938199 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB147129153-
CMYK0.040.1600.4
HSL285º10.53%55.29%-
HSV(B)285º15.69%60%-
XYZ25.6324.233.46-
YUV137.12136.96135.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=34.27%
G=30.07%
B=35.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471291530.040.1600.428510.5355.29
Hex93819941002811db37
Octal2232012314200504351367
Binary1001001110000001100110011001000001010001000111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938199; }

 p { color: rgb(147,129,153); }

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

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

 a { background-color: rgb(147,129,153); }

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

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

 span { border-color: rgb(147,129,153); }

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